-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Have you searched for similar issues?
- I have searched the existing issues and did not find a duplicate
What type of feature are you requesting?
Spec enhancement
Feature Details
The only thing I think didn't make it in from our original conception of the Bilayers spec is the idea of "some ouputs or parameters depend on some other outputs or parameters" : such as Cellpose's --save-png setting causing a png to be created or --no-npy suppressing creation of the numpy array.
We didn't explicitly need this so far, and we don't NEED it now, but at least CellProfiler and Gradio could handle making the interfaces dynamic based on these relationships (which would make the interfaces much less confusing- see also #126 ), and if we ever want to be able to validate that the right outputs are made, we might consider adding for parameters and outputs perhaps a depends-on-positive and depends-on-negative optional settings.
Additional context
No response