***  For details on how to be removed from this list visit the  ***
***          CCP4 home page http://www.ccp4.ac.uk         ***


COOT can too.

Unfortunately it's not as easy as the others, because you have to construct the command line arguments first. I did it like this in tcsh:

set args = ""
foreach name ( *.pdb )
set args = "$args --pdb $name"
end
coot $args

I have no idea what the limit on number of structures is, but I just did 40 as a test. There is probably a better way of doing it using the internal scheme or python scripting.

Jan Dohnalek wrote:
***  For details on how to be removed from this list visit the  ***
***          CCP4 home page http://www.ccp4.ac.uk         ***


Does anybody know a free graphics program which opens say 50 or 100
structures in one go without clicking 200 or more times the same thing?
Example:
Xfit from XtalView does this when you say
 > xfit *.pdb
but its capabilities stop at around number 20-25 (and it is not a problem of used memory).

Thank you,
Jan




Reply via email to