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
Hi, I think I found a typo in the config.py in the following if statement. In my opinion there should be if minor_cn > major_cn.
def get_mutation(mutation_id, ref_counts, var_counts, normal_cn, minor_cn, major_cn, prior):
if minor_cn > minor_cn:
raise Exception('{} is invalid. Major CN must be greater than minor CN.'.format(mutation_id))
The text was updated successfully, but these errors were encountered:
Hi, I think I found a typo in the config.py in the following if statement. In my opinion there should be if minor_cn > major_cn.
The text was updated successfully, but these errors were encountered: