Feature/model selector#15
Draft
maartenpaul wants to merge 3 commits into
Draft
Conversation
Models are now discovered through the OMERO script service (same architecture as workflow versions), removing the need for SSH access from the web container. The SLURM status endpoint returns models per workflow, and the frontend reads them from the status response. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds support for custom model selection in workflows, improves the handling and display of available models from the SLURM cluster, and updates the frontend to allow users to select custom-trained models if available. It also ensures that model information is passed through the backend and exposed in the UI.
Backend enhancements for model support:
workflow_models. [1] [2] [3]run_workflow_scriptfunction is updated to handle acustom_modelparameter, ensuring the selected model is passed to the workflow script if provided. [1] [2]Frontend/UI improvements:
Static asset updates:
asset-manifest.jsonand added/modified corresponding JavaScript and license files to reflect the new build, ensuring the frontend changes are deployed. [1] [2] [3] [4] [5]I would consider this a draft implementation of this NL-BioImaging/biomero#16
These changes collectively allow users to select and run workflows with custom models, improving flexibility and integration with SLURM-managed resources.
Related to: NL-BioImaging/biomero#25