Closed gevro closed 3 months ago
Hi, There are multiple different records (different variants on different chromosomes) with the same ID in the VCF ID column. Likely a bug.
This is an artifact of pbsv call parallelization. To reduce the runtime, pbsv structural variant calling is split into 14 roughly equal chunks. The IDs are only unique within each chunk.
pbsv call
Hi, There are multiple different records (different variants on different chromosomes) with the same ID in the VCF ID column. Likely a bug.