Skip to content

Commit

Permalink
fix dependencies nextflow workflow (#17)
Browse files Browse the repository at this point in the history
* fix dependencis process datasets wf

* fix dependencies benchmark wf

* update changelog

* Move dependency reposotry to viash config
  • Loading branch information
KaiWaldrant authored Sep 20, 2024
1 parent 77fa24b commit 16f5aee
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
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

0 comments on commit 16f5aee

Please sign in to comment.