We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d3833 commit cfee87bCopy full SHA for cfee87b
funannotate/sort.py
@@ -69,7 +69,7 @@ def __init__(self, prog):
69
help="Try to simplify headers, split at first space",
70
)
71
parser.add_argument(
72
- "-m", "--minlen", type=int, help="Contigs shorter than threshold are discarded"
+ "-m", "--minlen", type=int, default=0, help="Contigs shorter than threshold are discarded"
73
74
args = parser.parse_args(args)
75
0 commit comments