Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ChongLu121 committed Jul 15, 2022
1 parent 2b1bd67 commit df51bd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions secse/evaluate/docking.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def check_mols(workdir, program):
except ValueError:
print("Failed check: ", i)
continue
new = Chem.AddHs(new, addCoords=True)
Chem.MolToMolFile(new, sdf_path)
if program == 0:
with open(pdb_path, "r") as pdb:
Expand Down

0 comments on commit df51bd1

Please sign in to comment.