Closed berombau closed 1 month ago
Fixed on main by https://github.com/saeyslab/napari-sparrow/commit/a96d7550fbcaf831da70bea17e867d51054aedc0 .
For now, configuration files with all config options are written to output_dir of the plugin. These .yamls can then be used for running jobs on CLI.
Should decide if we also want to implement the following features: -find differences (omegaconf does not seem to support this, try something like deepdiff) -write out differences in yaml as dataset config
It would be nice for user in napari to tweak parameters in the napari widgets and in the end have a button to export the tweaks to a Hydra config, to enable running the whole sample or multiple samples with the parameters.
Example output
default.yaml
, to be placed in the local folder/configs/experiment/
:Check if config is correct:
Experiment config will automatically be picked up. If the user is more advanced, they can restructure the config in
dataset
,local
and multipleexperiment
configs.