Skip to content

Commit

Permalink
Add defaults for mutation heatmap and line chart checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
BasLee committed Aug 2, 2023
1 parent 58a9cbe commit a2a74a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion portal/src/main/webapp/config_service.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"oncoprint.custom_driver_annotation.binary.default",
"oncoprint.oncokb.default",
"oncoprint.hotspots.default",
"oncoprint.clustered.default",
"genomenexus.url",
"genomenexus.url.grch38",
"google_analytics_profile_id",
Expand Down Expand Up @@ -147,7 +148,9 @@
"skin.patient_view.structural_variant_table.columns.show_on_init",
"comparison.categorical_na_values",
"study_download_url",
"skin.home_page.show_reference_genome"
"skin.home_page.show_reference_genome",
"vaf.sequential_mode.default",
"vaf.log_scale.default"
};
Expand Down
6 changes: 5 additions & 1 deletion src/main/resources/portal.properties.EXAMPLE
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ oncoprint.oncokb.default=true
oncoprint.hotspots.default=true
# oncoprint.hide_vus.default=true
# oncoprint.clinical_tracks.config_json=classpath:/oncoprint-default-tracks.json
# oncoprint.clustered.default=true

# Custom gene sets
# querypage.setsofgenes.location=file:/<path>
Expand Down Expand Up @@ -435,4 +436,7 @@ persistence.cache_type=no-cache
# Allows download links within DataSets Tab (See Portal.Properties documentation for more info)
# study_download_url=

# download_group=
# download_group=

# vaf.sequential_mode.default=false
# vaf.log_scale.default=false

0 comments on commit a2a74a9

Please sign in to comment.