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 78447aa commit 0055ab7Copy full SHA for 0055ab7
environment.yaml
@@ -6,6 +6,7 @@ channels:
6
7
dependencies:
8
- cpuonly
9
+ - cluster_tools
10
- scikit-image
11
- pybdv
12
- pytorch
scripts/ome_challenge/README.md
@@ -0,0 +1,6 @@
1
+# OME-Challenge
2
+
3
+Scripts for converting flamingo data for the [OME-NGFF-Challenge](https://forum.image.sc/t/ome2024-ngff-challenge/97363):
4
+- `convert_data.py`: to convert the data from the flamingo tif format to ome-zarr-v3 (via ome-zarr-v2 and the challenge converter tool)
5
+- `create_metadata.py`: to add additional top-level metadata to keep track of the different tiles, timepoints etc.
+- `upload_data.py`: to upload the data to s3 (needs credentials not stored in this repository)
0 commit comments