nf-core/gatk/indelrealigner @ 0.0.0-0c7146d
Summary
Performs local realignment around indels to correct for mapping errors
Get started
Add the following snippet to your workflow script to include this module.
include { GATK_INDELREALIGNER } from 'nf-core/gatk/indelrealigner'
License
MIT License
Name
|
GATK_INDELREALIGNER |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
bam
file
|
Sorted and indexed BAM file *.bam
|
bai
file
|
BAM index file *.bai
|
intervals
file
|
Intervals file created by gatk3 RealignerTargetCreator *.{intervals,list}
|
meta2
map
|
Groovy Map containing reference information. e.g. [ id:'test', single_end:false ] |
|---|---|
fasta
file
|
Reference file used to generate BAM file .{fasta,fa,fna}
|
meta3
map
|
Groovy Map containing reference information. e.g. [ id:'test', single_end:false ] |
|---|---|
fai
file
|
Index of reference file used to generate BAM file .fai
|
meta4
map
|
Groovy Map containing reference information. e.g. [ id:'test', single_end:false ] |
|---|---|
dict
file
|
GATK dict file for reference .dict
|
meta5
map
|
Groovy Map containing file meta-information for known_vcf. e.g. [ id:'test', single_end:false ] |
|---|---|
known_vcf
file
|
Optional input VCF file(s) with known indels .vcf
|
bam
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.bam
file
|
Sorted and indexed BAM file with local realignment around variants *.bam
|
*.bai
file
|
Sorted and indexed BAM file with local realignment around variants *.bam
|
versions_gatk
tuple
${task.process}
string
|
The name of the process |
|---|---|
gatk
string
|
The name of the tool |
gatk3 --version
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| gatk | The full Genome Analysis Toolkit (GATK) framework, license restricted. | https://gatk.broadinstitute.org/hc/en-us |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 135d883a43b1a2324b4112cd270cf22e20835533 |
| Release Date | 08 Apr 2026 18:40:47 (UTC) |
| Download URL | https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fgatk%2Findelrealigner/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/gatk/indelrealigner/blobs/sha256:a69bf9191243dcf54fe61a8df891b4ccf8565696efb232e94981e1fffe9d44c9 |
| Size | 3.2 KB |
| Checksum | sha256:a69bf9191243dcf54fe61a8df891b4ccf8565696efb232e94981e1fffe9d44c9 |
| Downloads | 1 |
| Version | Date | Status | Downloads |
|---|