Skip to content

NBISweden/nbis-meta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e574e79 · Sep 15, 2021
Aug 23, 2021
Aug 27, 2021
Aug 27, 2021
Oct 13, 2020
Sep 14, 2021
Oct 13, 2020
Oct 13, 2020
May 14, 2020
Mar 23, 2021
May 14, 2020
Jun 10, 2021
Jun 8, 2021

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.