molgenis / vip

Variant Interpretation Pipeline
https://molgenis.github.io/vip/
GNU Lesser General Public License v3.0
23 stars 5 forks source link
genetics pipeline variant-interpretation

Variant Interpretation Pipeline

VIP is a flexible human variant interpretation pipeline for rare disease using state-of-the-art pathogenicity prediction (CAPICE) and template-based interactive reporting to facilitate decision support.

Example Report

Documentation

VIP documentation is available at this link https://molgenis.github.io/vip/.

[!TIP] Visit https://vip.molgeniscloud.org/ to analyse your own variants

[!TIP] Preprint now available at medRxiv

Quick Reference

Requirements

Installation

git clone https://github.com/molgenis/vip
bash vip/install.sh

Usage

usage: vip -w <arg> -i <arg> -o <arg>
  -w, --workflow <arg>  workflow to execute. allowed values: cram, fastq, gvcf, vcf
  -i, --input    <arg>  path to sample sheet .tsv
  -o, --output   <arg>  output folder
  -c, --config   <arg>  path to additional nextflow .cfg (optional)
  -p, --profile  <arg>  nextflow configuration profile (optional)
  -r, --resume          resume execution using cached results (default: false)
  -s, --stub            quickly prototype workflow logic using process script stubs
  -h, --help            print this message and exit

Developers

To create the documentation pages:

pip install mkdocs mkdocs-mermaid2-plugin
mkdocs serve

License

VIP is an aggregate work of many works, each covered by their own licence(s). For the purposes of determining what you can do with specific works in VIP, this policy should be read together with the licence(s) of the relevant tools. For the avoidance of doubt, where any other licence grants rights, this policy does not modify or reduce those rights under those licences.