Skip to content

Commit

Permalink
fix cli option
Browse files Browse the repository at this point in the history
  • Loading branch information
sillitoe committed Feb 6, 2024
1 parent c7c0022 commit 0a4a2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cath_alphaflow/commands/measure_globularity.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
help="Whether chain files are stored in .gz files",
)
@click.option(
"--pdb-suffix",
"--pdb_suffix",
type=str,
default=DEFAULT_PDB_SUFFIX,
help="Suffix to use when looking for the PDB model file",
Expand Down

0 comments on commit 0a4a2ae

Please sign in to comment.