Skip to content

Please use the original pipeline nf-core/mag. This is just a fork to keep project results reproducible. You can add branches to this repository and tag them, which will automatically trigger a new build on dockerhub. You can run a specific tag with `nextflow run qbic-pipelines/nf-core-mag -r <tag> -profile cfc_dev --reads "*_R{1,2}.fastq.gz" [op…

License

Notifications You must be signed in to change notification settings

qbic-pipelines/nf-core-mag

 
 

Repository files navigation

mag

Assembly, binning and annotation of metagenomes.

Build Status Nextflow

install with bioconda Docker

Introduction

This pipeline is for assembly, binning and annotation of metagenomes. It supports both short and long reads, quality trims the reads and adapters with https://github.com/OpenGene/fastp and https://github.com/rrwick/Porechop and performs basic QC with https://www.bioinformatics.babraham.ac.uk/projects/fastqc/.

The pipeline then:

Furthermore, the pipeline creates various reports in the results directory specified, including a https://multiqc.info/ report summarizing some of the findings and software versions.

The pipeline is built using Nextflow, a workflow tool to run tasks across multiple compute infrastructures in a very portable manner. It comes with docker containers making installation trivial and results highly reproducible.

Documentation

The nf-core/mag pipeline comes with documentation about the pipeline, found in the docs/ directory:

  1. Installation
  2. Pipeline configuration
  3. Running the pipeline
  4. Output and how to interpret the results
  5. Troubleshooting

Credits

This pipeline was written by Hadrien Gourlé at SLU and Daniel Straub (@d4straub).

Long read processing was inspired by caspargross/HybridAssembly written by Caspar Gross @caspargross

About

Please use the original pipeline nf-core/mag. This is just a fork to keep project results reproducible. You can add branches to this repository and tag them, which will automatically trigger a new build on dockerhub. You can run a specific tag with `nextflow run qbic-pipelines/nf-core-mag -r <tag> -profile cfc_dev --reads "*_R{1,2}.fastq.gz" [op…

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Nextflow 87.7%
  • Python 7.3%
  • HTML 3.1%
  • R 1.5%
  • Dockerfile 0.4%