Description

SVTyper-sso computes structural variant (SV) genotypes based on breakpoint depth on a SINGLE sample

Input

name:type
description
pattern

meta{:bash}

:map

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

bam{:bash}

:file

BAM or CRAM file with alignments

*.{bam,cram}

bam_index{:bash}

:file

BAI file matching the BAM file

*.{bai}

vcf{:bash}

:file

Matching VCF of alignments

*.vcf

meta2{:bash}

:map

Groovy Map containing sample information for reference FASTA file e.g. [ id:‘fasta’]

fasta{:bash}

:file

indexed reference FASTA file (recommended for reading CRAM files)

*.{fa,fasta}

Output

name:type
description
pattern

gt_vcf{:bash}

meta{:bash}

:map

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

*.vcf{:bash}

:file

Genotyped SVs

*.vcf

json{:bash}

meta{:bash}

:map

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

*.json{:bash}

:file

JSON file including library information

*.json

versions{:bash}

versions.yml{:bash}

:file

File containing software versions

versions.yml

Tools

svtyper
MIT

Bayesian genotyper for structural variants