Skip to content

Commit

Permalink
changes for pdp global id in agg mds
Browse files Browse the repository at this point in the history
  • Loading branch information
urvi-occ committed Jan 24, 2025
1 parent 12b4528 commit de7d6f6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion prometheus.data-commons.org/metadata/aggregate_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"subject_year_of_birth": {},
"subject_primary_disease": {},
"subject_type_of_exposure": {},
"subject_chemical_agents_of_exposure": {}
"subject_chemical_agents_of_exposure": {},
"prometheus_global_id" : {}
},
"settings": {
"cache_drs": true
Expand Down Expand Up @@ -236,6 +237,7 @@
"subject_year_of_birth": "path:year_of_birth",
"subject_primary_disease": "path:primary_disease",
"commons_url": "data.bloodpac.org",
"prometheus_global_id" : "path:prometheus_global_id",
"is_synthetic": "Yes"
}
},
Expand Down Expand Up @@ -367,6 +369,7 @@
"default": ""
},
"commons_url": "vpodc.data-commons.org",
"prometheus_global_id" : "path:prometheus_global_id",
"is_synthetic": "No"
}
},
Expand Down Expand Up @@ -623,6 +626,7 @@
"subject_chemical_agents_of_exposure": "path:exposure_agent",
"data_source" : "path:data_source",
"commons_url": "externalgen3.prometheus.data-commons.org",
"prometheus_global_id" : "path:prometheus_global_id",
"is_synthetic": "Yes"
}
},
Expand Down Expand Up @@ -682,6 +686,7 @@
"subject_primary_disease": "",
"data_source" : "path:data_source",
"commons_url": "externalgen3.prometheus.data-commons.org",
"prometheus_global_id" : "path:prometheus_global_id",
"is_synthetic": "Yes"
}
},
Expand Down Expand Up @@ -751,6 +756,7 @@
"subject_primary_disease": "path:SeriesDescription",
"data_source" : "TCIA",
"commons_url": "services.cancerimagingarchive.net",
"prometheus_global_id" : "path:prometheus_global_id",
"is_synthetic": "No"
}
}
Expand Down

0 comments on commit de7d6f6

Please sign in to comment.