feat(pipeline): add script for automating CZI to TIFF processing and analysis
Introduced `process_pipeline.py` to automate conversion of CZI images to TIFF, perform analysis with Ilastik, and resize outputs based on YAML configuration. Updated dependencies in `requirements.txt` to support new functionality.
process_pipeline.py
0 → 100644
... | ... | @@ -5,4 +5,7 @@ czifile==2019.7.2 |
numpy==2.1.3 | ||
opencv-python-headless==4.10.0.84 | ||
pillow==11.0.0 | ||
pip-autoremove==0.10.0 | ||
PyYAML==6.0.2 | ||
setuptools==75.6.0 | ||
tifffile==2024.9.20 |
Please register or sign in to comment