Skip to content

Commit

Permalink
bug in workflow fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
janursa committed Oct 14, 2024
1 parent 34cfe53 commit dc2cb03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
3 changes: 1 addition & 2 deletions src/metrics/regression_2/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ functionality:
direction: input
type: boolean
default: true



platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.4
Expand Down
7 changes: 2 additions & 5 deletions src/workflows/run_benchmark/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,7 @@ functionality:
- name: --normalize
type: boolean
required: false
direction: input



direction: input
- name: Outputs
arguments:
- name: "--scores"
Expand Down Expand Up @@ -102,7 +99,7 @@ functionality:
- name: grn_methods/genie3

- name: grn_methods/ppcor #needs docker image
- name: grn_methods/scgpt
# - name: grn_methods/scgpt

# ---- multiomics
- name: grn_methods/celloracle
Expand Down
1 change: 0 additions & 1 deletion src/workflows/run_benchmark/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ workflow run_wf {
genie3,
grnboost2,
ppcor,
scgpt,
scenic,

pearson_corr,
Expand Down

0 comments on commit dc2cb03

Please sign in to comment.