From e389c3a190b65a6b907f50d27eb539411c172cbd Mon Sep 17 00:00:00 2001 From: cnerin <cyril.nerin@pasteur.fr> Date: Fri, 30 Jul 2021 15:57:52 +0200 Subject: [PATCH] FEAT #96 --- jass/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jass/__main__.py b/jass/__main__.py index 9bd45225..5223c9bf 100644 --- a/jass/__main__.py +++ b/jass/__main__.py @@ -463,7 +463,7 @@ def get_parser(): parser_create_mp = subparsers.add_parser( "add-gene-annotation", - help="add information about genes ansd exons to the inittable", + help="add information about genes and exons to the inittable", ) parser_create_mp.add_argument( "--gene-data-path", -- GitLab