Skip to content

Commit 86e6752

Browse files
committed
update label in api
1 parent 3766c39 commit 86e6752

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ flowchart TB
7878
comp_process_embedding[/"<a href='https://github.com/openproblems-bio/task_dimensionality_reduction#component-type-data-processor'>Data processor</a>"/]
7979
file_embedding("<a href='https://github.com/openproblems-bio/task_dimensionality_reduction#file-format-embedding'>Embedding</a>")
8080
file_score("<a href='https://github.com/openproblems-bio/task_dimensionality_reduction#file-format-score'>Score</a>")
81-
file_processed_embedding("<a href='https://github.com/openproblems-bio/task_dimensionality_reduction#file-format-embedding'>Embedding</a>")
81+
file_processed_embedding("<a href='https://github.com/openproblems-bio/task_dimensionality_reduction#file-format-processed-embedding'>Processed Embedding</a>")
8282
file_common_dataset---comp_process_dataset
8383
comp_process_dataset-->file_dataset
8484
comp_process_dataset-->file_solution
@@ -351,7 +351,7 @@ Data structure:
351351

352352
</div>
353353

354-
## File format: Embedding
354+
## File format: Processed Embedding
355355

356356
A dataset with dimensionality reduction embedding that has been
357357
processed to add information required by metrics.

src/api/file_processed_embedding.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
type: file
22
example: "resources_test/task_dimensionality_reduction/cxg_mouse_pancreas_atlas/processed_embedding.h5ad"
3-
label: "Embedding"
3+
label: "Processed Embedding"
44
summary: |
55
A dataset with dimensionality reduction embedding that has been processed to
66
add information required by metrics.

0 commit comments

Comments
 (0)