Skip to content
Snippets Groups Projects
Commit c7ac43bb authored by tobias's avatar tobias
Browse files

clarified msms header (issue BZDNG-64)

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@1786 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent 9198bfde
No related branches found
No related tags found
No related merge requests found
...@@ -8,8 +8,8 @@ This module is for calculating MSMS surfaces as well as surface areas ...@@ -8,8 +8,8 @@ This module is for calculating MSMS surfaces as well as surface areas
How To Use This Module: How To Use This Module:
1. Import it (e.g. as "from ost.bindings import msms") 1. Import it (e.g. as "from ost.bindings import msms")
2. Use it (e.g. as "surface = MSMS.CalculateSurface(entity)" 2. Use it (e.g. as "surfaces_list = msms.CalculateSurface(entity)"
"(sesa,sasa)= MSMS.CalculateSurfaceArea(entity)") "(sesa,sasa) = msms.CalculateSurfaceArea(entity)")
Requirement: Requirement:
- MSMS installed - MSMS installed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment