Graeme Winter

Results 365 comments of Graeme Winter

This is not a problem now for pipeline=dials -> remove if that is the case?

In `/Users/graeme/data/LCY_15_15_2/Space the Final Frontier/Working Area` I could run `xia2 ../The\ Data/` just fine without the check -> be smarter

XDS does not like, but could work around with softlinks? ``` Grey-Area index :) $ cat 2_xds_INIT.log ***** XDS ***** (VERSION Mar 15, 2019 BUILT=20191211) 14-May-2020 Author: Wolfgang Kabsch Copy...

Triggered by https://github.com/xia2/xia2/pull/624#discussion_r713844447

``` graeme@sleeper-service:~/git/dials/modules/xia2/src/xia2/Wrappers$ grep -R "def get_" . | wc -l 170 graeme@sleeper-service:~/git/dials/modules/xia2/src/xia2/Wrappers$ grep -R "def set_" . | wc -l 335 ``` This is not unpossible to consider - though...

Something like 1,000 overall across all the code (not just wrappers)

Some of these are decidedly nontrivial -> ``` # setters and getters of the status of the tasks - note that # these will cascade, so setting an early task...

Example changes: ``` Silver-Surfer index :( $ diff 4_indexed.{save,expt} 18c18 < "template": "/dls/i04/data/2020/mx27124-1/TestThaumatin/Thau3/SeThau_hrm_2_master.h5", --- > "template": "/Volumes/Blue2/Data/i04-sethau-mad/SeThau_hrm_2_master.h5", 3621c3621 < "mask": "/dls/i04/data/2020/mx27124-1/processing/gw56/SeThau-mad-both/xia2-dials/DEFAULT/WAVE1/SWEEP1/index/2_hot_mask_0.pickle", --- > "mask": "/Volumes/Blue2/scratch/ccp4-mini-workshop/xia2-dials-all/DEFAULT/WAVE1/SWEEP1/index/2_hot_mask_0.pickle", ```

Use: ``` find . -name '*expt' | xargs dials.python relocator.py /Volumes/Blue2/Data/i04-sethau-mad ```