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
input hm_rsid (generated from main_pysam.py), rsid (user uploaded but is optional)
if not rsid:
rename hm_rsid to rsid
else:
compare hm_rsid to rsid (as we currently do hm_rsid against variant_id)
if hm_rsid not equal or synonymous to rsid - drop record
rename hm_rsid to rsid
The text was updated successfully, but these errors were encountered:
input hm_rsid (generated from main_pysam.py), rsid (user uploaded but is optional)
if not rsid:
rename hm_rsid to rsid
else:
compare hm_rsid to rsid (as we currently do hm_rsid against variant_id)
if hm_rsid not equal or synonymous to rsid - drop record
rename hm_rsid to rsid
The text was updated successfully, but these errors were encountered: