Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiWaldrant committed Jun 28, 2024
1 parent e2b5c38 commit f0f1bfc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
1 change: 0 additions & 1 deletion src/api/comp_process_dataset.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
namespace: "denoising"
info:
type: process_dataset
type_info:
Expand Down
3 changes: 2 additions & 1 deletion src/workflows/process_datasets/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies:
repository:
type: github
repo: openproblems-bio/openproblems-v2
- name: denoising/process_dataset
tag: main_build
- name: process_dataset
runners:
- type: nextflow
29 changes: 15 additions & 14 deletions src/workflows/run_benchmark/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,21 @@ resources:
path: "../../api/task_info.yaml"
dependencies:
- name: common/check_dataset_schema
repository:
type: github
repo: openproblems-bio/openproblems-v2
repository: openproblems-v2
- name: common/extract_metadata
repository:
type: github
repo: openproblems-bio/openproblems-v2
- name: denoising/control_methods/no_denoising
- name: denoising/control_methods/perfect_denoising
- name: denoising/methods/alra
- name: denoising/methods/dca
- name: denoising/methods/knn_smoothing
- name: denoising/methods/magic
- name: denoising/metrics/mse
- name: denoising/metrics/poisson
repository: openproblems-v2
- name: control_methods/no_denoising
- name: control_methods/perfect_denoising
- name: methods/alra
- name: methods/dca
- name: methods/knn_smoothing
- name: methods/magic
- name: metrics/mse
- name: metrics/poisson
repositories:
- name: openproblems-v2
type: github
repo: openproblems-bio/openproblems-v2
tag: main_build
runners:
- type: nextflow

0 comments on commit f0f1bfc

Please sign in to comment.