2 Mothur Microbial Profiling
2.1 Tutorial References
Before diving into the Mothur bioinformatics pipeline, make sure to familiarize yourself with the following essential references:
Snakemake Workflow: Explore the comprehensive Snakemake workflow designed to run Mothur within a conda environment. So far, we have found this repository to be a great demo for maintaining reproducibility using Snakemake workflow, making it a good starting point. However, users are encouraged to explore more elsewhere to see if there is a better alternative.
Full Mothur Tutorial: Refer to the official Mothur tutorial for a detailed guide on utilizing Mothur in bioinformatics analysis.
2.2 Setting Up Mothur in a Conda Environment
2.2.1 Clone the Snakemake Workflow
I strongly suggest using a repository that offers a comprehensive guide on how to integrate Mothur workflows using Snakemake. To access this incredibly helpful resource, I recommend cloning the Snakemake workflow repository onto your computer. The repository presents a detailed explanation of each step involved in the process, ensuring a smooth implementation of Mothur within the Snakemake framework.
2.6 Download References Databases
- Download Silva alignment reference database.
- Optionally create Silva classifier from Silva alignments.
- Download RDP classifier.
- Get any other suitable classifier compatible with Mothur.
The download script is in the repo, saved in the workflow/scripts directory. Run the following on command line or use the snakemake rules.