On 06/10/11 11:24, Paul Emsley wrote:
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"))'

I mean:

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

Reply via email to