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
We aren't handling the case where the number of mismatches is over 1000 and includes a comma:
Command error:
Traceback (most recent call last):
File "qualimap_bamqc_genome_results_to_csv.py", line 125, in <module>
main(args)
File "qualimap_bamqc_genome_results_to_csv.py", line 53, in main
output_data['number_of_mismatches'] = int(number_of_mismatches)
^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: invalid literal for int() with base 10: '8,588,232'
While addressing this issue, check other metrics for the same issue.
The text was updated successfully, but these errors were encountered:
We aren't handling the case where the number of mismatches is over 1000 and includes a comma:
While addressing this issue, check other metrics for the same issue.
The text was updated successfully, but these errors were encountered: