Skip to content

Commit 0055ab7

Browse files
Add readme and fix dependencies
1 parent 78447aa commit 0055ab7

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

environment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ channels:
66

77
dependencies:
88
- cpuonly
9+
- cluster_tools
910
- scikit-image
1011
- pybdv
1112
- pytorch

scripts/ome_challenge/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
6+
- `upload_data.py`: to upload the data to s3 (needs credentials not stored in this repository)

0 commit comments

Comments
 (0)