Skip to content

Commit

Permalink
Merge branch 'master' into m0nhawk-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jawadqur authored Jan 27, 2025
2 parents af0536c + 702097d commit f8e243c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions 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 @@ -78,6 +79,7 @@
},
"__manifest": "path:__manifest",
"commons_url": "data.bloodpac.org",
"data_source" : "BLOODPAC",
"is_synthetic": "Yes"
}
},
Expand Down Expand Up @@ -106,12 +108,12 @@
},
"__manifest": "",
"commons_url": "vpodc.data-commons.org",
"data_source" : "VPODC",
"is_synthetic": "No"
}
},
"APOLLO-study-level-metadata": {
"mds_url": "https://api.gdc.cancer.gov/projects?filters=%7B%22op%22:%22and%22,%22content%22:[%7B%22op%22:%22in%22,%22content%22:%7B%22field%22:%22projects.project_id%22,%22value%22:[%22APOLLO-LUAD%22]%7D%7D]%7D&size=100&fields=name,project_id,primary_site,disease_type",
"commons_url": "api.gdc.cancer.gov",
"adapter": "gdc",
"filters": {
"size": 100
Expand Down Expand Up @@ -143,6 +145,7 @@
"default": 0
},
"__manifest": "",
"data_source" : "GDC",
"commons_url": "api.gdc.cancer.gov",
"is_synthetic": "No"
}
Expand Down Expand Up @@ -179,6 +182,7 @@
},
"__manifest": "",
"commons_url": "proteomic.datacommons.cancer.gov",
"data_source" : "PDC",
"submitter_id_name": "path:submitter_id_name",
"study_submitter_id": "path:study_submitter_id",
"disease_type": "path:disease_type",
Expand Down Expand Up @@ -236,6 +240,8 @@
"subject_year_of_birth": "path:year_of_birth",
"subject_primary_disease": "path:primary_disease",
"commons_url": "data.bloodpac.org",
"data_source" : "BLOODPAC",
"prometheus_global_id" : "path:prometheus_global_id",
"is_synthetic": "Yes"
}
},
Expand Down Expand Up @@ -367,6 +373,8 @@
"default": ""
},
"commons_url": "vpodc.data-commons.org",
"data_source" : "VPODC",
"prometheus_global_id" : "path:prometheus_global_id",
"is_synthetic": "No"
}
},
Expand Down Expand Up @@ -485,6 +493,7 @@
"subject_year_of_birth": "",
"subject_primary_disease": "path:diagnoses[*].primary_diagnosis",
"subject_type_of_exposure": "path:exposures[*].tobacco_smoking_status",
"data_source" : "GDC",
"commons_url": "api.gdc.cancer.gov",
"is_synthetic": "No"
}
Expand Down Expand Up @@ -570,6 +579,7 @@
"subject_year_of_birth": "",
"subject_primary_disease": "path:primary_diagnosis",
"subject_type_of_exposure": "path:exposures[*].exposure_type",
"data_source" : "PDC",
"commons_url": "proteomic.datacommons.cancer.gov",
"is_synthetic": "No"
}
Expand Down Expand Up @@ -623,6 +633,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 +693,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 +763,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
2 changes: 1 addition & 1 deletion prometheus.data-commons.org/portal/gitops.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
},
{
"name": "Data Commons",
"field": "commons",
"field": "data_source",
"errorIfNotAvailable": false,
"valueIfNotAvailable": "n/a",
"hrefValueFromField": "commons_url"
Expand Down

0 comments on commit f8e243c

Please sign in to comment.