Skip to content

Commit

Permalink
Rename mock alphafold db dir
Browse files Browse the repository at this point in the history
  • Loading branch information
neoformit committed Oct 29, 2024
1 parent d9213b7 commit 628c9fd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
print("Please run this script from the patch_mmcif.py directory.")
exit(1)

MOCK_DB_PATH = Path('tests/mock-alphafold-db')
MOCK_DB_PATH = Path('tests/mock_alphafold_db')
MOCK_MMCIF_DIR = MOCK_DB_PATH / 'pdb_mmcif/mmcif_files'
MMCIF_TEMP_DIR = Path('mmcif_patches')
EXISTING_CIF_FILE = MOCK_MMCIF_DIR / '3tc3.cif'
Expand Down

0 comments on commit 628c9fd

Please sign in to comment.