nf-core/bcftools/csq @ 0.0.0-0c7146d
Summary
bcftools Haplotype-aware consequence caller
Get started
Add the following snippet to your workflow script to include this module.
include { BCFTOOLS_CSQ } from 'nf-core/bcftools/csq'
License
MIT License
Name
|
BCFTOOLS_CSQ |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
vcf
file
|
VCF/BCF file *.{vcf.gz,vcf,bcf}
|
meta2
map
|
Groovy Map containing fasta information |
|---|---|
fasta
file
|
Fasta reference *.{fasta,fa}
|
meta3
map
|
Groovy Map containing fai information |
|---|---|
fai
file
|
Fasta index *.{fai}
|
meta4
map
|
Groovy Map containing gff3 information |
|---|---|
gff3
file
|
GFF3 file *.{gff,gff.gz,gff3,gff3.gz}
|
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 ] |
|---|---|
*.${extension}
file
|
VCF with annotation, bgzipped per default *.{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 |
|---|---|---|
| reheader | Haplotype-aware consequence caller | http://samtools.github.io/bcftools/bcftools.html |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 135d883a43b1a2324b4112cd270cf22e20835533 |
| Release Date | 08 Apr 2026 18:25:07 (UTC) |
| Download URL | https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fbcftools%2Fcsq/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/bcftools/csq/blobs/sha256:f898e7afcf73e116fd0e1222d122887e22c0ffb02dcf7173180e33c665b3d67a |
| Size | 2.9 KB |
| Checksum | sha256:f898e7afcf73e116fd0e1222d122887e22c0ffb02dcf7173180e33c665b3d67a |
| Downloads | 1 |
| Version | Date | Status | Downloads | Size | Diff |
|---|---|---|---|---|---|
| 0.0.0-0c7146d |