nf-core/gatk4/mutect2 @ 0.0.0-6c4ed3a
Summary
Call somatic SNVs and indels via local assembly of haplotypes.
Get started
Add the following snippet to your workflow script to include this module.
include { GATK4_MUTECT2 } from 'nf-core/gatk4/mutect2'
License
MIT License
Name
|
GATK4_MUTECT2 |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test'] |
|---|---|
input
list
|
list of BAM files, also able to take CRAM as an input *.{bam/cram}
|
input_index
list
|
list of BAM file indexes, also able to take CRAM indexes as an input *.{bam.bai/cram.crai}
|
intervals
file
|
Specify region the tools is run on. .{bed,interval_list}
|
meta2
map
|
Groovy Map containing reference information e.g. [ id:'genome' ] |
|---|---|
fasta
file
|
The reference fasta file *.{fasta,fasta.gz}
|
meta3
map
|
Groovy Map containing reference information e.g. [ id:'genome' ] |
|---|---|
fai
file
|
Index of reference fasta file *.{fasta.fai,fasta.fai.gz}
|
gzi
file
|
Index of bgzipped reference fasta file *.fasta.gz.gzi
|
meta4
map
|
Groovy Map containing reference information e.g. [ id:'genome' ] |
|---|---|
dict
file
|
GATK sequence dictionary *.dict
|
alleles
file
|
vcf file to be used to force-call alleles. *.vcf.gz
|
|---|
alleles_tbi
file
|
Index file for alleles to be force-called. *.vcf.gz.tbi
|
|---|
germline_resource
file
|
Population vcf of germline sequencing, containing allele fractions. *.vcf.gz
|
|---|
germline_resource_tbi
file
|
Index file for the germline resource. *.vcf.gz.tbi
|
|---|
panel_of_normals
file
|
vcf file to be used as a panel of normals. *.vcf.gz
|
|---|
panel_of_normals_tbi
file
|
Index for the panel of normals. *.vcf.gz.tbi
|
|---|
tbi
tuple
meta
map
|
A Groovy map containing sample information |
|---|---|
*.tbi
file
|
Index of vcf file *vcf.gz.tbi
|
vcf
tuple
meta
map
|
A Groovy map containing sample information |
|---|---|
*.vcf.gz
file
|
compressed vcf file *.vcf.gz
|
f1r2
tuple
meta
map
|
A Groovy map containing sample information |
|---|---|
*.f1r2.tar.gz
file
|
file containing information to be passed to LearnReadOrientationModel (only outputted when tumor_normal_pair mode is run) *.f1r2.tar.gz
|
stats
tuple
meta
map
|
A Groovy map containing sample information |
|---|---|
*.stats
file
|
Stats file that pairs with output vcf file *vcf.gz.stats
|
versions_gatk4
tuple