Skip to content

Commit

Permalink
Use placeholder until eQTL work is complete.
Browse files Browse the repository at this point in the history
  • Loading branch information
grosscol committed Aug 17, 2023
1 parent 552a40c commit 53767b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bravue",
"version": "0.14.1",
"version": "0.14.2",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
3 changes: 2 additions & 1 deletion src/components/GeneDashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
</ul>
<div id="eqtl-collection" v-if="showTab.eqtl">
<h4>SuSiE eQTLs</h4>
<EqtlTable/>
<p>Placeholder for eQTL data</p>
<!-- <EqtlTable/> -->
</div>

<div id="snv-collection" v-if="showTab.snv">
Expand Down

0 comments on commit 53767b0

Please sign in to comment.