Coot: Difference between revisions
| Line 690: | Line 690: | ||
A: Turn up the radius a bit and use (set-symmetry-shift-search-size 3) . I would have thought that 2 is big enough, but maybe not in this case.  | A: Turn up the radius a bit and use (set-symmetry-shift-search-size 3) . I would have thought that 2 is big enough, but maybe not in this case.  | ||
== specify Coot download directory, like specifying backup dir by COOT_BACKUP_DIR? ==  | |||
here is my working startup.py (of course replace src folder with your preferred location):  | |||
 import os  | |||
 try:  | |||
     os.symlink('/ccp4/xray/tmp/', 'coot-download')  | |||
 except:  | |||
     pass  | |||
(Eugene Osipov on 22/04/2020 14:43)  | |||