-
Notifications
You must be signed in to change notification settings - Fork 91
Closed
Description
Are you using the latest release?
using master branch
Describe the bug
the --minlen option of funannotate sort isno longer working (writing smaller contigs)
What command did you issue?
funannotate sort --input input.fa --out output.fa --base 'something' --minlen 2100
The if/else logic is not working as expected after recent refactoring at
funannotate/funannotate/sort.py
Line 36 in afeeb4d
| if minlen and length >= int(minlen): |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels