Skip to content

Commit

Permalink
Merge pull request #60 from drorlab/57-use-the-mdanalysis-hydrogen-bo…
Browse files Browse the repository at this point in the history
…nd-module-to-calculate-the-bonds

57 use the mdanalysis hydrogen bond module to calculate the bonds
  • Loading branch information
martinvoegele authored Aug 4, 2024
2 parents 2722e81 + 3c084e2 commit bb8fdac
Show file tree
Hide file tree
Showing 6 changed files with 421 additions and 178 deletions.
3 changes: 3 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[flake8]
max-line-length = 120
exclude = build/
5 changes: 4 additions & 1 deletion pensa/features/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@

from .hbond_features import \
read_h_bonds, \
read_cavity_bonds
read_h_bonds_quickly, \
read_h_bond_satisfaction, \
read_water_site_h_bonds, \
read_water_site_h_bonds_quickly

from .processing import \
get_feature_subset, \
Expand Down
Loading

0 comments on commit bb8fdac

Please sign in to comment.