Skip to content

Commit 76bb8f9

Browse files
committed
rename minion model-path to model-dir
1 parent 3e351a7 commit 76bb8f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

artic/pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def init_pipeline_parser():
7474
help="The model to use for clair3, if not provided the pipeline will try to figure it out the appropriate model from the read fastq",
7575
)
7676
parser_minion.add_argument(
77-
"--model-path",
77+
"--model-dir",
7878
metavar="model_path",
7979
help="Path containing clair3 models, defaults to models packaged with conda installation (default: $CONDA_PREFIX/bin/models/)",
8080
type=str,

0 commit comments

Comments
 (0)