| | 1 | == How to rerun stuff for Mops == |
| | 2 | |
| | 3 | Mops likes their data to appear on their datastore, and they like quads to be reprocessed. This is Heather's list of steps: |
| | 4 | |
| | 5 | 1. queue with chiptool. defaults usually work fine, but use your judgement here. |
| | 6 | |
| | 7 | 2. queue the quads. They preferably like 1 - 2 and 3 - 4. You can trick out difftool to do it in 2 commands: |
| | 8 | |
| | 9 | {{{ |
| | 10 | difftool -definewarpwarp -input_comment '%visit 2' -template_comment '%visit 1' -input_label 'czw.mopstest.rerun' -template_label 'czw.mopstest.rerun' -dbname gpc1 -set_workdir neb://@HOST@.0/czw/mopstest.rerun -set_label 'czw.mopstest.rerun' |
| | 11 | |
| | 12 | difftool -definewarpwarp -input_comment '%visit 4' -template_comment '%visit 3' -input_label 'czw.mopstest.rerun' -template_label 'czw.mopstest.rerun' -dbname gpc1 -set_workdir neb://@HOST@.0/czw/mopstest.rerun -set_label 'czw.mopstest.rerun' |
| | 13 | |
| | 14 | }}} |
| | 15 | |
| | 16 | 3. publishing- they like stuff to be put in client_id 14, ie, ipp_mops_dev |
| | 17 | {{{ |
| | 18 | pubtool -dbname gpc1 -set_label czw.mopstest.rerun -client_id 14 -definerun -label czw.mopstest.rerun |
| | 19 | }}} |
| | 20 | and add that label to publishing pantasks. note that if you omit -label it queues everything to be published. do not do that. |
| | 21 | |
| | 22 | That should be it! |