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 Jul 18, 2023. It is now read-only.
Hi, running hinge to assemble the chloroplast genome (~156kb) of a plant species after install and set up all the dependencies and scripts I got the following error:
draft assembly
Traceback (most recent call last):
File "/HINGE//inst/bin/../lib/hinge/get_draft_path.py", line 77, in
for read_id,read in zip(reads,reads_queried):
File "/HINGE/inst/lib/hinge/parse_read.py", line 21, in parse_read
seq += l.strip()
TypeError: must be str, not bytes
Everything seemed it was working up to this point
I don't how to solve this error and would appreciate any help
Cheers,
The text was updated successfully, but these errors were encountered:
Hi, running hinge to assemble the chloroplast genome (~156kb) of a plant species after install and set up all the dependencies and scripts I got the following error:
draft assembly
Traceback (most recent call last):
File "/HINGE//inst/bin/../lib/hinge/get_draft_path.py", line 77, in
for read_id,read in zip(reads,reads_queried):
File "/HINGE/inst/lib/hinge/parse_read.py", line 21, in parse_read
seq += l.strip()
TypeError: must be str, not bytes
Everything seemed it was working up to this point
I don't how to solve this error and would appreciate any help
Cheers,
The text was updated successfully, but these errors were encountered: