×

nf-core/gatk/realignertargetcreator @ 0.0.0-3fc6d40

Generates a list of locations that should be considered for local realignment prior genotyping.

Latest version: 0.0.0-6c4ed3a
Total downloads: 11
Source: nf-core/modules
Authors: @jfy133
Maintainers: @jfy133

Summary

Generates a list of locations that should be considered for local realignment prior genotyping.

Get started

Add the following snippet to your workflow script to include this module.

include { GATK_REALIGNERTARGETCREATOR } from 'nf-core/gatk/realignertargetcreator'

License

MIT License

Process
Name GATK_REALIGNERTARGETCREATOR
Input 5 channels
#1 tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

bam file

Sorted and indexed BAM/CRAM/SAM file

*.bam
bai file

BAM index file

*.bai
#2 tuple
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}
#3 tuple
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
#4 tuple
meta4 map

Groovy Map containing reference information. e.g. [ id:'test', single_end:false ]

dict file

GATK dict file for reference

.dict
#5 tuple
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
Output 2 channels
#1 intervals tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

*.intervals file

File containing intervals that represent sites of extant and potential indels.

*.intervals
#2 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-3fc6d40
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 22 Apr 2026 15:12:53 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fgatk%2Frealignertargetcreator/0.0.0-3fc6d40/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/gatk/realignertargetcreator/blobs/sha256:a7562216eaa7e6c8aa492ca57e80941ae5384338619d9ee703d253c7971629c2
Size 2.8 KB
Checksum sha256:a7562216eaa7e6c8aa492ca57e80941ae5384338619d9ee703d253c7971629c2
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:18:14 (UTC) 4 2.7 KB
0.0.0-3fc6d40 <