Skip to content

Commit 0feba39

Browse files
author
Jon Palmer
committed
2 parents 548c840 + 2a7d441 commit 0feba39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

funannotate2/__main__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def predict_subparser(subparsers):
199199
"--external",
200200
required=False,
201201
nargs="+",
202-
help="External gene moddels/annotation in GFF3 format.",
202+
help="External gene models/annotation in GFF3 format.",
203203
metavar="",
204204
)
205205
optional_args.add_argument(
@@ -353,7 +353,7 @@ def train_subparser(subparsers):
353353
def clean_subparser(subparsers):
354354
group = subparsers.add_parser(
355355
"clean",
356-
description="The script sorts contigs by size, starting with shortest contigs it uses minimap2 to find contigs duplicated elsewhere, and then removes duplicated contigs.",
356+
description="The script sfunannotate2/__main__.pyorts contigs by size, starting with shortest contigs it uses minimap2 to find contigs duplicated elsewhere, and then removes duplicated contigs.",
357357
help="Find and remove duplicated contigs, sort by size, rename headers.",
358358
formatter_class=MyHelpFormatter,
359359
add_help=False,

0 commit comments

Comments
 (0)