Bugs item #1204598, was opened at 2005-05-18 15:39
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379133&aid=1204598&group_id=23629

Category: Applet
Group: v10.00
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Miguel (migueljmol)
Summary: Jmol applet misses a beta strand

Initial Comment:
When visualizing azurin (1azu.pdb) using rockets I get
only 7 beta strands (arrows).  There should be eight
arrows.  The missing arrow is for the beta strand
running from atomno>=581 to atomno<=611.  Maybe it's a
little too short?  Is there some minimum length for
beta strands in the jmol applet?

This is the script I use:

select all;color gray;ribbons off;                    
                                                      
                              delay 1;select atomno<=46
and atomno>=7;spacefill 0%;wireframe off;rockets
on;color rockets structure;
delay 1;select atomno<=152 and atomno>=125;rockets
on;color rockets structure;
delay 1;select atomno<=922 and atomno>=890;rockets
on;color rockets structure;
delay 1;select atomno<=807 and atomno>=767;rockets
on;color rockets structure;
delay 1;select atomno<=373 and atomno>=338;rockets
on;color rockets structure;
delay 1;select atomno<=611 and atomno>=581;rockets
on;color rockets structure; 
delay 1;select atomno<=703 and atomno>=658;rockets
on;color rockets structure;
delay 1;select atomno<=248 and atomno>=181;rockets
on;color rockets structure

Thanx

Victor
[EMAIL PROTECTED]

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

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


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to