Skip to content

Commit

Permalink
test: rogfp2 pocket detection
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexmmaldonado committed Nov 30, 2024
2 parents 0b51725 + 866083f commit 2fb5925
Show file tree
Hide file tree
Showing 6 changed files with 3,633 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,15 @@ def path_rel1_config():
@pytest.fixture
def path_rel1_output():
return os.path.join(TEST_DIR, "tmp/", "rel1/")

@pytest.fixture
def path_rogfp2_pdb():
return os.path.join(TEST_DIR, "files/rogfp2/rogfp2.pdb")

@pytest.fixture
def path_rogfp2_config():
return os.path.join(TEST_DIR, "files/rogfp2/pocket-id.yml")

@pytest.fixture
def path_rogfp2_output():
return os.path.join(TEST_DIR, "tmp/", "rogfp2/")
13 changes: 13 additions & 0 deletions tests/files/rogfp2/pocket-id.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
pocket_detection_resolution: 4.0

pocket_measuring_resolution: 1.0

clashing_cutoff: 3.0

n_neighbors: 4

n_spheres: 5

sphere_padding: 5.0

n_cores: 4
Loading

0 comments on commit 2fb5925

Please sign in to comment.