-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41 from mc2-center/data-models-dev
24-1 model updates
- Loading branch information
Showing
26 changed files
with
227 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,3 +38,6 @@ vignettes/*.pdf | |
# R Environment Variables | ||
.Renviron | ||
.venv/ | ||
|
||
# schematic-related files | ||
great_expectations/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
{ | ||
"manifest_schemas": [ | ||
{ | ||
"display_name": "Dataset View", | ||
"schema_name": "DatasetView", | ||
"type": "record" | ||
}, | ||
{ | ||
"display_name": "Educational Resource", | ||
"schema_name": "EducationalResource", | ||
"type": "record" | ||
}, | ||
{ | ||
"display_name": "Publication View", | ||
"schema_name": "PublicationView", | ||
"type": "record" | ||
}, | ||
{ | ||
"display_name": "Tool View", | ||
"schema_name": "ToolView", | ||
"type": "record" | ||
}, | ||
{ | ||
"display_name": "Biospecimen", | ||
"schema_name": "Biospecimen", | ||
"type": "record" | ||
}, | ||
{ | ||
"display_name": "NanoString GeoMx DSP Level 1", | ||
"schema_name": "NanoStringGeoMxDSPLevel1", | ||
"type": "record" | ||
}, | ||
{ | ||
"display_name": "NanoString GeoMx DSP Level 2", | ||
"schema_name": "NanoStringGeoMxDSPLevel2", | ||
"type": "record" | ||
}, | ||
{ | ||
"display_name": "NanoString GeoMx DSP Level 3", | ||
"schema_name": "NanoStringGeoMxDSPLevel3", | ||
"type": "record" | ||
}, | ||
{ | ||
"display_name": "NanoString GeoMX ROI Segment Annotation", | ||
"schema_name": "NanoStringGeoMXROISegmentAnnotation", | ||
"type": "record" | ||
}, | ||
{ | ||
"display_name": "NanoString GeoMx DSP Imaging Level 2", | ||
"schema_name": "NanoStringGeoMxDSPImagingLevel2", | ||
"type": "record" | ||
} | ||
], | ||
"service_version": "v23.8.1", | ||
"schema_version": "" | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.