andreas-wilm / vipr

>>> Fork of https://github.com/nf-core/vipr <<<

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nf-core/vipr

Build Status Nextflow Gitter

install with bioconda Docker Container available https://www.singularity-hub.org/static/img/hosted-singularity--hub-%23e32929.svg

Introduction

nf-core/vipr is a bioinformatics best-practice analysis pipeline for assembly and intrahost / low-frequency variant calling for viral samples.

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.

Pipeline Steps

Step Main program/s
Trimming, combining of read-pairs per sample and QC Skewer, FastQC
Decontamination decont
Metagenomics classification / Sample purity Kraken
Assembly to contigs BBtools' Tadpole
Assembly polishing ViPR Tools
Mapping to assembly BWA, LoFreq
Low frequency variant calling LoFreq
Coverage and variant AF plots Bedtools, ViPR Tools

Documentation

Documentation about the pipeline can be found in the docs/ directory:

  1. Installation and configuration
  2. Running the pipeline
  3. Output and how to interpret the results

Credits

This pipeline was originally developed at the Genome Institute of Singapore by Andreas Wilm. It started out as an ecosystem around LoFreq and went through a couple of iterations. The current version had three predecessors ViPR 1, ViPR 2 and ViPR 3.

An incomplete list of publications using (previous versions of) ViPR:

Plenty of people provided essential feedback, including:

About

>>> Fork of https://github.com/nf-core/vipr <<<

License:MIT License


Languages

Language:Nextflow 84.0%Language:Python 13.8%Language:Dockerfile 2.2%