-
Notifications
You must be signed in to change notification settings - Fork 139
Open
Description
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
LiaOb21
Metadata
Metadata
Assignees
Labels
No labels