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
File "qualimap_bamqc_genome_results_to_json.py", line 339, in <module> main(args) File "qualimap_bamqc_genome_results_to_json.py", line 326, in main
coverage_section = parse_coverage_section(args.input)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "qualimap_bamqc_genome_results_to_json.py", line 264, in parse_coverage_section
value = float(value)
^^^^^^^^^^^^
ValueError: could not convert string to float: '1,004.8341'
Likely caused because the comma , character was not removed before attempting to cast as float.
The text was updated successfully, but these errors were encountered:
Encountered this error:
Likely caused because the comma
,
character was not removed before attempting to cast as float.The text was updated successfully, but these errors were encountered: