Skip to content

Instantly share code, notes, and snippets.

@tejasshah93
Created April 22, 2015 18:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tejasshah93/0782ad215c6f96ba05f0 to your computer and use it in GitHub Desktop.
Save tejasshah93/0782ad215c6f96ba05f0 to your computer and use it in GitHub Desktop.
Sample Manifest for a specific collection
{
"_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