v2.6.0
BIOMERO v2.6.0
Minor release focused on backend robustness, workflow flexibility, and improved OMERO integration.
What's Changed
-
🐛 Result Targeting (Get_Results)
- Fixed ambiguity when selecting datasets by name (OMERO allows duplicates)
- You can now use dataset or screen IDs instead of names for precise targeting
-
📎 In-place Attachments (Backend feature)
- Analyzer outputs (
.log,.zip,.csv) are now attached viaomero_upload - Uses in-place attachments (symlinks to remote storage)
- Requires BIOMERO.importer integration: https://nl-bioimaging.github.io/NL-BIOMERO/latest/sysadmin/analyzer-importer-admin.html
- Analyzer outputs (
-
🧪 BIAFLOW Parameter Support
- Added support for
"value-choices"in String parameters - Enables dropdown selection in workflow/script UI (OMERO.biomero + scripts)
- Added support for
-
🧹 Attachment Handling
- Improved fallback logic when no parent container (project/screen) exists
- Results now correctly attach to their own dataset/plate when needed
Key Improvements
- More reliable dataset selection via ID-based targeting
- Unified backend improvements for attachment handling and result storage
- Better parameter UX integration across UI and scripts
- Reduced ambiguity and edge-case failures in OMERO linking logic
Changelogs
- BIOMERO: v2.5.3...v2.6.0
- Scripts: NL-BioImaging/biomero-scripts@v2.5.3...v2.6.0