Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ or loading an existing view config via URL to access a sub-track:


Add Genome Position SearchBox
-------------------
-----------------------------



Expand Down Expand Up @@ -458,7 +458,7 @@ that may take a long time to complete with a slow internet connection.

For a better user experience, we recommend downloading the data locally first.

.. code-block:: python
.. code-block:: bash

!wget http://hgdownload.cse.ucsc.edu/goldenpath/hg19/encodeDCC/wgEncodeSydhTfbs/wgEncodeSydhTfbsGm12878InputStdSig.bigWig

Expand Down Expand Up @@ -634,4 +634,4 @@ Then we can define the data and tell the server how to render it.
ts.track("heatmap", height=250).opts(valueScaleMax=0.5),
)

.. image:: img/eggholder-function.png
.. image:: img/eggholder-function.png
2 changes: 1 addition & 1 deletion docs/higlass_theme/static/higlass.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ a:active {

pre, tt, code {
font-family: 'Roboto Mono', 'Consolas', 'Menlo', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
overflow: hidden;
overflow: scroll;
}

img {
Expand Down