Skip to content

Commit

Permalink
hydrogen bonding tool - simplified & only using Baker-Hubbard
Browse files Browse the repository at this point in the history
  • Loading branch information
SamCox822 committed Jan 23, 2025
1 parent 928afa3 commit b7a3934
Show file tree
Hide file tree
Showing 5 changed files with 131 additions and 494 deletions.
3 changes: 1 addition & 2 deletions mdagent/tools/base_tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .analysis_tools.distance_tools import ContactsTool, DistanceMatrixTool
from .analysis_tools.hydrogen_bonding_tools import HydrogenBondTool, KabschSander
from .analysis_tools.hydrogen_bonding_tools import HydrogenBondTool
from .analysis_tools.inertia import MomentOfInertia
from .analysis_tools.pca_tools import PCATool
from .analysis_tools.plot_tools import SimulationOutputFigures
Expand Down Expand Up @@ -69,7 +69,6 @@
"ContactsTool",
"DistanceMatrixTool",
"HydrogenBondTool",
"KabschSander",
"ListRegistryPaths",
"MapPath2Name",
"MapProteinRepresentation",
Expand Down
3 changes: 1 addition & 2 deletions mdagent/tools/base_tools/analysis_tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .distance_tools import ContactsTool, DistanceMatrixTool
from .hydrogen_bonding_tools import HydrogenBondTool, KabschSander
from .hydrogen_bonding_tools import HydrogenBondTool
from .inertia import MomentOfInertia
from .pca_tools import PCATool
from .plot_tools import SimulationOutputFigures
Expand All @@ -16,7 +16,6 @@
"ContactsTool",
"DistanceMatrixTool",
"HydrogenBondTool",
"KabschSander",
"MomentOfInertia",
"PCATool",
"PPIDistance",
Expand Down
Loading

0 comments on commit b7a3934

Please sign in to comment.