Skip to content

Commit

Permalink
Bond angles dihedrals (#139)
Browse files Browse the repository at this point in the history
* Angles analysis tool
* tests
* Merging main branch 

---------

Co-authored-by: Jorge <[email protected]>
  • Loading branch information
brittyscience and Jgmedina95 authored Feb 17, 2025
1 parent 7785922 commit a780dd0
Show file tree
Hide file tree
Showing 6 changed files with 557 additions and 1 deletion.
14 changes: 14 additions & 0 deletions mdcrow/tools/base_tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from .analysis_tools.bond_angles_dihedrals_tool import ComputeAngles
from .analysis_tools.distance_tools import ContactsTool, DistanceMatrixTool
from .analysis_tools.hydrogen_bonding_tools import HydrogenBondTool
from .analysis_tools.inertia import MomentOfInertia
Expand Down Expand Up @@ -63,6 +64,18 @@
"GetSubunitStructure",
"GetTurnsBetaSheetsHelices",
"GetUniprotID",
"ComputeAngles",
"ComputeChi1",
"ComputeChi2",
"ComputeChi3",
"ComputeChi4",
"ComputeDihedrals",
"ComputeOmega",
"ComputePhi",
"ComputePsi",
"ListRegistryPaths",
"MapPath2Name",
"ModifyBaseSimulationScriptTool",
"ComputeLPRMSD",
"ComputeRMSD",
"ComputeRMSF",
Expand All @@ -79,6 +92,7 @@
"PPIDistance",
"ProteinName2PDBTool",
"RadiusofGyrationTool",
"RamachandranPlot",
"RDFTool",
"RMSDCalculator",
"Scholar2ResultLLM",
Expand Down
2 changes: 2 additions & 0 deletions mdcrow/tools/base_tools/analysis_tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from .bond_angles_dihedrals_tool import ComputeAngles
from .distance_tools import ContactsTool, DistanceMatrixTool
from .hydrogen_bonding_tools import HydrogenBondTool
from .inertia import MomentOfInertia
Expand All @@ -10,6 +11,7 @@
from .vis_tools import VisFunctions, VisualizeProtein

__all__ = [
"ComputeAngles",
"ComputeLPRMSD",
"ComputeRMSD",
"ComputeRMSF",
Expand Down
Loading

0 comments on commit a780dd0

Please sign in to comment.