Skip to content

Commit

Permalink
Update to Gen3.2 version 0.10.33: Crosswalk and Multitab Discovery (#11)
Browse files Browse the repository at this point in the history
* update config

* update gen3/core version

* update gen3/core version to fix integrity issue
  • Loading branch information
craigrbarnes authored Jul 23, 2024
1 parent f4ae864 commit 0a06008
Show file tree
Hide file tree
Showing 9 changed files with 797 additions and 450 deletions.
30 changes: 30 additions & 0 deletions config/gen3/crosswalk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"showSubmittedIdInTable" : true,
"mapping" : {
"source" : {
"id": "prom",
"label": "dbGaP",
"description" : "PROject for Military Exposures and Toxin History Evaluation in US Service Members"
},
"external" : [
{
"id": "GDC",
"label": "Genomic Data Commons",
"dataPath": "crosswalk->subject->https://portal.gdc.cancer.gov->case.case_id->value",
"description": "A repository and computational platform for cancer researchers who need to understand cancer, its clinical progression, and response to therapy."
},
{
"id": "VPOC",
"label": "VPOC",
"dataPath": "crosswalk->subject->https://vpodc.data-commons.org->case.submitter_id->value",
"description": "Veterans Precision Oncology Data Commons® (VPOC) The Veterans Data Commons supports the management, analysis and sharing of veteran oncologic data for the research community and aims to accelerate discovery and development of therapies, diagnostic tests, and other technologies for precision oncology"
},
{
"id": "TCIA",
"label": "TCIA",
"dataPath": "crosswalk->subject->https://www.cancerimagingarchive.net->subject.subject_id->value",
"description": "The Cancer Imaging Archive (TCIA) is a service which de-identifies and hosts a large archive of medical images of cancer accessible for public download"
}
]
}
}
Loading

0 comments on commit 0a06008

Please sign in to comment.