Bugs item #2860299, was opened at 2009-09-16 23:35
Message generated for change (Comment added) made by aherraez
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379133&aid=2860299&group_id=23629

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Ann Stock (astock)
Assigned to: Nobody/Anonymous (nobody)
Summary: missing alpha carbon in residues displayed on backbone/trace

Initial Comment:
In all versions of Jmol 11.0 and beyond (coincident with the change in the menu 
from "render" to "style"), when residues (in stick or ball-and-stick style) are 
displayed on a backbone or trace, the alpha carbon of the residue is missing 
from the display (along with bonds to the beta carbon of the side chain and to 
adjacent alpha carbons).  Please see the attached file for images and text that 
illustrate the problem.

This is a terribly annoying bug that limits the usefulness of Jmol for many 
applications such as displaying the side chains of an active site.  For this 
reason we use only Jmol v. 10.2, but would love to upgrade to a current version 
to take advantage of many of the new features.  Thanks for your help with this.


----------------------------------------------------------------------

Comment By: Angel Herraez (aherraez)
Date: 2009-09-17 18:20

Message:
Hi Ann. Custom menus are documented in the Wiki:
http://wiki.jmol.org/index.php?title=Custom_Menus

The mixture of backbone + sticks is called "vines" by Eric Martz in
Protein Explroer.

Bob, despite your mentioning "trace only"; what I see in the source is
using "restrict". I think that is quite old and should have been
substituted with display and hide, don't you think so?




----------------------------------------------------------------------

Comment By: Ann Stock (astock)
Date: 2009-09-17 16:54

Message:
Thank you for this solution.  Where can I find help/instructions for
customizing the menu?

In answer to your question of mixing modes, it is very common to display a
small selected set of side chains on a protein backbone/trace to illustrate
a group of active site residues or a structural feature such as a hydrogen
bond network that might not be contiguous in primary sequence.  If all
sidechains are displayed the image becomes too cluttered.  Examples of this
abound in figures in published structural articles.  There is rarely a
structural paper that does not include such an image.  

Thanks

----------------------------------------------------------------------

Comment By: Bob Hanson (hansonr)
Date: 2009-09-17 04:30

Message:
The change is that the menu operations now implement an "only" operation --
"rockets only" "trace only" etc. The feeling was that this is the
reasonable expectation of the menu items -- which are meant for general
users who want to see a particular style -- not a mixture of styles. 

In your examples you are doing something much more sophisticated, mixing
menu commands with script commands. I think you might be better off not
using the popup menu items in this case. Just do it all with scripts. 

Can you explain the importance of mixing these two modes? The backbone +
wireframe sidechain display (what is that called?) is really very nice. I
would implement it this way:

select *;backbone only;backbone 0.1;color backbone lightblue;
select sidechain or *.CA;wireframe 0.1

Also, you know, you can set those menu items to anything you want --- you
aren't restricted to what we have defined in Jmol. Why not just design your
own custom menu?



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379133&aid=2860299&group_id=23629

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Jmol-developers mailing list
Jmol-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to