Skip to content

Nextflow pipeline for generating, filtering, and prioritizing candidate guide RNA sequences

Notifications You must be signed in to change notification settings

Boyle-Lab/nanopore_guide_design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nanopore Guide Design

Nextflow implementation for generating, filtering, and prioritizing candidate guide RNA sequences for Nanopore sequencing

Requirements

Configuration

Create conda environments

conda env create -f chopchop.yml && conda env create -f crispron.yml

Update nextflow.config

output = "/path/to/output"
chopchop_path = "/path/to/chopchop.py"
bedtools_path = "/path/to/bedtools"
crispron_path = "/path/to/crispron"

Update guide_design.nf

process parallel_chopchop
conda '/path/to/conda/env/chopchop'

process parallel_crispron
conda `/path/to/conda/env/crispron'

Usage

To run Nextflow pipeline from the repository directory:

nextflow run guide_design.nf -output-dir /path/to/output

To test different paramaters (eg. distance) run:

nextflow run guide_design.nf -output-dir /path/to/output --distance 2000

About

Nextflow pipeline for generating, filtering, and prioritizing candidate guide RNA sequences

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published