SURFNET: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (fix urls) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
A recipe for reading surfaces from [http://www.ebi.ac.uk/~roman/ Roman Laskowski]'s [ | A recipe for reading surfaces from [http://www.ebi.ac.uk/~roman/ Roman Laskowski]'s [https://www.ebi.ac.uk/thornton-srv/software/SURFNET/ SURFNET] program (for finding cavities in macromolecules) into PyMol for visualisation. | ||
1. Create your surfaces in "CCP4" format in SURFNET. | 1. Create your surfaces in "CCP4" format in SURFNET. | ||
Line 6: | Line 6: | ||
Asides: | Asides: | ||
A. The "endianness" of SURFNET is set to big endian by default - see the | A. The "endianness" of SURFNET is set to big endian by default - see the | ||
remarks about the SGI flag. | remarks about the SGI flag. Change this if you're on a little endian machine, | ||
e.g. LINUX/i386. | |||
B.SURFNET can be compiled against ccp4 version 5 and 6 libraries | B.SURFNET can be compiled against ccp4 version 5 and 6 libraries | ||
by following the instructions in the SURFNET distribution and modifiying | by following the instructions in the SURFNET distribution and modifiying | ||
Line 18: | Line 19: | ||
</pre> | </pre> | ||
2. Use [http://xray.bmc.uu.se/gerard Gerard Kleywegt]'s mapman from the [http:// | 2. Use [http://xray.bmc.uu.se/gerard Gerard Kleywegt]'s mapman from the [http://structure.usc.edu/usf/ USF] [http://structure.usc.edu/usf/rave.html RAVE] package to convert the CCP4 density map to XPLOR format | ||
e.g. in a shell on LINUX: | e.g. in a shell on LINUX: | ||
Line 41: | Line 42: | ||
[[Category:Surfaces and Voids]] | [[Category:Surfaces and Voids]] | ||
[[Category:Third_Party_Software|SURFNET]] |
Latest revision as of 08:51, 17 January 2018
A recipe for reading surfaces from Roman Laskowski's SURFNET program (for finding cavities in macromolecules) into PyMol for visualisation.
1. Create your surfaces in "CCP4" format in SURFNET.
Asides: A. The "endianness" of SURFNET is set to big endian by default - see the remarks about the SGI flag. Change this if you're on a little endian machine, e.g. LINUX/i386. B.SURFNET can be compiled against ccp4 version 5 and 6 libraries by following the instructions in the SURFNET distribution and modifiying the link lines at the end of ccp4link.scr to replace $CLIB/libccp4.a with $CLIB/libccp4f.a $CLIB/libccp4c.a
2. Use Gerard Kleywegt's mapman from the USF RAVE package to convert the CCP4 density map to XPLOR format
e.g. in a shell on LINUX:
$ lx_mapman MAPMAN > READ map1 gaps.den MAPMAN > WRITE map1 gaps.xplor XPLOR
3. Open the XPLOR map in PyMol
4. Generate a mesh or surface object from the map using isomesh or isosurface.
e.g. on the PyMol command line:
isomesh gaps_mesh, gaps, 100.0