Skip to content

Commit 4c5035a

Browse files
committed
Fix minor issues
1 parent eb1b72d commit 4c5035a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ The `idc-index` package provides multiple metadata index tables, accessible via
130130
|-------|-----------------|--------|-------------|
131131
| `index` | 1 row = 1 DICOM series | Auto | Primary metadata for all current IDC data |
132132
| `prior_versions_index` | 1 row = 1 DICOM series | Auto | Series from previous IDC releases; for downloading deprecated data |
133-
| `collections_index` | 1 row = 1 collection | fetch_index() | Collection-level metadata and descriptions |
134-
| `analysis_results_index` | 1 row = 1 analysis result collection | fetch_index() | Metadata about derived datasets (annotations, segmentations) |
135-
| `clinical_index` | 1 row = 1 clinical data column | fetch_index() | Dictionary mapping clinical table columns to collections |
133+
| `collections_index` | 1 row = 1 collection | Auto | Collection-level metadata and descriptions |
134+
| `analysis_results_index` | 1 row = 1 analysis result collection | Auto | Metadata about derived datasets (annotations, segmentations) |
135+
| `clinical_index` | 1 row = 1 (collection, table, column) triple | fetch_index() | Dictionary mapping clinical data table columns to collections |
136136
| `sm_index` | 1 row = 1 slide microscopy series | fetch_index() | Slide Microscopy (pathology) series metadata |
137137
| `sm_instance_index` | 1 row = 1 slide microscopy instance | fetch_index() | Instance-level (SOPInstanceUID) metadata for slide microscopy |
138138
| `seg_index` | 1 row = 1 DICOM Segmentation series | fetch_index() | Segmentation metadata: algorithm, segment count, reference to source image series |

0 commit comments

Comments
 (0)