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 all 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: 6 additions & 0 deletions _viash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ authors:
github: KaiWaldrant
orcid: "0009-0003-8555-1361"

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

viash_version: 0.9.0

config_mods: |
Expand Down
7 changes: 2 additions & 5 deletions src/workflows/process_datasets/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ resources:
- path: /common/nextflow_helpers/helper.nf
dependencies:
- name: common/check_dataset_schema
repository:
type: github
repo: openproblems-bio/openproblems-v2
tag: main_build
- name: process_dataset/process_dataset
repository: openproblems
- name: data_processors/process_dataset
runners:
- type: nextflow
9 changes: 2 additions & 7 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 @@ -64,10 +64,5 @@ dependencies:
- 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