iarcbioinfo/vt-nf

Sponsored OSS

By International Agency for Research on Cancer

Updated over 7 years ago

vt normalization with nextflow

Image
Integration & delivery
Data science
0

2.9K

iarcbioinfo/vt-nf repository overview

vt-nf

Nextflow pipeline for vt normalization

Workflow representation

Description

Apply vt to decompose and normalize variants from a set of VCF (compressed with gzip/bgzip).

This scripts takes a set of a folder containing compressed VCF files (*.vcf.gz) as an input. It consists at four piped steps:

  • decomposition of haplotypes (vt decompose)
  • decomposition of variant blocks (vt decompose_blocksub)
  • normalization with reference (vt normalize)
  • compression with bgzip (bgzip)

Dependencies

  1. This pipeline is based on nextflow. As we have several nextflow pipelines, we have centralized the common information in the IARC-nf repository. Please read it carefully as it contains essential information for the installation, basic usage and configuration of nextflow and our pipelines.

  2. External software:

Caution: vt, tabix and bgzip have to be in your $PATH. Try each of the commands vt, tabix and bgzip, if it returns the options this is ok.

Input

NameDescription
--vcf_folderFolder containing tumor zipped VCF files

Parameters

NameExample valueDescription
--ref/path/to/ref.fastaReference fasta file indexed
NameDefault valueDescription
--output_foldervt_VCF/Folder to output resulting compressed vcf

Flags are special parameters without value.

NameDescription
--helpDisplay help

Usage

Simple use case example:

nextflow run iarcbioinfo/vt-nf --vcf_folder VCF/ --ref ref.fasta

Output

TypeDescription
VCFCompressed normalized VCF files

Contributions

NameEmailDescription
Tiffany Delhomme*[email protected]Developer to contact for support

Tag summary

Content type

Image

Digest

Size

303.5 MB

Last updated

over 7 years ago

docker pull iarcbioinfo/vt-nf

This week's pulls

Pulls:

192

Last week