treangen / metagenomics

Open source metagenomics workflows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Source Metagenomics Workflows

These open source metagenomics workflows are intended to analyze the biological contents of complex environmental samples. The expected input is paired-end Illumina FASTQ files, and the current outputs include filtered reads, assembled contigs, MultiQC reports for FastQC and QUAST results, metagenome comparison estimates, taxonomic classifications, and gene predictions.

Future outputs will include additional taxonomic classifications and visualizations, functional predictions, and alignments. We are actively developing these workflows, so please stay tuned for updates!

Getting Started

The wiki for this project has helpful instructions for installing and running the workflows.

Prerequisites

These workflows have been tested to run offline on CentOS, Red Hat, and Ubuntu.

Example Data

The workflows have been tested with a subsampled dataset from this publication:

Shakya, M., C. Quince, J. H. Campbell, Z. K. Yang, C. W. Schadt and M. Podar (2013). "Comparative metagenomic and rRNA microbial diversity characterization using archaeal and bacterial synthetic communities." Environ Microbiol 15(6): 1882-1899.

The original Shakya et al. 2013 dataset is available online as SRR606249. The subsampled dataset, which was used as the default example in our metagenomics workflows, can be downloaded here:

SRR606249_subset10_1.fq.gz

SRR606249_subset10_2.fq.gz

More information about how the subsampled dataset was generated can be found here.

Scientific Benchmark Data

The NIST-IMMSA ftp site houses the raw data from the McIntyre et al. 2017 benchmarking study, which leveraged datasets from many previous publications. The following publications are relevant to the datasets used in our scientific benchmarks:

McIntyre, Alexa B. R., Rachid Ounit, Ebrahim Afshinnekoo, Robert J. Prill, Elizabeth Hénaff, Noah Alexander, Samuel S. Minot, et al. 2017. “Comprehensive Benchmarking and Ensemble Approaches for Metagenomic Classifiers.” Genome Biology 18 (1): 182.

Ounit, Rachid, and Stefano Lonardi. 2016. “Higher Classification Sensitivity of Short Metagenomic Reads with CLARK-S.” Bioinformatics 32 (24): 3823–25.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct and how to contribute to this project.

License

This software is licensed under the BSD 3-Clause License.

Acknowledgments

This project builds off work that began in the Dahak project. A variety of open source tools are used within the workflows, and more information about those tools is available in the DEPENDENCY_LICENSES file.

About

Open source metagenomics workflows

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 46.6%Language:Jupyter Notebook 46.4%Language:Shell 5.4%Language:Dockerfile 1.6%