Open crazyhottommy opened 9 years ago
Hi Ming
Apologies for the late reply due to a combination of travels and other deadlines. The merging of overlapping calls from multiple files is implemented internally in MetaSV. You can have a look at the merge_intervals
and merge_intervals_recursively
functions in https://github.com/bioinform/metasv/blob/master/metasv/sv_interval.py to get a better idea.
Best Marghoob.
Hi there,
Reading the metaSV paper. I am interested in how do you implement the "Merge overlapping calls per tool (intra-tool merging)"
I have read a post on bedtools google group https://groups.google.com/forum/#!topic/bedtools-discuss/JXZbJSwVxUo
where can I get the script for merging overlapping vcf files?
Thanks! Ming