Currently aa_mm_biopython_runmatch_genie_9loc.py prints out mature protein positions for Class II.
The ard_start_pos and ard_end_pos aren't actually the ARD - Grace updated these to be the mature protein coords, so rename these as mature_start_pos and mature_end_pos. Revert the coords back for ARD to older version of kidney-outcomes-sfvt to recover the correct ARD coords.
We might also want coords for just exon 2 and 3 because those should accurate for Class II. ARD is exon II only.
Currently
aa_mm_biopython_runmatch_genie_9loc.py
prints out mature protein positions for Class II.The
ard_start_pos
andard_end_pos
aren't actually the ARD - Grace updated these to be the mature protein coords, so rename these asmature_start_pos
andmature_end_pos
. Revert the coords back for ARD to older version ofkidney-outcomes-sfvt
to recover the correct ARD coords.We might also want coords for just exon 2 and 3 because those should accurate for Class II. ARD is exon II only.