Skip to content

Commit 654d857

Browse files
committed
refactor metadata
1 parent a6de9f1 commit 654d857

11 files changed

+26
-28
lines changed

_viash.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ references:
3232
year={2021}
3333
}
3434
35-
3635
authors:
3736
- name: Alejandro Granados
3837
roles: [ author ]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
info:
2-
type: process_datasets
2+
type: process_dataset
33
type_info:
4-
label: Process dataset
4+
label: Process Dataset
55
summary: A predict modality dataset processor.
66
description: |
77
A component for processing a Common Dataset into a task-specific dataset.

src/api/file_common_dataset_mod1.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
type: file
22
example: "resources_test/common/openproblems_neurips2021/bmmc_cite/dataset_mod1.h5ad"
3+
label: "Raw dataset RNA"
4+
summary: "The RNA modality of the raw dataset."
35
info:
4-
label: "Raw dataset RNA"
5-
summary: "The RNA modality of the raw dataset."
66
slots:
77
layers:
88
- type: integer
@@ -85,4 +85,4 @@ info:
8585
- type: double
8686
name: gene_activity
8787
description: ATAC gene activity
88-
required: false
88+
required: false

src/api/file_common_dataset_mod2.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
type: file
22
example: "resources_test/common/openproblems_neurips2021/bmmc_cite/dataset_mod2.h5ad"
3+
label: "Raw dataset mod2"
4+
summary: "The second modality of the raw dataset. Must be an ADT or an ATAC dataset"
35
info:
4-
label: "Raw dataset mod2"
5-
summary: "The second modality of the raw dataset. Must be an ADT or an ATAC dataset"
66
slots:
77
layers:
88
- type: integer
@@ -85,4 +85,4 @@ info:
8585
- type: double
8686
name: gene_activity
8787
description: ATAC gene activity
88-
required: false
88+
required: false

src/api/file_prediction.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
type: file
22
example: "resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/swap/prediction.h5ad"
3+
label: "Prediction"
4+
summary: "A prediction of the mod2 expression values of the test cells"
35
info:
4-
label: "Prediction"
5-
summary: "A prediction of the mod2 expression values of the test cells"
66
slots:
77
layers:
88
- type: double
@@ -17,4 +17,4 @@ info:
1717
- type: string
1818
name: method_id
1919
description: "A unique identifier for the method"
20-
required: true
20+
required: true

src/api/file_pretrained_model.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
type: file
2-
info:
3-
label: "Pretrained model"
4-
summary: "A pretrained model for predicting the expression of one modality from another."
2+
label: "Pretrained model"
3+
summary: "A pretrained model for predicting the expression of one modality from another."

src/api/file_score.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
type: file
22
example: "resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/swap/score.h5ad"
3+
label: "Score"
4+
summary: "Metric score file"
35
info:
4-
label: "Score"
5-
summary: "Metric score file"
66
slots:
77
uns:
88
- type: string

src/api/file_test_mod1.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
type: file
22
example: "resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/swap/test_mod1.h5ad"
3+
label: "Test mod1"
4+
summary: "The mod1 expression values of the test cells."
35
info:
4-
label: "Test mod1"
5-
summary: "The mod1 expression values of the test cells."
66
slots:
77
layers:
88
- type: integer

src/api/file_test_mod2.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
type: file
22
example: "resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/swap/test_mod2.h5ad"
3+
label: "Test mod2"
4+
summary: "The mod2 expression values of the test cells."
35
info:
4-
label: "Test mod2"
5-
summary: "The mod2 expression values of the test cells."
66
slots:
77
layers:
88
- type: integer
@@ -78,4 +78,4 @@ info:
7878
- type: double
7979
name: gene_activity
8080
description: ATAC gene activity
81-
required: false
81+
required: false

src/api/file_train_mod1.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
type: file
22
example: "resources_test/predict_modality/openproblems_neurips2021/bmmc_cite/swap/train_mod1.h5ad"
3+
label: "Train mod1"
4+
summary: "The mod1 expression values of the train cells."
35
info:
4-
label: "Train mod1"
5-
summary: "The mod1 expression values of the train cells."
66
slots:
77
layers:
88
- type: integer
@@ -62,4 +62,4 @@ info:
6262
- type: double
6363
name: gene_activity
6464
description: ATAC gene activity
65-
required: false
65+
required: false

0 commit comments

Comments
 (0)