Skip to content

NBISweden/nbis-meta

Repository files navigation

NBIS-Metagenomics

A workflow for metagenomic projects

Python 3.7 Snakemake 5.18 CI Docker pre-commit

Overview

A snakemake workflow for paired- and/or single-end whole-genome shotgun metagenomic data.

You can use this workflow for e.g.:

  • read-trimming and QC
  • taxonomic classification
  • assembly
  • functional and taxonomic annotation
  • metagenomic binning

See the Wiki-pages for instructions on how to run the workflow.

Installation

From GitHub

  1. Checkout the latest version:
git clone https://github.com/NBISweden/nbis-meta.git

or download a tarball of the latest release from the release page.

  1. Install and activate the workflow environment:
conda env create -f environment.yml
conda activate nbis-meta

From DockerHub

To pull the latest Docker image with all dependencies and source code from DockerHub, run:

docker pull nbisweden/nbis-meta

See the Wiki for instructions on how to run the Workflow with Docker.