🔧 Change Default Sort Column of the Catalog (#944)
Sort the Catalog Search table by # of Research Somatic Variants by default instead of Name
🗃️ Change Mutated Genes Calculation (#946)
Exclude genes which are exclusively Histopathological Biomarkers from the # Mutated Genes Calculation
Exclude genes which are exclusively Histopathological Biomarkers from the Most Frequently Mutated Genes chart
Create new aggregation gene_metadata__mutated_genes
Add tooltip to # Mutated Genes column header in Search table
💄 UI Updates to Support Mutated Gene Count Change (#957)
Rename search facet "Genes" to "Altered Gene(s)"
Rename search facet "Type" to "Model Type"
Add a tooltip to the newly renamed "Search by Altered Gene(s)" facet
🚨 DEPLOYMENT INSTRUCTIONS 🚨
In order to deploy these changes, the following steps need to be run:
1) run the updateEs script
2) run the republish script
3) restart the api service
🔧 Change Default Sort Column of the Catalog (#944)
# of Research Somatic Variants
by default instead ofName
🗃️ Change Mutated Genes Calculation (#946)
# Mutated Genes Calculation
Most Frequently Mutated Genes
chartgene_metadata__mutated_genes
# Mutated Genes
column header in Search table💄 UI Updates to Support Mutated Gene Count Change (#957)
🚨 DEPLOYMENT INSTRUCTIONS 🚨
In order to deploy these changes, the following steps need to be run: 1) run the
updateEs
script 2) run therepublish
script 3) restart the api service