tourmaline
tourmaline copied to clipboard
Amplicon sequence processing workflow using QIIME 2 and Snakemake
https://elifesciences.org/articles/85794 https://github.com/lpipes/tronko
Snakemake has the unfortunate habit of re-running rules when their output is already present. To prevent this, follow these steps: 1. Run the rule you want with the `--dry-run` flag....
This could be implemented in the main tourmaline.sh script, like with another option. Or it could be external and designed with HPC in mind. Would be nice to also include...
In file `repseqs_step.Snakefile`
Adapt code from here: https://github.com/limey-bean/Anacapa/blob/New-Master/Anacapa_db/scripts/blca_from_bowtie.py