-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Sanjay C Nagi edited this page Jul 15, 2021
·
13 revisions
Welcome to the rna-seq-pop wiki!
If you use this workflow in a paper, don't forget to give credits to the author by citing the URL of this (original) repository and, if available, its DOI (see above).
- Create a new github repository using this workflow as a template.
- Clone the newly created repository to your local system, into the place where you want to perform the data analysis.
- As the workflow contains submodules (compkaryo & mpileup2readcounts),
git clone --recursive
should be used to clone the repo. - If you want to run the differential SNPs analysis, please compile mpileup2readcounts by navigating to its folder in workflow/scripts and:
g++ -std=c++11 -O3 mpileup2readcounts.cc -o mpileup2readcounts
Configure the workflow according to your needs via editing the files in the config/
folder. Adjust the example config.yaml
to configure the workflow execution, and samples.tsv
to specify your sample setup.