Description

The Java port of the VarDict variant caller

Input

name:type
description
pattern

meta

:map

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

bams

:file

One or two BAM files. Supply two BAM files to run Vardict in paired mode.

*.bam

bais

:file

Index/indices of the BAM file(s)

*.bai

bed

:file

BED with the regions of interest

*.bed

meta2

:map

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

fasta

:file

FASTA of the reference genome

*.{fa,fasta}

meta3

:map

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

fasta_fai

:file

The index of the FASTA of the reference genome

*.fai

Output

name:type
description
pattern

vcf

meta

:map

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

*.vcf.gz

:file

VCF file output

*.vcf.gz

versions_vardictjava

${task.process}

:string

The name of the process

vardict-java

:string

The name of the tool

realpath \$( command -v vardict-java ) | sed 's/.*java-//;s/-.*//'

:eval

The expression to obtain the version of the tool

versions_var2vcfvalid

${task.process}

:string

The name of the process

var2vcf_valid.pl

:string

The name of the tool

var2vcf_valid.pl -h | sed '2!d;s/.* //'

:eval

The expression to obtain the version of the tool

versions_htslib

${task.process}

:string

The name of the process

htslib

:string

The name of the tool

tabix -h 2>&1 | sed -n '2s/Version: *//p'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

vardict-java

:string

The name of the tool

realpath \$( command -v vardict-java ) | sed 's/.*java-//;s/-.*//'

:eval

The expression to obtain the version of the tool

${task.process}

:string

The name of the process

var2vcf_valid.pl

:string

The name of the tool

var2vcf_valid.pl -h | sed '2!d;s/.* //'

:eval

The expression to obtain the version of the tool

${task.process}

:string

The name of the process

htslib

:string

The name of the tool

tabix -h 2>&1 | sed -n '2s/Version: *//p'

:eval

The expression to obtain the version of the tool

Tools

vardictjava
MIT

Java port of the VarDict variant discovery program