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
[2024-11-22 20:04:39] INFO: CheckM v1.1.3
[2024-11-22 20:04:39] INFO: checkm profile --tab_table /~/coverage.tsv
[2024-11-22 20:04:39] INFO: [CheckM - profile] Calculating percentage of reads mapped to each bin.
[2024-11-22 20:04:39] INFO: Determining number of reads mapped to each bin.
Unexpected error: <class 'ValueError'>
Traceback (most recent call last):
File "/usr/local/bin/checkm", line 611, in <module>
checkmParser.parseOptions(args)
File "/usr/local/lib/python3.8/dist-packages/checkm/main.py", line 895, in parseOptions
self.profile(options)
File "/usr/local/lib/python3.8/dist-packages/checkm/main.py", line 674, in profile
profile.run(options.coverage_file, options.file, options.bTabTable)
File "/usr/local/lib/python3.8/dist-packages/checkm/profile.py", line 54, in run
seqLen = int(lineSplit[2])
ValueError: invalid literal for int() with base 10: '16.77775381509821\n'
I have learned that RefineM was not supported any more. However, if this problem could be addressed by a simple way, please give some ideas. Truly, the int value is not included in my coverage.tsv where only contains three column, maybe much less than counterpart generated by checkm ontology:
The log is simple:
I have learned that RefineM was not supported any more. However, if this problem could be addressed by a simple way, please give some ideas. Truly, the int value is not included in my coverage.tsv where only contains three column, maybe much less than counterpart generated by checkm ontology:
The text was updated successfully, but these errors were encountered: