A pipeline to go from raw sequencing data to high quality bins and pretty plots.
This is a simple pipeline for analyzing metagenomic data, starting from raw reads to assembly, to binning, to functional analysis. Throughout the pipeline, there will be example commands at each step - however; replace the generic filenames and paths with your own data.
Prior to getting started, look over the software list and ensure all of it is installed. If you are using the lab machine 'entamoeba', the majority of software will be installed locally. For steps which require the ZCU (Zoology computing unit), you will need to install the software to your own folder if it is not already installed globally.
You can preview each step of the pipeline under the overview section.
By default, each command here keeps intermediate files during analysis, in case you need to go back a step or need to verify something. However, some files can get very large, so please be mindful of the amount of disk space you are using (especially if you are on a lab machine). Can you quickly re-create the files if you need it later? If yes, then delete it.
- Section 0: Prelude
- Section 1: File preprocessing
- Section 2: Assembly
- Section 3: Assembly quality evaluation
- Section 4: Coverage
- Section 5: Filtering contigs
- Section 6: Binning
- Section 7: Binning quality evaluation
- Section 8: Binning, taxonomy and bin refinement in Anvi'o
- Section 9: Functional annotation and basic plots
- Section 10: Functional annotation with PROKKA and Krona plots
Any issues or clarification needed can be raised by creating a new issue in this repository. Alternatively, you can email me at [email protected].
Note that many of these tools can be installed through conda or homebrew. Try those options first before a manual install.
- IDBA-UD
- MetaSPAdes1,2 (NOTE: may or may not work with your data, fix should be rolled out in v3.12.1)
1: Linux/cluster use only
2: High memory usage