nf-core/gatk4/genotypegvcfs @ 0.0.0-6c4ed3a
Summary
Perform joint genotyping on one or more samples pre-called with HaplotypeCaller.
Get started
Add the following snippet to your workflow script to include this module.
include { GATK4_GENOTYPEGVCFS } from 'nf-core/gatk4/genotypegvcfs'
License
MIT License
Name
|
GATK4_GENOTYPEGVCFS |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
input
file
|
gVCF(.gz) file or a GenomicsDB *.{vcf,vcf.gz}
|
gvcf_index
file
|
index of gvcf file, or empty when providing GenomicsDB *.{idx,tbi}
|
intervals
file
|
Interval file with the genomic regions included in the library (optional) |
intervals_index
file
|
Interval index file (optional) |
meta2
map
|
Groovy Map containing fasta information e.g. [ id:'test' ] |
|---|---|
fasta
file
|
Reference fasta file *.fasta
|
meta3
map
|
Groovy Map containing fai information e.g. [ id:'test' ] |
|---|---|
fai
file
|
Reference fasta index file *.fai
|
meta4
map
|
Groovy Map containing dict information e.g. [ id:'test' ] |
|---|---|
dict
file
|
Reference fasta sequence dict file *.dict
|
meta5
map
|
Groovy Map containing dbsnp information e.g. [ id:'test' ] |
|---|---|
dbsnp
file
|
dbSNP VCF file *.vcf.gz
|
meta6
map
|
Groovy Map containing dbsnp tbi information e.g. [ id:'test' ] |
|---|---|
dbsnp_tbi
file
|
dbSNP VCF index file *.tbi
|
tbi
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.tbi
file
|
Tbi index for VCF file *.vcf.gz
|
vcf
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.vcf.gz
file
|
Genotyped VCF file *.vcf.gz
|
versions_gatk4
tuple
${task.process}
string
|
The name of the process |
|---|---|
gatk4
string
|
The name of the tool |
gatk --version | sed -n '/GATK.*v/s/.*v//p'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| gatk4 | Genome Analysis Toolkit (GATK4) | https://gatk.broadinstitute.org/hc/en-us |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:20:03 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fgatk4%2Fgenotypegvcfs/0.0.0-6c4ed3a/download |