mirror of
https://gitea.psi.ch/APOG/acsm-fairifier.git
synced 2026-01-22 21:42:21 +01:00
Update workflow step names
This commit is contained in:
@@ -239,7 +239,7 @@ def main(paths_to_processed_files : list, path_to_flags : str, month : str = Non
|
||||
|
||||
workflowfile_builder = RenkuWorkflowBuilder(name=workflow_name)
|
||||
workflowfile_builder.add_step(
|
||||
step_name=f"{workflow_name}_step",
|
||||
step_name=f"prepare_ebas_submission",
|
||||
base_command="python",
|
||||
inputs=inputs,
|
||||
outputs=outputs,
|
||||
|
||||
@@ -24,7 +24,7 @@ import plotly.graph_objects as go
|
||||
def visualize_table_variables(data_file_path, dataset_name, flags_dataset_name, x_var, y_vars,
|
||||
yaxis_range_dict={'FlowRate_ccs': [0, 100]},
|
||||
capture_renku_metadata=False,
|
||||
workflow_name="visualize_table_variables"):
|
||||
workflow_name="visualize_flagged_variables"):
|
||||
|
||||
if not os.path.exists(data_file_path):
|
||||
raise ValueError(f"Path to input file {data_file_path} does not exists. The parameter 'data_file_path' must be a valid path to a suitable HDF5 file. ")
|
||||
|
||||
Reference in New Issue
Block a user