Skip to content

Commit

Permalink
updated v2 MAF file link (fix cBioPortal#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
onursumer committed Mar 30, 2018
1 parent 97278c5 commit 1f054fa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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())()
}, {
Expand Down

0 comments on commit 1f054fa

Please sign in to comment.