Skip to content

Commit

Permalink
feat(prometheus.data-commons.org): add synthetic field for other data…
Browse files Browse the repository at this point in the history
… sources
  • Loading branch information
m0nhawk authored Jan 23, 2025
1 parent 5fecb86 commit 5eba54b
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions prometheus.data-commons.org/metadata/aggregate_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,8 @@
"default": 0
},
"__manifest": "path:__manifest",
"commons_url": "externalgen3.prometheus.data-commons.org"
"commons_url": "externalgen3.prometheus.data-commons.org",
"is_synthetic": "Yes"
}
},
"VMOAT-subject-level-metadata": {
Expand All @@ -607,7 +608,8 @@
"subject_type_of_exposure": "path:exposure_type",
"subject_chemical_agents_of_exposure": "path:exposure_agent",
"data_source" : "path:data_source",
"commons_url": "externalgen3.prometheus.data-commons.org"
"commons_url": "externalgen3.prometheus.data-commons.org",
"is_synthetic": "Yes"
}
},
"Metabolomic-study-level-metadata": {
Expand Down Expand Up @@ -635,7 +637,8 @@
"default": 0
},
"__manifest": "path:__manifest",
"commons_url": "externalgen3.prometheus.data-commons.org"
"commons_url": "externalgen3.prometheus.data-commons.org",
"is_synthetic": "Yes"
}
},
"Metabolomic-subject-level-metadata": {
Expand Down Expand Up @@ -664,7 +667,8 @@
"subject_year_of_birth": "path:year_of_birth",
"subject_primary_disease": "",
"data_source" : "path:data_source",
"commons_url": "externalgen3.prometheus.data-commons.org"
"commons_url": "externalgen3.prometheus.data-commons.org",
"is_synthetic": "Yes"
}
},
"TCIA-study-level-metadata": {
Expand Down Expand Up @@ -696,7 +700,8 @@
"default": 0
},
"__manifest": "",
"commons_url": "services.cancerimagingarchive.net"
"commons_url": "services.cancerimagingarchive.net",
"is_synthetic": "No"
}
},
"TCIA-subject-level-metadata": {
Expand Down Expand Up @@ -729,7 +734,8 @@
"subject_year_of_birth": "",
"subject_primary_disease": "path:SeriesDescription",
"data_source" : "TCIA",
"commons_url": "services.cancerimagingarchive.net"
"commons_url": "services.cancerimagingarchive.net",
"is_synthetic": "No"
}
}
}
Expand Down

0 comments on commit 5eba54b

Please sign in to comment.