On 22/04/2020 14:43, Eugene Osipov wrote:

is there a way to specify Coot download directory, like the way I can specify backup dir by COOT_BACKUP_DIR?
I did not find any guidelines in the Coot User Manual.



No, but that would be just as useful, it seems to me.

You can semi-fake it for the moment by say, having your main coot-download in $HOME and then in your working directory:

ln -s $HOME/coot-download coot-download

before starting coot


Or you could add it to your ~/.coot-preferences/startup.py


import os

try:

   os.link('coot-download', os.path.expanduser('~/coot-download'))

except:

   pass


(not tested)


Paul.



########################################################################

To unsubscribe from the CCP4BB list, click the following link:
https://www.jiscmail.ac.uk/cgi-bin/webadmin?SUBED1=CCP4BB&A=1

Reply via email to