Description

SNP and Indel variant caller on a per-locus basis

Input

name:type
description
pattern

meta{:bash}

:map

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

bam{:bash}

:file

Sorted and indexed BAM/CRAM/SAM file

*.bam

bai{:bash}

:file

BAM index file

*.bai

meta2{:bash}

:map

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

fasta{:bash}

:file

Reference file used to generate BAM file

.{fasta,fa,fna}

meta3{:bash}

:map

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

fai{:bash}

:file

Index of reference file used to generate BAM file

.fai

meta4{:bash}

:map

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

dict{:bash}

:file

GATK dict file for reference

.dict

meta5{:bash}

:map

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

intervals{:bash}

:file

Bed file with the genomic regions included in the library (optional)

*.intervals

meta6{:bash}

:map

Groovy Map containing file meta-information for the contamination file. e.g. [ id:‘test’, single_end:false ]

contamination{:bash}

:file

Tab-separated file containing fraction of contamination in sequencing data (per sample) to aggressively remove

*

meta7{:bash}

:map

Groovy Map containing file meta-information for the dbsnps file. e.g. [ id:‘test’, single_end:false ]

dbsnp{:bash}

:file

VCF file containing known sites (optional)

*

meta8{:bash}

:map

Groovy Map containing file meta-information for the VCF comparison file. e.g. [ id:‘test’, single_end:false ]

comp{:bash}

:file

Comparison VCF file (optional)

*

Output

name:type
description
pattern

vcf{:bash}

meta{:bash}

:map

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

*.vcf.gz{:bash}

:file

VCF file containing called variants

*.vcf.gz

versions{:bash}

versions.yml{:bash}

:file

File containing software versions

versions.yml

Tools

gatk
https://software.broadinstitute.org/gatk/download/licensing BSD https://www.broadinstitute.org/gatk/about/#licensing

The full Genome Analysis Toolkit (GATK) framework, license restricted.