https://github.com/beliveau-lab/paintshop_pipeline
A scalable machine learning pipeline for probe specificity prediction.
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: biorxiv.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (17.2%) to scientific vocabulary
Repository
A scalable machine learning pipeline for probe specificity prediction.
Basic Info
- Host: GitHub
- Owner: beliveau-lab
- License: mit
- Language: HTML
- Default Branch: master
- Size: 12.1 MB
Statistics
- Stars: 12
- Watchers: 4
- Forks: 6
- Open Issues: 3
- Releases: 4
Metadata Files
README.md
PaintSHOP Pipeline
Overview
PaintSHOP is a technology that enables the interactive design of oligonucleotide FISH experiments at genome and transcriptome-scale and is comprised of two components:
A scalable machine learning pipeline for probe specifity prediction
An interactive Shiny web application for probe design
This repository contains the Snakemake workflow for the machine learning pipeline and the full software stack needed to design probes for additional genomes not already hosted on the web application.
Installation
Make sure you have conda installed.
Install Mamba to facilitate snakemake installation, as recommended in the Snakemake docs.
$ conda install -n base -c conda-forge mamba
- Clone this repo, then create and activate the provided environment:
$ git clone https://github.com/beliveau-lab/PaintSHOP_pipeline.git \
&& cd PaintSHOP_pipeline/ \
&& mamba env create -f environment.yml \
&& conda activate paintshop_snakemake
Running the pipeline
A complete example is included to test the pipeline installation. To run the pipeline on the included sample files:
$ cd example_run/ && ./run_pipeline.sh
When this example is run, pipeline output will be generated here. Expected outputs are provided here for comparison.
To run the pipeline on your own data, update the file paths in config.yml with the paths to your genome assembly files. For more information on input and output files, see the documentation.
This pipeline is implemented using Snakemake, and distributed according to best practices. If you are new to Snakemake, the tutorial is a great place to get started to learn more.
Documentation
Additional information is available in the docs:
Questions
If you have questions or issues, please open an issue on GitHub.
Citation
For usage of the pipeline and/or web application, please cite according to the enclosed citation.bib.
License
We provide this open source software without any warranty under the MIT license.
Owner
- Name: Beliveau Lab
- Login: beliveau-lab
- Kind: organization
- Website: beliveau.io
- Repositories: 6
- Profile: https://github.com/beliveau-lab
The Beliveau Lab at UW Genome Sciences
GitHub Events
Total
- Issues event: 1
- Watch event: 3
- Issue comment event: 3
- Fork event: 2
Last Year
- Issues event: 1
- Watch event: 3
- Issue comment event: 3
- Fork event: 2
