Skip to content

Commit

Permalink
Merge branch 'main' of github.com:zhangplpl/Uni-Dock into main
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangplpl committed Apr 16, 2024
2 parents f10c2a1 + fd2a9ef commit ac8fbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unidock_tools/tests/ut/proprep/test_receptor_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def test_receptor_preprocessor(pdb_file):
from unidock_tools.modules.protein_prep import receptor_preprocessor
# Create a temporary working directory
with tempfile.TemporaryDirectory() as temp_dir:
protein_pdbqt_file_name = receptor_preprocessor(pdb_file, prepared_hydrogen=True, working_dir_name=temp_dir)
protein_pdbqt_file_name, ad4_maps_prefix = receptor_preprocessor(pdb_file, prepared_hydrogen=True, working_dir_name=temp_dir)
# Assert that the generated PDBQT file exists
assert os.path.exists(protein_pdbqt_file_name)

Expand Down

0 comments on commit ac8fbce

Please sign in to comment.