Description

structural-variant calling with sniffles

Input

name:type
description
pattern

meta

:map

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

input

:file

A single .bam/.cram file - OR - one or more .snf files - OR - a single .tsv file containing a list of .snf files and optional sample ids as input

*.{bam,cram,snf,tsv}

index

:file

Index of BAM/CAM file

*.{bai,crai}

meta2

:map

Groovy Map containing reference information e.g. [ id:‘fasta’ ]

fasta

:file

Reference database in FASTA format

meta3

:map

Groovy Map containing tandem repeat information e.g. [ id:‘hg38’ ]

tandem_file

:file

Tandem repeat file

*.bed

vcf_output

:file

VCF output file

*.vcf.gz

snf_output

:file

SNF output file

Output

name:type
description
pattern

vcf

meta

:map

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

*.vcf.gz

:file

Compressed VCF file

*.vcf.gz

tbi

meta

:map

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

*.vcf.gz.tbi

:file

Compressed VCF file index

*.tbi

snf

meta

:map

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

*.snf

:file

SNF file

*.snf

versions_sniffles

${task.process}

:string

The name of the process

sniffles

:string

The name of the tool

sniffles --version | sed 's/.* //g'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

sniffles

:string

The name of the tool

sniffles --version | sed 's/.* //g'

:eval

The expression to obtain the version of the tool