Skip to content

Commit

Permalink
Move dependency reposotry to viash config
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiWaldrant committed Sep 19, 2024
1 parent ecca414 commit eef6d6d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
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
5 changes: 1 addition & 4 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
tag: build/main
repository: openproblems
- name: data_processors/process_dataset
runners:
- type: nextflow
5 changes: 0 additions & 5 deletions src/workflows/run_benchmark/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,5 @@ dependencies:
- name: methods/magic
- name: metrics/mse
- name: metrics/poisson
repositories:
- name: openproblems
type: github
repo: openproblems-bio/openproblems
tag: build/main
runners:
- type: nextflow

0 comments on commit eef6d6d

Please sign in to comment.