Skip to content

🐍 Snakefiles for common RNA-seq data analysis workflows.

Notifications You must be signed in to change notification settings

dandaman/workflow_kallisto

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantify transcript expression in paired-end RNA-seq data with kallisto


Initially written by Kamil Slowikowski https://github.com/slowkow/snakefiles

Adapted by Daniel Lang

I slightly adapted the worklow and reduced it to Kallisto. Initially for my bioinformatics course at OTHR

Requirements:

# optionally create new env
conda install kallisto
conda install -c bioconda r-sleuth
conda install -c bioconda snakemake
conda install r-essentials

Usage:

#create DAG
snakemake --dag  --configfile config.yml | dot -Tsvg > dag.svg

#run locally
snakemake --configfile config.yml 

#cluster submission
snakemake \
  	--snakefile kallisto.snakefile \
  	--configfile config.yml \
  	--jobs 100 \
  	--cluster 'your syntax to submit jobs on the cluster'

About

🐍 Snakefiles for common RNA-seq data analysis workflows.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%