This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Programs That Report Structural Variations For Tumor/Normal In Vcf Format

What software is available out there that will read in one or several BAM files and report SV events, including copy-number changes and allelic imbalances, in vcf 4.1 format? For example, for pairs of tumor/normal bam files, but alternatively, also software that will report SVs for single somatic bam files against the genome reference.

vcf software sv

2 answers

As far as I know most SV tools does not report the out puts to VCF format. You need to write a script to convert them to VCF.

See the SV VCF format here

lumpy outputs vcf file https://github.com/arq5x/lumpy-sv

Log in to answer this question.