Skip to content

Commit

Permalink
wip api for simulated dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Jul 8, 2024
1 parent 8c22338 commit 50a7f55
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 99 deletions.
10 changes: 3 additions & 7 deletions src/api/comp_control_method.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,12 @@ info:
description: |
A control method to predict effects.
arguments:
- name: --input_train
__merge__: file_train_h5ad.yaml
- name: --input
__merge__: file_dataset_sp.yaml
required: false
direction: input
- name: --input_test
__merge__: file_test_h5ad.yaml
required: true
direction: input
- name: --output
__merge__: file_prediction.yaml
__merge__: file_simulated_dataset.yaml
required: true
direction: output
test_resources:
Expand Down
6 changes: 3 additions & 3 deletions src/api/comp_method.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ info:
description: |
A method to predict the task effects.
arguments:
- name: --input_train
__merge__: file_train_h5ad.yaml
- name: --input
__merge__: file_dataset_sp.yaml
required: false
direction: input
- name: --output
__merge__: file_prediction.yaml
__merge__: file_simulated_dataset.yaml
required: true
direction: output
test_resources:
Expand Down
8 changes: 4 additions & 4 deletions src/api/comp_metric.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ info:
description: |
A metric for evaluating method predictions.
arguments:
- name: "--input_test"
__merge__: file_test_h5ad.yaml
- name: "--input_spatial_dataset"
__merge__: file_dataset_sp.yaml
direction: input
required: true
- name: "--input_prediction"
__merge__: file_prediction.yaml
- name: "--input_simulated_dataset"
__merge__: file_simulated_dataset
direction: input
required: true
- name: "--output"
Expand Down
21 changes: 0 additions & 21 deletions src/api/file_prediction.yaml

This file was deleted.

File renamed without changes.
45 changes: 0 additions & 45 deletions src/api/file_test_h5ad.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions src/api/file_train_h5ad.yaml

This file was deleted.

0 comments on commit 50a7f55

Please sign in to comment.