From 12bbf2623fd79a38921f25ac11f5ea627008a46a Mon Sep 17 00:00:00 2001 From: barillac <barillac> Date: Tue, 24 Jun 2014 09:22:39 +0000 Subject: [PATCH] update of Bodenmiller profile SVN: 31767 --- .../1/as/webapps/newbrowser/html/js/config/Profile.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/config/Profile.js b/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/config/Profile.js index c75115b7c37..cc01b2e3e08 100644 --- a/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/config/Profile.js +++ b/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/config/Profile.js @@ -1138,7 +1138,12 @@ $.extend(BodenmillerLabProfile.prototype, DefaultProfile.prototype, { "TYPE" : "ANTIBODY_PANEL", "DISPLAY_NAME" : "Antibody panels", "LIST" : ["ANTIBODY_PANEL"] - }, + }, + "TUMORS" : { + "TYPE" : "TUMORS", + "DISPLAY_NAME" : "Tumors", + "LIST" : ["TUMOR", "REGIONS", "ALIQUOT"] + }, "OTHERS" : { "TYPE" : "OTHERS", "DISPLAY_NAME" : "Others", -- GitLab