You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finally the HGVS committee have agreed on the allele syntax.
We can now revisit this code curently hashes out
# Format expanded repeat syntax""" Waiting for HGVS nomenclature changes """# try:# toskip = expanded_repeats.convert_tandem(my_variant.quibble, my_variant.primary_assembly, "all")# except Exception as e:# print(e)# if toskip:# continue
A request came in from George Riley during a conversation. Can we also provide a function that maps from the old style expanded repeat syntax to the new style?
The text was updated successfully, but these errors were encountered:
Peter-J-Freeman
changed the title
Expaded repeat sintax checker
Expaded repeat syntax checker
May 8, 2024
Finally the HGVS committee have agreed on the allele syntax.
We can now revisit this code curently hashes out
A request came in from George Riley during a conversation. Can we also provide a function that maps from the old style expanded repeat syntax to the new style?
The text was updated successfully, but these errors were encountered: