Description

The Java port of the VarDict variant caller

Input

name:type
description
pattern

meta{:bash}

:map

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

bams{:bash}

:file

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

*.bam

bais{:bash}

:file

Index/indices of the BAM file(s)

*.bai

bed{:bash}

:file

BED with the regions of interest

*.bed

meta2{:bash}

:map

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

fasta{:bash}

:file

FASTA of the reference genome

*.{fa,fasta}

meta3{:bash}

:map

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

fasta_fai{:bash}

:file

The index of the FASTA of the reference genome

*.fai

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 output

*.vcf.gz

versions_vardictjava{:bash}

${task.process}{:bash}

:string

The name of the process

vardict-java{:bash}

:string

The name of the tool

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

:eval

The expression to obtain the version of the tool

versions_var2vcfvalid{:bash}

${task.process}{:bash}

:string

The name of the process

var2vcf_valid.pl{:bash}

:string

The name of the tool

var2vcf_valid.pl -h | sed '2!d;s/.* //'{:bash}

:eval

The expression to obtain the version of the tool

versions_htslib{:bash}

${task.process}{:bash}

:string

The name of the process

htslib{:bash}

:string

The name of the tool

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

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The name of the process

vardict-java{:bash}

:string

The name of the tool

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

:eval

The expression to obtain the version of the tool

${task.process}{:bash}

:string

The name of the process

var2vcf_valid.pl{:bash}

:string

The name of the tool

var2vcf_valid.pl -h | sed '2!d;s/.* //'{:bash}

:eval

The expression to obtain the version of the tool

${task.process}{:bash}

:string

The name of the process

htslib{:bash}

:string

The name of the tool

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

:eval

The expression to obtain the version of the tool

Tools

vardictjava
MIT

Java port of the VarDict variant discovery program