Skip to content

Commit

Permalink
Update workflows dependencies
Browse files Browse the repository at this point in the history
Fixes #15
  • Loading branch information
KaiWaldrant committed Sep 20, 2024
1 parent d49f215 commit 9c80b8d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
5 changes: 3 additions & 2 deletions _viash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,11 @@ authors:
orcid: "0009-0003-8555-1361"

repositories:
- name: openproblems
- name: core
type: github
repo: openproblems-bio/openproblems
repo: openproblems-bio/core
tag: build/main
path: viash/core

viash_version: 0.9.0

Expand Down
4 changes: 2 additions & 2 deletions src/workflows/process_datasets/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ resources:
entrypoint: run_wf
- path: /common/nextflow_helpers/helper.nf
dependencies:
- name: common/check_dataset_schema
repository: openproblems
- name: schema/verify_data_structure
repository: core
- name: data_processors/process_dataset
runners:
- type: nextflow
6 changes: 2 additions & 4 deletions src/workflows/run_benchmark/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,8 @@ resources:
- type: file
path: /_viash.yaml
dependencies:
- name: common/check_dataset_schema
repository: openproblems
- name: common/extract_metadata
repository: openproblems
- name: h5ad/extract_uns_metadata
repository: core
- name: control_methods/no_denoising
- name: control_methods/perfect_denoising
- name: methods/alra
Expand Down

0 comments on commit 9c80b8d

Please sign in to comment.