log levels (minimal, commands, all (including stdout)
summary for selected parameters before running the workflow
handling errors (small, insignificant errors cause workflow to stop)
Fixed these issues with the following changes:
StreamlitUI:
show parameter summary (non-defaults) in expander in run section
check if workflow run completes, show error if not
date and time of latest complete run
input_topp:
include_params list for custom param selection
option to display full parameter name (e.g. algorithm : common : param_name)
custom_defaults: overwrite default parameters
ParameterManager:
TOPP boolean params as strings
Logger:
write three log levels to select any time (minimal, commands and execution times, full)
Stuff you notice only when using it.
Fixed these issues with the following changes:
StreamlitUI:
show parameter summary (non-defaults) in expander in run section check if workflow run completes, show error if not date and time of latest complete run input_topp: include_params list for custom param selection option to display full parameter name (e.g. algorithm : common : param_name) custom_defaults: overwrite default parameters
ParameterManager:
TOPP boolean params as strings
Logger:
write three log levels to select any time (minimal, commands and execution times, full)