Skip to content
Snippets Groups Projects
Verified Commit 73c22320 authored by Xavier Robin's avatar Xavier Robin
Browse files

doc: SCHWED-5481 fix possible arguments

parent 4428dc43
No related branches found
No related tags found
Loading
......@@ -118,7 +118,7 @@ def _ParseArgs():
"--model-format",
dest="model_format",
default="auto",
choices=["pdb", "mmcif"],
choices=["pdb", "mmcif", "cif"],
help=("Format of model file. Inferred from path if not given."))
parser.add_argument(
......@@ -127,7 +127,7 @@ def _ParseArgs():
"--ref-format",
dest="reference_format",
default="auto",
choices=["cif", "mmcif"],
choices=["pdb", "mmcif", "cif"],
help=("Format of reference file. Inferred from path if not given."))
parser.add_argument(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment