Fixed bug in 'cli.py' regarding argument type
Some checks failed
ydeng/bmlsa/pipeline/head There was a failure building this commit

This commit is contained in:
Harrison Deng 2023-04-28 11:04:12 -05:00
parent 2f86ec050f
commit beef3ee6a5

View File

@ -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,