On Thu, 2006-10-26 at 19:38 +0200, Angel Herraez wrote:
> Timothy Driscoll  answered to Rajarshi Guha:
> 
> > > * Since Jmol cannot show multiple structures, I need to convert my SDF
> > > to PDB and concatenate it to the protein PDB. Is this correct?
> > >
> > as far as I know, yes - you will need to concatenate the structures  
> > as independent MODEL (or perhaps FRAME) records.
> 
> Wrong. Recent versions of Jmol CAN load multiple structures, so there 
> is no need to concatenate files. Don't know if different formats will 
> be trouble, but get a current prerelease version of Jmol and try.

How would this be done?

Currently I do:

var mol1 = "...";
jmolAppletLoadInline(400, m1, "spacefill on;");

To load the next one would I do

var m2 = "...";
jmolLoadInline(m2);

Or is there some other approach?

-------------------------------------------------------------------
Rajarshi Guha <[EMAIL PROTECTED]>
GPG Fingerprint: 0CCA 8EE2 2EEB 25E2 AB04 06F7 1BB9 E634 9B87 56EE
-------------------------------------------------------------------
Every nonzero finite dimensional inner product 
space has an orthonormal basis.
It makes sense, when you don't think about it.



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to