Skip to content

Commit

Permalink
fix variant browser
Browse files Browse the repository at this point in the history
  • Loading branch information
samwachspress committed Apr 15, 2021
1 parent f101fc9 commit c1ab67b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions base/templates/browser.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@

<script type="text/javascript" src="//igv.org/web/release/2.6.2/dist/igv.min.js"></script>

{% endblock %}

{% block style %}
<style>

.label {
Expand Down
2 changes: 1 addition & 1 deletion base/views/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,5 +190,5 @@ def browser(release=config["DATASET_RELEASE"], region="III:11746923-11750250", q
'strain_listing': get_isotypes(),
'region': region,
'query': query,
'fluid_container': True}
'fluid_container': False}
return render_template('browser.html', **VARS)

0 comments on commit c1ab67b

Please sign in to comment.