RNA Seq pipeline for Parasites and Microbe
1.5K
A RNA seq pipeline for the Pathogen and Microbes research group at the Wellcome Sanger Institute
RNA-Seq Expression Analysis: Calculates rna-seq expression (Reads Mapped and RPKM) based on selected protocol:
Install master:
pip install git+https://github.com/sanger-pathogens/rnaseq.git
Install a specific version:pip install git+https://github.com/sanger-pathogens/rnaseq.git@<TAG>. Example:
pip install git+https://github.com/sanger-pathogens/[email protected]
Once install, rnaseq can be run directly:
rnaseq.py -h
Pull the latest image:
docker pull sangerpathogens/rnaseq:latest
Run in a container:
docker run --rm -it -v /home:/home sangerpathogens/rnaseq:latest rnaseq.py -h
To pull and run a specific version, just replace latest by the version number. Example:
docker pull sangerpathogens/rnaseq:0.0.1
docker run --rm -it -v /home:/home sangerpathogens/rnaseq:0.0.1 rnaseq.py -h
Please run rnaseq.py -h for help
rnaseq is free software, licensed under GPLv3.
Please report any issues to the issues page or email [email protected].
Content type
Image
Digest
Size
272.1 MB
Last updated
almost 7 years ago
docker pull sangerpathogens/rnaseq