Created
April 22, 2015 18:55
-
-
Save tejasshah93/0782ad215c6f96ba05f0 to your computer and use it in GitHub Desktop.
Sample Manifest for a specific collection
This file contains hidden or 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
{ | |
"_id": "7155b91bd41dc06b7b9289fac2ba33b1", | |
"collectionName": "TCGA-LUSC", | |
"countSeries": 221, | |
"countImages": 29136, | |
"totalSizeMB": 8192, | |
"countPatients": 31, | |
"countStudies": 60, | |
"seriesPath": "/download/TCGA-LUSC/", | |
"series": [ | |
{ | |
"seriesUID": "c9d929d715885ee01332afb17bf193d2", | |
"seriesOrderID": 1, | |
"sizeMB": 42 | |
}, | |
// … and so on for other chunks/series | |
] | |
} | |
/* Collection's _id, seriesUID are checksums respectively. */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment