Fixed bug in 'cli.py' regarding argument type
Some checks failed
ydeng/bmlsa/pipeline/head There was a failure building this commit
Some checks failed
ydeng/bmlsa/pipeline/head There was a failure building this commit
This commit is contained in:
parent
2f86ec050f
commit
beef3ee6a5
@ -166,7 +166,7 @@ def main():
|
|||||||
arg_parser.add_argument(
|
arg_parser.add_argument(
|
||||||
"-m",
|
"-m",
|
||||||
"--substitution-matrix",
|
"--substitution-matrix",
|
||||||
type="str",
|
type=str,
|
||||||
help="The name of the substitution matrix.",
|
help="The name of the substitution matrix.",
|
||||||
required=False,
|
required=False,
|
||||||
default=None,
|
default=None,
|
||||||
|
Loading…
Reference in New Issue
Block a user