Closed icebert closed 5 years ago
If override = True, the ref and alt for genomic variants would be wrongly changed for minus strand transcripts. Because in splitHGVSc, it only replaced the ref and alt without considering the strand. There is no need to replace the ref and alt here.
For insertion and deletion, the start, stop, ref and alt were transformed in the readVCF:
In the getMacClinVarTSV, the variants should be processed in the same way to match.
Issues fixed in release v0.5.3
minPathogenicScore could be equal.
var.splitHGVSc
doesn't consider strand information. Whenoverride = True
, the ref and alt for genomic variants would be wrongly changed for minus strand transcripts.