Jmol 11.1.12 is ready for Nico to release it.

Two new items just in:

1) new "file" command

file n

like "frame range n.1 - n.m" where n is the file number and m is the 
number of models in the file. All models in this file are made 
displayable, and if we have display *, all atoms will be displayed.


2) select model= and select file=

select file=2 # does the obvious, I think

select model=2 # selects for the MODEL NUMBER irrespective of the number 
of files loaded

So, for example, if file 1 had 3 models and file 2 has 5 models, then

select file=1  # selects models 1.1, 1.2, and 1.3
select model=2 # selects models 1.2 and 2.2 PROVIDED they are not PDB 
files with MODEL records

if any file has PDB MODEL records, then select model=n selects for THAT 
model designation. So, for example, if that first model has models 33, 
22, and 11 in it, then

select model=1 # only selects for 2.1, because there is no "model 1" in 
file 1
select model=33 # selects for 1.1, because that model is listed as MODEL 33


I think its logical!

Note also that you can use variables here:

filename = 3
file @filename

modelnum = 4
select [EMAIL PROTECTED] # or
select model=modelnum  # @ is unnecessary in this context



Bob




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to