*** For details on how to be removed from this list visit the *** *** CCP4 home page http://www.ccp4.ac.uk ***
> > 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. Or an external shell script: http://xanana.ucsc.edu/Library/init/zsh/local-functions/xtal/coot
