Skip to content

Project status and missing decode #384

@UriNeri

Description

@UriNeri

Hi!
I was wonder about the versioning and releases - the version on bioconda suggests 1.2.9 released in 2019, although it was last rebuild and uploaded there 5-6 months ago.
So I'm wondering if the bioconda version is expected to be updated to include recent commits, or if a new micro release might be appropriate?

Unrelated, I think one of the log lines is missing a decode or utf8, so I'd get messages like:

  • b'INFO sequence/io/sequence_lib.cpp : 75 - Lib 0 (/reads.fq.gz): interleaved, 418 reads, 150 max length'
    But adding changing megahit#L949 to
    line = p.stderr.readline().rstrip().decode('utf-8')
    Changes the log to:
  • INFO sequence/io/sequence_lib.cpp : 75 - Lib 0 (/reads.fq.gz): interleaved, 418 reads, 150 max length

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions