Skip to content

Commit

Permalink
Merge branch 'main' of github.com:openproblems-bio/task_grn_inference
Browse files Browse the repository at this point in the history
  • Loading branch information
janursa committed Nov 4, 2024
2 parents 75d9c0c + 9eaba5b commit 972d714
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 14 deletions.
5 changes: 1 addition & 4 deletions src/api/comp_metric.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,12 @@ functionality:
- name: --skeleton
type: file
direction: input
example: resources/prior/skeleton.csv'
example: resources/prior/skeleton.csv
- name: --apply_skeleton
type: boolean
direction: input
default: true




test_resources:
- type: python_script
path: /src/common/component_tests/run_and_check_output.py
Expand Down
File renamed without changes.
8 changes: 2 additions & 6 deletions src/metrics/regression_1/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
__merge__: ../../api/comp_metric.yaml

functionality:
name: regression_1
namespace: "metrics"
Expand All @@ -7,13 +8,8 @@ functionality:
summary: Calculates R2 score for regression 1
description: |
Calculates R2 score using regression approach 1.
arguments:
- name: --min_tf
type: boolean
direction: input
description: calculate the scores for the given min tfs in addition to the default
required: false
default: false
- name: --binarize
type: boolean
direction: input
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ functionality:

arguments:
- name: --perturbation_data
__merge__: ../../../api/file_perturbation_h5ad.yaml
__merge__: ../../../api/file_evaluation_h5ad.yaml
required: true
direction: input
- name: --output
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ functionality:
direction: input
example: resources_test/grn-benchmark/perturbation_data.h5ad
- name: --perturbation_data_bc
__merge__: ../../../api/file_perturbation_h5ad.yaml
__merge__: ../../../api/file_evaluation_h5ad.yaml
required: false
direction: output

Expand Down
3 changes: 1 addition & 2 deletions src/workflows/process_perturbation/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

__merge__: ../../api/unit_test.yaml

functionality:
Expand All @@ -17,7 +16,7 @@ functionality:
description: single cell perturbation data

- name: --perturbation_data_bc
__merge__: ../../api/file_perturbation_h5ad.yaml
__merge__: ../../api/file_evaluation_h5ad.yaml
required: false
direction: output

Expand Down

0 comments on commit 972d714

Please sign in to comment.