Skip to content

Commit

Permalink
removed numbering key
Browse files Browse the repository at this point in the history
  • Loading branch information
mgiulini committed Jul 5, 2023
1 parent 06de1d8 commit de96b6e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions src/arctic3d/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,6 @@
default="average",
)

argument_parser.add_argument(
"--numbering",
help="what to renumber while extracting the best pdb files",
type=str,
default="pdb",
choices=["pdb", "resi"],
)


def load_args(arguments):
"""
Expand Down Expand Up @@ -174,7 +166,6 @@ def main(
ligand,
linkage_strategy,
threshold,
numbering,
log_level="DEBUG",
):
"""Main function."""
Expand Down Expand Up @@ -266,7 +257,6 @@ def main(
pdb_to_use=pdb_to_use,
chain_to_use=chain_to_use,
pdb_data=pdb_data_path,
numbering=numbering,
)

if pdb_f is None:
Expand Down
1 change: 0 additions & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def test_cli_empty():
ligand=None,
linkage_strategy=None,
threshold=None,
numbering=None,
)
os.chdir(start_cwd)
exp_dir = Path(f"arctic3d-{target_uniprot}")
Expand Down

0 comments on commit de96b6e

Please sign in to comment.