Skip to content
This repository was archived by the owner on Jul 18, 2023. It is now read-only.
This repository was archived by the owner on Jul 18, 2023. It is now read-only.

TypeError: must be str, not bytes in parse_read.py script #160

Description

@jsimba-99

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions