Snakemake based pipeline for RNA-Seq analysis
Inputs to all snakefiles are specified using a config.py
, and generally is as simple as specifiying the directory
containing all *.fq/*.fq.gz/*.fastq.gz/*.sra
files.
-
Snakefile_fastq_multilane.snake - For multilane paired end fastq files
-
Snakefile_sra_pe - For paired end
*.sra
files -
Snakefile_sra_se - For single end
*.sra
files -
Snakefile_fastq - For paired end fastq files
- snakemake
- STAR
- bamtools
- DESeq2
- qualimap
- multiqc
- rseqc