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
{{ message }}
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
I was trying to run the command python <path_to_Cogent>/get_bad_or_unmapped_hq.py hq.fasta hq.5merge
and I have this error:
File "/usr/local/Cogent/Cogent/helper_scripts/get_bad_or_unmapped_hq.py", line 20, in
print >> sys.stderr, "Reading transcript file {0}....".format(input)
TypeError: unsupported operand type(s) for >>: 'builtin_function_or_method' and '_io.TextIOWrapper'. Did you mean "print(, file=<output_stream>)"?
Hi,
I was trying to run the command python <path_to_Cogent>/get_bad_or_unmapped_hq.py hq.fasta hq.5merge
and I have this error:
File "/usr/local/Cogent/Cogent/helper_scripts/get_bad_or_unmapped_hq.py", line 20, in
print >> sys.stderr, "Reading transcript file {0}....".format(input)
TypeError: unsupported operand type(s) for >>: 'builtin_function_or_method' and '_io.TextIOWrapper'. Did you mean "print(, file=<output_stream>)"?
Thanks