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(
|
||||
"-m",
|
||||
"--substitution-matrix",
|
||||
type="str",
|
||||
type=str,
|
||||
help="The name of the substitution matrix.",
|
||||
required=False,
|
||||
default=None,
|
||||
|
Loading…
x
Reference in New Issue
Block a user