Skip to content

Commit

Permalink
fix wf and components
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Sep 22, 2024
1 parent fbb0ebc commit 505b458
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/data_processors/transform/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ description: |
- Reorder the integrated dataset to match the input dataset if needed.
- Transform the corrected feature output to an embedding.
- Transform an embedding to a graph output.
info:
test_setup:
default:
expected_method_types: feature
resources:
- type: python_script
path: script.py
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 @@ -109,7 +109,7 @@ workflow run_wf {
toState: { id, output, state, comp ->
state + [
method_id: comp.config.name,
method_types: comp.config.info.method_types
method_types: comp.config.info.method_types,
method_output: output.output
]
}
Expand Down

0 comments on commit 505b458

Please sign in to comment.