[Chimera-users] Solvent Accessible Surface Area

Eric Pettersen pett at cgl.ucsf.edu
Thu Oct 1 14:38:03 PDT 2009


Oops, spotted a bug in the script.  This line:

out = open(os.path.expanduser("~/out", "w"))

should be:

out = open(os.path.expanduser("~/out"), "w")

--Eric





More information about the Chimera-users mailing list