On 06/10/11 08:41, AFL wrote:
Dear All,

   I have a number of cif files generated for my structure and would like
to read them in at coot start.

   Right now I'm doing it with an alias replacing coot with a 'coot
--dictionary ...' but I feel like there must be an easier way... like
automatically reading _all_ cif files from a user specified directory.


If they are in "this" directory:

-c '(map read-cif-dictionary (glob "*.cif"))'

or you could put each of the

(read-cif-dictionary "aaa.cif")
etc.

into "mystart.scm"

then start coot with

--script mystart.scm

Paul.

Reply via email to