This generates a nice tab-delimited (spreadsheet ready) list of atom properties:

x = jmolEvaluate('{occupancy<1.0}.label("%3n\t%4R\t%3E\t%3c\t%4e\t%a\t%3A\t%3.2Q\t%3.2t")');

Like this:

Group   SeqNo   Ins     Chain   Element Atom    AltLoc  Occ     Temp
GLU       59              A        N    N         A     0.70    0.10
GLU       59              A        N    N         B     0.30    0.10
GLU       59              A        C    CA        A     0.70    0.09
GLU       59              A        C    CA        B     0.30    0.09


What would be the simplest way, within Jmol, to prepend a line number to each element of the array?

I am retrieving it in Javascript so I could add the numbers there. Just wondering ...

Thanks, Eric
------------------------------------------------------------------------------
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to