You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, wk has two inferral jobs: Nuclei and neuron inferral. Both have a segmentation layer as an output. The name of this output layer is currently not configurable by the user, but it should be. The materialize volume annotation job already has this option by using the OutputSegmentationLayerNameFormItem. This form item should be able to be reused for this change.
Note that this also includes handing the new parameter to the backend and then to the worker.
Context
This feature is useful to rename the output segmentation layer of a job to something that makes sense and is not fixed.
Specific to long-running jobs (set jobsEnabled=true in application.conf)
The text was updated successfully, but these errors were encountered:
Detailed Description
Currently, wk has two inferral jobs: Nuclei and neuron inferral. Both have a segmentation layer as an output. The name of this output layer is currently not configurable by the user, but it should be. The materialize volume annotation job already has this option by using the
OutputSegmentationLayerNameFormItem
. This form item should be able to be reused for this change.Note that this also includes handing the new parameter to the backend and then to the worker.
Context
This feature is useful to rename the output segmentation layer of a job to something that makes sense and is not fixed.
jobsEnabled=true
inapplication.conf
)The text was updated successfully, but these errors were encountered: