Description

structural-variant calling with cutesv

Input

name:type
description
pattern

meta

:map

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

bam

:file

BAM file

*.bam

bai

:file

Index of BAM file

*.bai

meta2

:map

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

fasta

:file

Reference database in FASTA format

Output

name:type
description
pattern

vcf

meta

:map

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

*.vcf

:file

VCF file containing called variants from CuteSV

*.vcf

versions_cutesv

${task.process}

:string

The name of the process

cuteSV

:string

The name of the tool

cuteSV --version 2>&1 | sed 's/cuteSV //'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

cuteSV

:string

The name of the tool

cuteSV --version 2>&1 | sed 's/cuteSV //'

:eval

The expression to obtain the version of the tool

Tools

cutesv
MIT

a clustering-and-refinement method to analyze the signatures to implement sensitive SV detection.