Skip to content

An example RNAseq pipeline with snakemake on the NIH biowulf cluster

Notifications You must be signed in to change notification settings

seandavi/SnakemakeRNASeqExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To start the pipeline:

In your ~/.bashrc script:

export MODULEPATH=/data/ngs/modules:$MODULEPATH

To be able to use snakemake:

module load snakemake

To submit a snakemake job, change into the directory with the Snakefile and execute:

qsub -l nodes=1:c16 submit.sh

About

An example RNAseq pipeline with snakemake on the NIH biowulf cluster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages