Skip to content

Commit

Permalink
feat(prometheus.data-commons.org): add synthetic field
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nhawk committed Jan 22, 2025
1 parent b153e0f commit 619a997
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions prometheus.data-commons.org/metadata/aggregate_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
"default": 0
},
"__manifest": "path:__manifest",
"commons_url": "data.bloodpac.org"
"commons_url": "data.bloodpac.org",
"is_synthetic": "Yes"
}
},
"VPODC-study-level-metadata": {
Expand All @@ -104,7 +105,8 @@
"default": 0
},
"__manifest": "",
"commons_url": "vpodc.data-commons.org"
"commons_url": "vpodc.data-commons.org",
"is_synthetic": "No"
}
},
"APOLLO-study-level-metadata": {
Expand Down Expand Up @@ -141,7 +143,8 @@
"default": 0
},
"__manifest": "",
"commons_url": "api.gdc.cancer.gov"
"commons_url": "api.gdc.cancer.gov",
"is_synthetic": "No"
}
},
"Proteomic-Data-Commons-study-level-metadata": {
Expand Down Expand Up @@ -189,7 +192,8 @@
"supplementaryFilesCount": "path:supplementaryFilesCount",
"nonSupplementaryFilesCount": "path:nonSupplementaryFilesCount",
"contacts": "path:contacts",
"versions": "path:versions"
"versions": "path:versions",
"is_synthetic": "No"
}
},
"BloodPAC-subject-level-metadata": {
Expand Down Expand Up @@ -217,7 +221,8 @@
"subject_cancer_stage": "path:cancer_stage",
"subject_year_of_birth": "path:year_of_birth",
"subject_primary_disease": "path:primary_disease",
"commons_url": "data.bloodpac.org"
"commons_url": "data.bloodpac.org",
"is_synthetic": "Yes"
}
},
"VPODC-subject-level-metadata": {
Expand Down Expand Up @@ -347,7 +352,8 @@
"path": "primary_disease",
"default": ""
},
"commons_url": "vpodc.data-commons.org"
"commons_url": "vpodc.data-commons.org",
"is_synthetic": "No"
}
},
"APOLLO-subject-level-metadata": {
Expand Down Expand Up @@ -465,7 +471,8 @@
"subject_year_of_birth": "",
"subject_primary_disease": "path:diagnoses[*].primary_diagnosis",
"subject_type_of_exposure": "path:exposures[*].tobacco_smoking_status",
"commons_url": "api.gdc.cancer.gov"
"commons_url": "api.gdc.cancer.gov",
"is_synthetic": "No"
}
},
"Proteomic-Data-Commons-subject-level-metadata": {
Expand Down Expand Up @@ -549,7 +556,8 @@
"subject_year_of_birth": "",
"subject_primary_disease": "path:primary_diagnosis",
"subject_type_of_exposure": "path:exposures[*].exposure_type",
"commons_url": "proteomic.datacommons.cancer.gov"
"commons_url": "proteomic.datacommons.cancer.gov",
"is_synthetic": "No"
}
}
}
Expand Down

0 comments on commit 619a997

Please sign in to comment.