We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e351a7 commit 76bb8f9Copy full SHA for 76bb8f9
artic/pipeline.py
@@ -74,7 +74,7 @@ def init_pipeline_parser():
74
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",
75
)
76
parser_minion.add_argument(
77
- "--model-path",
+ "--model-dir",
78
metavar="model_path",
79
help="Path containing clair3 models, defaults to models packaged with conda installation (default: $CONDA_PREFIX/bin/models/)",
80
type=str,
0 commit comments