Skip to content
Snippets Groups Projects
Commit dbb3b160 authored by Tobias Schmidt's avatar Tobias Schmidt
Browse files

correct typo in msms binding

parent f65ce778
No related branches found
No related tags found
No related merge requests found
......@@ -197,7 +197,7 @@ def CalculateSurfaceArea(entity, density=1.0, radius=1.5, all_surf=False,
if all_surf:
command+=" -all"
if attach_asa != None:
command+=" -af %s" % os.path.join(msms_data_dir, "asa_atom")
command+=" -af %s" % os.path.join(msms_data_dir, "asa_atom")
# run msms
stdout_value=_RunMSMS(command)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment