Skip to content

Commit

Permalink
Secondary Structure & Shape Tools from MDTraj (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamCox822 authored Jun 29, 2024
1 parent 30dae87 commit 59502a1
Show file tree
Hide file tree
Showing 5 changed files with 771 additions and 0 deletions.
18 changes: 18 additions & 0 deletions mdagent/tools/base_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
)
from .analysis_tools.rmsd_tools import ComputeLPRMSD, ComputeRMSD, ComputeRMSF
from .analysis_tools.sasa import SolventAccessibleSurfaceArea
from .analysis_tools.secondary_structure import (
ComputeAcylindricity,
ComputeAsphericity,
ComputeDSSP,
ComputeGyrationTensor,
ComputeRelativeShapeAntisotropy,
SummarizeProteinStructure,
)
from .analysis_tools.vis_tools import VisFunctions, VisualizeProtein
from .preprocess_tools.clean_tools import CleaningToolFunction
from .preprocess_tools.packing import PackMolTool
Expand Down Expand Up @@ -94,4 +102,14 @@
"VisFunctions",
"VisualizeProtein",
"get_pdb",
"CleaningToolFunction",
"SetUpandRunFunction",
"ModifyBaseSimulationScriptTool",
"RDFTool",
"ComputeDSSP",
"ComputeGyrationTensor",
"ComputeAsphericity",
"ComputeAcylindricity",
"ComputeRelativeShapeAntisotropy",
"SummarizeProteinStructure",
]
Loading

0 comments on commit 59502a1

Please sign in to comment.