Skip to content

Commit

Permalink
split up pdb tools
Browse files Browse the repository at this point in the history
  • Loading branch information
SamCox822 committed Feb 24, 2024
1 parent 2ad98bf commit 1a1829e
Show file tree
Hide file tree
Showing 7 changed files with 995 additions and 1,735 deletions.
2 changes: 1 addition & 1 deletion mdagent/tools/base_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
SpecializedCleanTool,
)
from .preprocess_tools.packing import PackMolTool
from .preprocess_tools.pdb_tools import ProteinName2PDBTool, SmallMolPDB, get_pdb
from .preprocess_tools.pdb_get import ProteinName2PDBTool, SmallMolPDB, get_pdb
from .simulation_tools.create_simulation import ModifyBaseSimulationScriptTool
from .simulation_tools.setup_and_run import (
InstructionSummary,
Expand Down
2 changes: 1 addition & 1 deletion mdagent/tools/base_tools/preprocess_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
SpecializedCleanTool,
)
from .packing import PackMolTool
from .pdb_tools import ProteinName2PDBTool, SmallMolPDB, get_pdb
from .pdb_get import ProteinName2PDBTool, SmallMolPDB, get_pdb

__all__ = [
"AddHydrogensCleaningTool",
Expand Down
Loading

0 comments on commit 1a1829e

Please sign in to comment.