tourmaline icon indicating copy to clipboard operation
tourmaline copied to clipboard

Amplicon sequence processing workflow using QIIME 2 and Snakemake

Results 46 tourmaline issues
Sort by recently updated
recently updated
newest added

https://elifesciences.org/articles/85794 https://github.com/lpipes/tronko

Version 2

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