AnnotSV icon indicating copy to clipboard operation
AnnotSV copied to clipboard

-snvIndelFiles

Open gneedle1 opened this issue 2 years ago • 1 comments

If I'm using a vcf as my -SVinputFile, but want to use -snvIndelFiles, would I just use the same vcf for both inputs?

gneedle1 avatar Jul 05 '22 15:07 gneedle1

You can use the same VCF if you have SV AND SNV/indel in the same VCF. But it seems strange to me.

The best is 1 VCF with the SV from your sample + 1 VCF with the SNV/indel from your sample.

-SVinputFile:                   Path of the input file (VCF or BED) with SV coordinates

-snvIndelFiles:                 Path of the VCF input file(s) with SNV/indel coordinates used for false positive discovery
                                Use counts of the homozygous and heterozygous variants

lgmgeo avatar Jul 07 '22 19:07 lgmgeo