Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix dependencies nextflow workflow #17

Merged
merged 4 commits into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@

* Small changes to api file names (PR #13).

## BUG FIXES

* Update the nextflow workflow dependencies (PR #17).


## transfer from openproblems-v2 repository

Expand Down
6 changes: 3 additions & 3 deletions src/workflows/process_datasets/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ dependencies:
- name: common/check_dataset_schema
repository:
type: github
repo: openproblems-bio/openproblems-v2
tag: main_build
- name: process_dataset/process_dataset
repo: openproblems-bio/openproblems
tag: build/main
- name: data_processors/process_dataset
KaiWaldrant marked this conversation as resolved.
Show resolved Hide resolved
runners:
- type: nextflow
10 changes: 5 additions & 5 deletions src/workflows/run_benchmark/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ resources:
path: /_viash.yaml
dependencies:
- name: common/check_dataset_schema
repository: openproblems-v2
repository: openproblems
- name: common/extract_metadata
repository: openproblems-v2
repository: openproblems
- name: control_methods/no_denoising
- name: control_methods/perfect_denoising
- name: methods/alra
Expand All @@ -65,9 +65,9 @@ dependencies:
- name: metrics/mse
- name: metrics/poisson
repositories:
- name: openproblems-v2
- name: openproblems
type: github
repo: openproblems-bio/openproblems-v2
tag: main_build
repo: openproblems-bio/openproblems
tag: build/main
KaiWaldrant marked this conversation as resolved.
Show resolved Hide resolved
runners:
- type: nextflow