Skip to content

Commit

Permalink
fix component descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Aug 30, 2024
1 parent 89016c0 commit 6afb154
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ flowchart LR
file_spatialdata("iST Dataset")
comp_segmentation_method[/"Segmentation"/]
file_spatialdata_segmented("Segmented iST")
comp_assignment_method[/"Segmentation"/]
comp_assignment_method[/"Assignment"/]
file_spatialdata_assigned("Assigned Transcripts")
file_common_spatialdata("Common iST Dataset")
comp_data_loader_sp[/"iST Data Loader"/]
Expand Down Expand Up @@ -268,7 +268,7 @@ Data structure:

## Component type: Segmentation

A segmentation of the spatial data
A segmentation of the spatial data into cells

Arguments:

Expand Down Expand Up @@ -303,9 +303,9 @@ Data structure:

</div>

## Component type: Segmentation
## Component type: Assignment

A segmentation of the spatial data
Assigning transcripts to cells

Arguments:

Expand Down
8 changes: 4 additions & 4 deletions src/api/comp_assignment_method.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
info:
type: segmentation
type: assignment
type_info:
label: Segmentation
summary: A segmentation of the spatial data
description: A segmentation of the spatial data
label: Assignment
summary: Assigning transcripts to cells
description: An assignment method assigns transcripts to cells based on the spatial data and the cell segmentation.
arguments:
- name: "--input"
__merge__: file_spatialdata_segmented.yaml
Expand Down
4 changes: 2 additions & 2 deletions src/api/comp_segmentation_method.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ info:
type: segmentation
type_info:
label: Segmentation
summary: A segmentation of the spatial data
description: A segmentation of the spatial data
summary: A segmentation of the spatial data into cells
description: A segmentation method uses the spatial data to segment an image into cells.
arguments:
- name: "--input"
__merge__: file_spatialdata.yaml
Expand Down

0 comments on commit 6afb154

Please sign in to comment.