Skip to content

Commit

Permalink
Recipes need tomo relion options, and pixel size name change
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-riggs committed Aug 21, 2024
1 parent d90fad2 commit 6fa62cb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 28 deletions.
9 changes: 2 additions & 7 deletions recipes/em-spa-extract.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"micrographs_file": "{micrographs_file}",
"output_file": "{output_file}",
"particle_diameter": "{particle_diameter}",
"pixel_size": "{pix_size}",
"pixel_size": "{pixel_size}",
"relion_options": {},
"voltage": "{kv}"
},
Expand All @@ -44,10 +44,5 @@
"queue": "{feedback_queue}",
"service": "Murfey"
},
"start": [
[
1,
[]
]
]
"start": [[1, []]]
}
9 changes: 2 additions & 7 deletions recipes/em-spa-preprocess.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"movie_id": "$ispyb_movie_id",
"mrc_out": "{mrc_out}",
"picker_uuid": "{picker_uuid}",
"pixel_size": "{pix_size}",
"pixel_size": "{pixel_size}",
"relion_options": {},
"threads": 4,
"voltage": "{kv}"
Expand Down Expand Up @@ -115,10 +115,5 @@
"queue": "ispyb_connector",
"service": "EMISPyB"
},
"start": [
[
1,
[]
]
]
"start": [[1, []]]
}
10 changes: 3 additions & 7 deletions recipes/em-tomo-align.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"input_file_list": "{input_file_list}",
"manual_tilt_offset": "{manual_tilt_offset}",
"path_pattern": "{path_pattern}",
"pixel_size": "{pix_size}",
"pixel_size": "{pixel_size}",
"relion_options": {},
"stack_file": "{stack_file}"
},
"queue": "tomo_align",
Expand Down Expand Up @@ -71,10 +72,5 @@
"queue": "segmentation",
"service": "MembrainSeg"
},
"start": [
[
1,
[]
]
]
"start": [[1, []]]
}
10 changes: 3 additions & 7 deletions recipes/em-tomo-preprocess.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"movie_id": "$ispyb_movie_id",
"mrc_out": "{mrc_out}",
"picker_uuid": "-1",
"pixel_size": "{pix_size}",
"pixel_size": "{pixel_size}",
"relion_options": {},
"voltage": "{kv}"
},
"queue": "motioncorr",
Expand Down Expand Up @@ -77,10 +78,5 @@
"queue": "ispyb_connector",
"service": "EMISPyB"
},
"start": [
[
1,
[]
]
]
"start": [[1, []]]
}

0 comments on commit 6fa62cb

Please sign in to comment.