nf-core/vt/normalize @ 0.0.0-6c4ed3a
Summary
normalizes variants in a VCF file
Get started
Add the following snippet to your workflow script to include this module.
include { VT_NORMALIZE } from 'nf-core/vt/normalize'
License
MIT License
Name
|
VT_NORMALIZE |
|---|
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
vcf
file
|
The VCF file to normalize *.vcf(.gz)?
|
tbi
file
|
The tabix index of the VCF file when bgzipped *.tbi
|
intervals
file
|
The intervals of the variants of normalize *.bed
|
meta2
map
|
Groovy Map containing reference information e.g. |
|---|---|
fasta
file
|
The reference fasta file *.{fasta,fn,fna,fa}
|
meta3
map
|
Groovy Map containing reference index information e.g. |
|---|---|
fai
file
|
The index of the reference fasta file (OPTIONAL) *.fai
|
fai
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${fasta}.fai
file
|
The created index of the reference fasta file (only when the fai wasn't supplied) *.fai
|
vcf
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.vcf.gz
file
|
The normalized VCF file *.vcf.gz
|
versions
versions.yml
file
|
File containing software versions versions.yml
|
|---|
| Tool | Description | Homepage |
|---|---|---|
| vt | A tool set for short variant discovery in genetic sequence data | https://genome.sph.umich.edu/wiki/Vt |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:52:52 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fvt%2Fnormalize/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/vt/normalize/blobs/sha256:e215b2640a84ef7efe9e3aa671b8aa06ead1520c9ca1950abc54eeab23b73ac1 |
| Size | 3.1 KB |
| Checksum | sha256:e215b2640a84ef7efe9e3aa671b8aa06ead1520c9ca1950abc54eeab23b73ac1 |
| Downloads | 4 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:52:52 (UTC) | 4 | 3.1 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:36:46 (UTC) | 3 | 3.1 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:47:28 (UTC) | 4 | 3.1 KB |