diff --git a/actions/ost-compare-ligand-structures b/actions/ost-compare-ligand-structures index f9199342b31da898d7e4c7b7c96f76619adbd08b..9c70da340ff1e03f376a0718248ec9b0599afacd 100644 --- a/actions/ost-compare-ligand-structures +++ b/actions/ost-compare-ligand-structures @@ -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(