Performs local realignment around indels to correct for mapping errors
meta
:map
Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]
bam
:file
Sorted and indexed BAM file
*.bam
bai
BAM index file
*.bai
intervals
Intervals file created by gatk3 RealignerTargetCreator
*.{intervals,list}
meta2
Groovy Map containing reference information. e.g. [ id:‘test’, single_end:false ]
fasta
Reference file used to generate BAM file
.{fasta,fa,fna}
meta3
fai
Index of reference file used to generate BAM file
.fai
meta4
dict
GATK dict file for reference
.dict
meta5
Groovy Map containing file meta-information for known_vcf. e.g. [ id:‘test’, single_end:false ]
known_vcf
Optional input VCF file(s) with known indels
.vcf
Sorted and indexed BAM file with local realignment around variants
versions_gatk
${task.process}
:string
The name of the process
gatk
The name of the tool
gatk3 --version
:eval
The expression to obtain the version of the tool
versions
The full Genome Analysis Toolkit (GATK) framework, license restricted.