nf-core/bcftools/norm @ 0.0.0-0c7146d
Summary
Normalize VCF file
Get started
Add the following snippet to your workflow script to include this module.
include { BCFTOOLS_NORM } from 'nf-core/bcftools/norm'
License
MIT License
Name
|
BCFTOOLS_NORM |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
vcf
file
|
The vcf file to be normalized e.g. 'file1.vcf' *.{vcf,vcf.gz}
|
tbi
file
|
An optional index of the VCF file (for when the VCF is compressed) *.vcf.gz.tbi
|
meta2
map
|
Groovy Map containing reference information e.g. [ id:'genome' ] |
|---|---|
fasta
file
|
FASTA reference file *.{fasta,fa}
|
csi
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.csi
file
|
Default VCF file index *.csi
|
tbi
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.tbi
file
|
Alternative VCF file index *.tbi
|
vcf
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.{vcf,vcf.gz,bcf,bcf.gz}
file
|
One of uncompressed VCF (.vcf), compressed VCF (.vcf.gz), compressed BCF (.bcf.gz) or uncompressed BCF (.bcf) normalized output file *.{vcf,vcf.gz,bcf,bcf.gz}
|
versions_bcftools
tuple
${task.process}
string
|
The process the versions were collected from |
|---|---|
bcftools
string
|
The tool name |
bcftools --version | sed '1!d; s/^.*bcftools //'
string
|
The command used to generate the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| norm | Normalize VCF files. | http://samtools.github.io/bcftools/bcftools.html |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 135d883a43b1a2324b4112cd270cf22e20835533 |
| Release Date | 08 Apr 2026 18:25:19 (UTC) |
| Download URL | https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fbcftools%2Fnorm/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/bcftools/norm/blobs/sha256:71197e966e50ef3c150bd82ad36f4903b982f72524e5185dd61c0fdd86bb9cea |
| Size | 4.4 KB |
| Checksum | sha256:71197e966e50ef3c150bd82ad36f4903b982f72524e5185dd61c0fdd86bb9cea |
| Downloads | 1 |
| Version | Date | Status | Downloads | Size | Diff |
|---|---|---|---|---|---|
| 0.0.0-0c7146d | 08 Apr 2026 18:25:19 (UTC) | 1 | 4.4 KB | - |