This workflow performs a differential gene expression analysis with STAR and Deseq2.
Tips:
- Fix some bugs and add some tips in the configs and workflows.
- Disable some steps, because custom genome may not have uniform Gene Symbol.
- The custom genome and annotation should be put in
resources/genemone.fasta
andresources/genemone.gtf
in advance. - If you can't get access to the wrappers from github like me, you can download the wappers(versions:0.77.0 and 0.75.0) and put them in the homedir and rewrite the wrappers in the workflows as
file://wrapper/0.77.0/bio/star/align
.
The usage of this workflow is described in the Snakemake Workflow Catalog.
If you use this workflow in a paper, don't forget to give credits to the authors by citing the URL of this (original) repository and its DOI (see above).