Description

smoove simplifies and speeds calling and genotyping SVs for short reads. It also improves specificity by removing many spurious alignment signals that are indicative of low-level noise and often contribute to spurious calls. Developped by Brent Pedersen.

Input

Name (Type)
Description
Pattern

meta (map)

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

]

input (file)

BAM/CRAM file

*.{bam,cram}

index (file)

Index of BAM/CRAM file

*.{bai,crai}

exclude_beds (file)

A BED file containing the regions to exclude from the SV calling

*.bed

fasta (file)

The reference fasta file

*.{fasta,fna,fa}

fai (file)

Index of reference fasta file

*.fai

Output

Name (Type)
Description
Pattern

meta (map)

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

]

versions (file)

File containing software versions

versions.yml

vcf (file)

Compressed VCF file

*.vcf.gz

Tools

smoove
Apache-2.0

structural variant calling and genotyping with existing tools, but, smoothly