Skip to content

Commit

Permalink
bug in multiomics rna file fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
janursa committed Sep 10, 2024
1 parent e1086a0 commit 1888e69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 5 additions & 0 deletions src/api/comp_control_method.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ functionality:
required: false
direction: input
default: resources/grn-benchmark/perturbation_data.h5ad
- name: --multiomics_rna
__merge__: file_multiomics_rna_h5ad.yaml
required: false
direction: input
example: resources_test/grn-benchmark/multiomics_rna.h5ad
- name: --layer
type: string
direction: input
Expand Down
8 changes: 2 additions & 6 deletions src/control_methods/baseline_corr/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,16 @@ functionality:
info:
label: baseline_corr
summary: "Baseline based on Pearson corr"

arguments:
- name: --multiomics_rna
required: false
direction: input

- name: --causal
type: boolean
direction: input
default: false
- name: --seed
type: integer
direction: input



resources:
- type: python_script
path: script.py
Expand Down

0 comments on commit 1888e69

Please sign in to comment.