Skip to content

Commit

Permalink
test issues fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
janursa committed Aug 1, 2024
1 parent 9928733 commit bf8ba9f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
20 changes: 12 additions & 8 deletions src/methods/celloracle/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,19 @@ functionality:
arguments:
- name: --multiomics_rna
__merge__: ../../api/file_multiomics_rna_h5ad.yaml
required: True
required: false
direction: input
default: resources_test/grn-benchmark/multiomics_rna.h5ad
- name: --multiomics_atac
__merge__: ../../api/file_multiomics_atac_h5ad.yaml
required: false
direction: input
default: resources_test/grn-benchmark/multiomics_atac.h5ad
- name: --prediction
__merge__: ../../api/file_prediction.yaml
required: true
required: false
direction: output
default: resources_test/grn-benchmark/perturbation_data.h5ad

- name: --temp_dir
type: string
Expand All @@ -39,12 +42,13 @@ functionality:

platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_python:1.0.4
setup:
- type: python
packages: [celloracle==0.14.0, genomepy==0.16.1]
- type: apt
packages: []
# image: ghcr.io/openproblems-bio/base_python:1.0.4
image: kenjikamimoto126/celloracle_ubuntu:0.18.0
# setup:
# - type: python
# packages: [celloracle==0.14.0, genomepy==0.16.1]
# - type: apt
# packages: []

- type: native
- type: nextflow
Expand Down
1 change: 0 additions & 1 deletion src/methods/dummy/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
__merge__: ../../api/comp_method.yaml

functionality:
name: dummy
Expand Down
1 change: 0 additions & 1 deletion src/process_data/multiomics/format_data/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
__merge__: ../../../api/comp_method.yaml

functionality:
name: multiome
Expand Down

0 comments on commit bf8ba9f

Please sign in to comment.