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
There is a bug in emu get_cigar_op_log_probabilities function at line 117.
To my point of view, your code “if align_len not in dict_longest_align:” should be “if alignment.query_name not in dict_longest_align:”.
The text was updated successfully, but these errors were encountered:
There is a bug in emu get_cigar_op_log_probabilities function at line 117.
To my point of view, your code “if align_len not in dict_longest_align:” should be “if alignment.query_name not in dict_longest_align:”.
The text was updated successfully, but these errors were encountered: