Skip to content

Commit

Permalink
iva-app.js gene and transcript views settings added #236
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioaltamura committed Jul 16, 2021
1 parent 26552cf commit 3959024
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/iva-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -1385,7 +1385,7 @@ class IvaApp extends LitElement {
.populationFrequencies="${this.config.populationFrequencies}"
.consequenceTypes="${this.config.consequenceTypes}"
.proteinSubstitutionScores="${this.config.proteinSubstitutionScores}"
.config="${this.config.tools.gene}"
.settings="${opencgaGeneViewSettings}"
.summary="${this.config.opencga.summary}"
@querySearch="${e => this.onQueryFilterSearch(e, "variant")}">
</opencga-gene-view>
Expand All @@ -1411,7 +1411,7 @@ class IvaApp extends LitElement {
.populationFrequencies="${this.config.populationFrequencies}"
.consequenceTypes="${this.config.consequenceTypes}"
.proteinSubstitutionScores="${this.config.proteinSubstitutionScores}"
.config="${this.config.tools.gene}">
.settings="${opencgaGeneViewSettings}">
</opencga-transcript-view>
</div>
` : null}
Expand All @@ -1427,7 +1427,7 @@ class IvaApp extends LitElement {
.populationFrequencies="${this.config.populationFrequencies}"
.consequenceTypes="${this.config.consequenceTypes}"
.proteinSubstitutionScores="${this.config.proteinSubstitutionScores}"
.config="${this.config.tools.gene.protein}">
.settings="${opencgaGeneViewSettings}">
</opencga-protein-view>
</div>
` : null}
Expand Down Expand Up @@ -1479,8 +1479,8 @@ class IvaApp extends LitElement {
${this.config.enabledComponents.job ? html`
<div class="content" id="job">
<opencga-job-browser .opencgaSession="${this.opencgaSession}"
.settings="${opencgaJobBrowserSettings}"
.query="${this.queries.job}"
.settings="${opencgaJobBrowserSettings}"
@querySearch="${e => this.onQueryFilterSearch(e, "job")}"
@activeFilterChange="${e => this.onQueryFilterSearch(e, "job")}">
</opencga-job-browser>
Expand Down

0 comments on commit 3959024

Please sign in to comment.