Closed yangyxt closed 3 years ago
The workflow generates a file called all.vcf by applying SURVIVOR merge on the SV callsets generated by the four SV callers using the parameters specified in the file analysis.yaml.
In addition to @lsantuari 's comment: you might also want to look at the Jupyter Notebook (part of this dataset) that doesn't rely on the SURVIVOR output but rather on StructuralVariantAnnotation package.
What principle is used to merge results from different callers? Is this workflow simply merging everything into one vcf by SURVIVOR?
Thanks!