Open xiucz opened 2 years ago
Hello! Thanks, I'm happy to hear that!
I agree, everything should be transfered into the FORMAT column! It might be a bug in SVDB because the manta calls lacks the GT (SVDB is GT "centric" in some way).
I will have a look!
Best regards Jesper
Hi @J35P312 ,
We also love your package! Any progress on this issue? I agree that it is very useful to be able to retail the FORMAT field values from all the vcf files that are being merged. Is this something hard to do?
Hi, I think people are looking for SV merge tools often, and after testing many SV merge tools, such as
SURVIVOR
,svimmer
,SVanalyzer
,svtools
,truvari
,bcftools
, and many other tools, I find SVDB is the best tool to merge SV vcf files from different SV callers! It use theset
andpriority
strategy to combine SV events, which is similar to another toolCombineVariants
(suitable for small variants).When I want to merge three vcf from manta, lumpy and svaba, I find the result vcf only contains two field
The SVDB merged the FORMAT field, it is trimmed for some reason.
, I think 1) the key of the FORMAT field should be filled by the tags; 2) the values of the FORMAT field should be the same length as the numbers of the callers(here, 3 callers, 3 columns). If one SV event is called by 3 callers, then the FORMAT should contain all the information from the 3 callers? as the INFO field does. An example,
Here is the command line:
Best, xiucz