From 1f054faee91116ae36d520a0eba1d9baa3daefbb Mon Sep 17 00:00:00 2001 From: Onur Sumer Date: Fri, 30 Mar 2018 13:31:37 -0400 Subject: [PATCH] updated v2 MAF file link (fix #70) --- .../main/resources/static/src/js/controller/CancerHotspots.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/src/main/resources/static/src/js/controller/CancerHotspots.js b/webapp/src/main/resources/static/src/js/controller/CancerHotspots.js index 7845507..8f1b751 100644 --- a/webapp/src/main/resources/static/src/js/controller/CancerHotspots.js +++ b/webapp/src/main/resources/static/src/js/controller/CancerHotspots.js @@ -70,8 +70,8 @@ function CancerHotspots(options) links: [ {href: 'href="files/hotspots_v2.xls"', text: "Hotspot Results V2"}, - {href: "", // TODO v2 maf link! - text: "V2 Mutational Data (MAF) will be available soon"} + {href: 'href="http://download.cbioportal.org/cancerhotspots/cancerhotspots.v2.maf.gz"', + text: "V2 Mutational Data (MAF)"} ], info: _.template($("#hotspots_v2_info").html())() }, {