Skip to content

Commit

Permalink
Merge pull request #969 from opencb/TASK-6702
Browse files Browse the repository at this point in the history
TASK-6702 - Ability to select the transcript (Mane, Ensembl or RefSeq) in the report.
  • Loading branch information
jmjuanes authored Sep 23, 2024
2 parents 53bb862 + 57c1090 commit cce98e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/webcomponents/clinical/clinical-analysis-grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ export default class ClinicalAnalysisGrid extends LitElement {
// const btnClassName = "d-inline-flex align-items-center btn btn-light dropdown-toggle";
const btnClassName = "d-flex justify-content-between align-items-center btn btn-light dropdown-toggle w-100";
// const btnStyle = "display:inline-flex;align-items:center;";
debugger

return `
<div class="dropdown">
<button class="${btnClassName}" type="button" data-bs-toggle="dropdown" ${!isEditable ? "disabled=\"disabled\"" : ""}>
Expand Down
6 changes: 3 additions & 3 deletions src/webcomponents/variant/custom/steiner-report.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ class SteinerReport extends LitElement {

#init() {
this.gridTypes = {
snv: "variantInterpreterCancerSNV",
cnv: "variantInterpreterCancerCNV",
rearrangements: "variantInterpreterRearrangement",
snv: "variant-interpreter-cancer-snv",
cnv: "variant-interpreter-cancer-cnv",
rearrangements: "variant-interpreter-rearrangement",
};

this.callersInfo = {
Expand Down

0 comments on commit cce98e0

Please sign in to comment.