Skip to content

Commit

Permalink
add project config to resources
Browse files Browse the repository at this point in the history
  • Loading branch information
sainirmayi committed Nov 20, 2024
1 parent 5260044 commit 9f32dec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/workflows/run_benchmark/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ resources:
- type: nextflow_script
path: main.nf
entrypoint: run_wf
- type: file
path: /_viash.yaml
dependencies:
- name: h5ad/extract_uns_metadata
repository: core
Expand Down
2 changes: 1 addition & 1 deletion src/workflows/run_benchmark/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ workflow run_wf {
def metric_configs_file = tempFile("metric_configs.yaml")
metric_configs_file.write(metric_configs_yaml_blob)

def task_info_file = meta.resources_dir.resolve("task_info.yaml")
def task_info_file = meta.resources_dir.resolve("_viash.yaml")

// store the scores in a file
def score_uns = states.collect{it.score_uns}
Expand Down

0 comments on commit 9f32dec

Please sign in to comment.