diff --git a/docs/File-Formats.md b/docs/File-Formats.md index 5e273b51ff4..3a6b548b80a 100644 --- a/docs/File-Formats.md +++ b/docs/File-Formats.md @@ -560,7 +560,7 @@ The mutation metadata file should contain the following fields: #### Gene panels for mutation data Using the `gene_panel` property it is possible to annotate **all samples in the MAF file** as being profiled on the **same** specified gene panel. -Please use the [Gene Panel Matrix file](gene-panel-matrix-file) when: +Please use the [Gene Panel Matrix file](#gene-panel-matrix-file) when: - Data contains samples that are profiled but no mutations are called. Also please add these to the `_sequenced` case list. - Multiple gene panels are used to profile the samples in the MAF file. @@ -833,7 +833,7 @@ RET5979center.eduSAMPLE_ID_3Fusionunknownyesu #### Gene panels for fusion data Currently, Fusion events are saved in the same database table as mutation data. Therefore, these must share the same gene panel. - Adding gene panel annotations to samples profiled for fusions can be done with the [Gene Panel Matrix file](gene-panel-matrix-file) + Adding gene panel annotations to samples profiled for fusions can be done with the [Gene Panel Matrix file](#gene-panel-matrix-file) and adding them to the column for mutations. ## Case Lists diff --git a/portal/src/main/webapp/config_service.jsp b/portal/src/main/webapp/config_service.jsp index c3495508ecf..bc48036d1c5 100644 --- a/portal/src/main/webapp/config_service.jsp +++ b/portal/src/main/webapp/config_service.jsp @@ -37,6 +37,7 @@ "oncoprint.oncokb_hotspots.default", "genomenexus.url", "google_analytics_profile_id", + "analytics_report_url", "oncoprint.hide_vus.default", "mycancergenome.show", "oncokb.public_api.url",