|
| 1 | +{ |
| 2 | + "1": { |
| 3 | + "job_parameters": { |
| 4 | + "series_name": "{series_name}", |
| 5 | + "images": "{images}", |
| 6 | + "metadata": "{metadata}", |
| 7 | + "crop_to_n_frames": "{crop_to_n_frames}", |
| 8 | + "align_self": "{align_self}", |
| 9 | + "flatten": "{flatten}", |
| 10 | + "align_across": "{align_across}" |
| 11 | + }, |
| 12 | + "output": { |
| 13 | + "murfey_feedback": 2 |
| 14 | + }, |
| 15 | + "parameters": { |
| 16 | + "cluster": { |
| 17 | + "commands": [ |
| 18 | + "source /etc/profile.d/modules.sh", |
| 19 | + "module load EM/cryoem-services", |
| 20 | + "cryoemservices.wrap -w CLEMAlignAndMerge -r \"$RECIPEWRAP\" -c {config_file} >runinfo 2>&1" |
| 21 | + ], |
| 22 | + "cpus_per_task": 1, |
| 23 | + "environment": { |
| 24 | + "PATH": "/bin/:/usr/bin/:/usr/local/bin/", |
| 25 | + "USER": "{user}" |
| 26 | + }, |
| 27 | + "job_name": "align-and-merge", |
| 28 | + "memory_per_node": 65536, |
| 29 | + "nodes": 1, |
| 30 | + "partition": "{partition}", |
| 31 | + "tasks": 8, |
| 32 | + "time_limit": "3:00:00" |
| 33 | + }, |
| 34 | + "standard_error": "{session_dir}/tmp/run.err", |
| 35 | + "standard_output": "{session_dir}/tmp/run.out", |
| 36 | + "wrapper": "{session_dir}/tmp/.recipewrap--clem_align_and_merge--{job_name}", |
| 37 | + "workingdir": "{session_dir}/processed/" |
| 38 | + }, |
| 39 | + "queue": "cluster.submission", |
| 40 | + "service": "ALIGN-AND-MERGE" |
| 41 | + }, |
| 42 | + "2": { |
| 43 | + "parameters": { |
| 44 | + "session_id": "{session_id}" |
| 45 | + }, |
| 46 | + "queue": "{feedback_queue}", |
| 47 | + "service": "Murfey" |
| 48 | + }, |
| 49 | + "start": [[1, []]] |
| 50 | +} |
0 commit comments