forked from uc-cdis/commons-frontend-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to Gen3.2 version 0.10.33: Crosswalk and Multitab Discovery (#11)
* update config * update gen3/core version * update gen3/core version to fix integrity issue
- Loading branch information
1 parent
f4ae864
commit 0a06008
Showing
9 changed files
with
797 additions
and
450 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.