vt-nf
vt normalization with nextflow
2.9K

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:
vt decompose)vt decompose_blocksub)vt normalize)bgzip)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.
External software:
samtools/htslibCaution: 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.
| Name | Description |
|---|---|
--vcf_folder | Folder containing tumor zipped VCF files |
| Name | Example value | Description |
|---|---|---|
--ref | /path/to/ref.fasta | Reference fasta file indexed |
| Name | Default value | Description |
|---|---|---|
--output_folder | vt_VCF/ | Folder to output resulting compressed vcf |
Flags are special parameters without value.
| Name | Description |
|---|---|
--help | Display help |
Simple use case example:
nextflow run iarcbioinfo/vt-nf --vcf_folder VCF/ --ref ref.fasta
| Type | Description |
|---|---|
| VCF | Compressed normalized VCF files |
| Name | Description | |
|---|---|---|
| Tiffany Delhomme* | [email protected] | Developer to contact for support |
Content type
Image
Digest
Size
303.5 MB
Last updated
over 7 years ago
docker pull iarcbioinfo/vt-nfPulls:
192
Last week