Skip to content

Commit

Permalink
updating junction inclusion query image (#212)
Browse files Browse the repository at this point in the history
* updating junction inclusion query image

* updated image
  • Loading branch information
fabbasinejad authored Nov 14, 2024
1 parent 8d5b1e5 commit 5a2183e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Web application for junction or gene expression count extraction and analysis:
* **SnapMine** is deployed at: https://snapmine.idies.jhu.edu/


<img src="snaptron_query/app/assets/junction_query.png" alt="junction_query" height="250" style="display: block; margin: auto;"/>
<img src="snaptron_query/app/assets/junction_query_updated.png" alt="junction_query" height="250" style="display: block; margin: auto;"/>

## Initial Setup:
* Get the code: ``git clone https://github.com/ssec-jhu/snaptron-query.git``
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions snaptron_query/app/layout_jiq.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ def get_accordian_form_jiq():
dbc.Modal(
[
dbc.ModalHeader(dbc.ModalTitle("")),
dbc.ModalBody(html.Img(src="assets/junction_query.png", style={"width": "100%"})),
dbc.ModalBody(html.Img(src="assets/junction_query_updated.png", style={"width": "100%"})),
],
id="id-jiq-image-modal",
centered=True,
Expand All @@ -399,7 +399,7 @@ def get_accordian_form_jiq():
[
html.Img(
id="id-jiq-image",
src="assets/junction_query.png",
src="assets/junction_query_updated.png",
width="100%",
style={"cursor": "pointer"},
),
Expand Down

0 comments on commit 5a2183e

Please sign in to comment.