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
When parsing annotation fields, it is probably safe to assume that ALLELE_NUM tag refers to one of the ALTs even without the user telling us explicitly. So the proposal is to set --use_allele_num to True by default and add logic to fall back to the alt string matching logic if ALLELE_NUM is absent or its values is out of bound.
The text was updated successfully, but these errors were encountered:
When parsing annotation fields, it is probably safe to assume that
ALLELE_NUM
tag refers to one of the ALTs even without the user telling us explicitly. So the proposal is to set--use_allele_num
toTrue
by default and add logic to fall back to the alt string matching logic ifALLELE_NUM
is absent or its values is out of bound.The text was updated successfully, but these errors were encountered: