Skip to content
16S rRNA amplicon sequencing analysis workflow using QIIME2
Branch: master
Clone or download
apeltzer Merge pull request #52 from nf-core/dev
PR for Release 1.0.0 "Olive Steel Panda"
Latest commit f0357d6 Dec 13, 2018
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Rename entire pipeline :-) Nov 23, 2018
assets Rename entire pipeline :-) Nov 23, 2018
bin Remove ugly pycache stuff Dec 10, 2018
conf
docs
.gitattributes
.gitignore Initialized Repository with Template branch! Nov 12, 2018
.travis.yml Prepare for Release Dec 13, 2018
CHANGELOG.md CHANGELOG fix Nov 23, 2018
CODE_OF_CONDUCT.md
Dockerfile Prepare for Release Dec 13, 2018
LICENSE
README.md Rename entire pipeline :-) Nov 23, 2018
Singularity Prepare for Release Dec 13, 2018
environment.yml
main.nf
nextflow.config

README.md

nf-core/ampliseq

16S rRNA amplicon sequencing analysis workflow using QIIME2

Build Status Nextflow

install with bioconda Docker Singularity Container available

Introduction

nfcore/ampliseq is a bioinformatics analysis pipeline used for 16S rRNA amplicon sequencing data.

The workflow processes raw data from FastQ inputs (FastQC), trims primer sequences from the reads (Cutadapt), imports data into QIIME2, generates amplicon sequencing variants (ASV, DADA2), classifies features against the SILVA v132 database, excludes unwanted taxa, produces absolute and relative feature/taxa count tables and plots, plots alpha rarefaction curves, computes alpha and beta diversity indices and plots thereof, and finally calls differentially abundant taxa (ANCOM). See the output documentation for more details of the results.

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 / singularity containers making installation trivial and results highly reproducible.

Documentation

The nf-core/ampliseq 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
You can’t perform that action at this time.