We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15916d8 commit db2b7e1Copy full SHA for db2b7e1
scripts/cryo/cryo-et-portal/process_tomograms_on_the_fly.py
@@ -62,7 +62,7 @@ def check_result(tomogram, deposition_id, processing_type):
62
output_folder = os.path.join(f"upload_CZCDP-{deposition_id}", str(tomogram.run.dataset_id))
63
output_file = os.path.join(output_folder, f"{tomogram.run.name}.zarr")
64
if os.path.exists(output_file):
65
- segmentation = "" # TODO load the segmentation from zarr
+ segmentation = None # TODO load the segmentation from zarr
66
else:
67
segmentation = None
68
0 commit comments