Hi Sid -

I don’t think there is a way to accomplish this directly in PyMOL, but you can 
get partway there using the `ray_trace_mode` setting and named selections for 
the various regions you wish to depict.  
http://pymolwiki.org/index.php/Ray#Modes

Ultimately, you’ll need to create a composite image.  So, first generate your 
figure the way you want it to look without the outlines, then ray trace and 
save the png.

Then (without changing the camera position) do something like:

hide everything
show surface, sel1
set ray_opaque_background, 0  # transparent background for ray-traced images
set ray_trace_mode, 2  # draws a black outline only
set ray_trace_color, red  # change the outline color as you like
png, sel1_outline.png, ray=1

Repeat this for as many selections as you like.  You can then layer the 
outlines on top of the original in an image editor, e.g. GIMP/Photoshop, and 
also clean up any unwanted “texture” lines.

You may also want to play with surface_quality, probe_radius, and 
surface_solvent settings to adjust the outline. You could also check out these 
ways to generate a “blob” surface if you want smoother outlines. 
http://pymolwiki.org/index.php/Surface#Smooth_surface_quick_.28blob.29

Hope that helps.

Cheers,
Jared

--
Jared Sampson
Xiangpeng Kong Lab
NYU Langone Medical Center
http://kong.med.nyu.edu/






On Apr 8, 2014, at 9:47 AM, Sridharan, Sudharsan 
<sridhar...@medimmune.com<mailto:sridhar...@medimmune.com>> wrote:

Hi all,

I’d like to colour different regions on the same protein surface but also draw 
the outlines/boundaries of these regions as well to show where they overlap (I 
guess I could colour the common residues in a different colour but I don’t want 
to do that!). Can someone please let me know how to do this in Pymol (v 1.7)?

Many thanks.

Kind regards,
Sid.


<image002.png>

Sudharsan (Sid) Sridharan, Ph.D.
Scientist I, Protein Sciences, Department of Antibody Discovery and Protein 
Engineering

Aaron Klug Building, Granta Park,
Cambridge, CB21 6GH, UK.
P: +44(0)1223 898195    F: +44(0)1223 471472


sridhar...@medimmune.com<mailto:sridhar...@medimmune.com>
www.medimmune.com<http://www.medimmune.com/>


MedImmune Limited is a company incorporated in England and Wales with 
registered number: 02451177 and a registered office at Milstein Building, 
Granta Park, Cambridge, CB21 6GH.

To the extent this electronic communication or any of its attachments contain 
information that is not in the public domain, such information is considered by 
MedImmune to be confidential and proprietary. This communication is expected to 
be read and/or used only by the individual(s) for whom it is intended. If you 
have received this electronic communication in error, please reply to the 
sender advising of the error in transmission and delete the original message 
and any accompanying documents from your system immediately, without copying, 
reviewing or otherwise using them for any purpose. Thank you for your 
cooperation.
MedImmune Limited is a company incorporated in England and Wales with 
registered number: 02451177 and a registered office at Milstein Building, 
Granta Park, Cambridge, CB21 6GH.

To the extent this electronic communication or any of its attachments contain 
information that is not in the public domain, such information is considered by 
MedImmune to be confidential and proprietary. This communication is expected to 
be read and/or used only by the individual(s) for whom it is intended. If you 
have received this electronic communication in error, please reply to the 
sender advising of the error in transmission and delete the original message 
and any accompanying documents from your system immediately, without copying, 
reviewing or otherwise using them for any purpose. Thank you for your 
cooperation. 
------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees_______________________________________________
PyMOL-users mailing list 
(PyMOL-users@lists.sourceforge.net<mailto:PyMOL-users@lists.sourceforge.net>)
Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net

------------------------------------------------------------
This email message, including any attachments, is for the sole use of the 
intended recipient(s) and may contain information that is proprietary, 
confidential, and exempt from disclosure under applicable law. Any unauthorized 
review, use, disclosure, or distribution is prohibited. If you have received 
this email in error please notify the sender by return email and delete the 
original message. Please note, the recipient should check this email and any 
attachments for the presence of viruses. The organization accepts no liability 
for any damage caused by any virus transmitted by this email.
=================================
------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
_______________________________________________
PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net

Reply via email to