Skip to content

Commit

Permalink
Version 1.0.5641
Browse files Browse the repository at this point in the history
  • Loading branch information
olegs committed Mar 13, 2023
1 parent 917d67f commit be3c1b9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ JBR Genome Browser changelog

Here you can see the full list of changes between each release.

Version 1.0.5641
----------------

Released on March 13, 2023

* Create BigWig arithmetics track within the genome browser: sum, average, etc.
* Updated Docker image
* Bugfixes

Version 1.0.5577
----------------

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y wget openjdk-11-jre \
&& apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/*

RUN wget https://download.jetbrains.com/biolabs/jbr_browser/jar/jbr-1.0.5577.jar --quiet -O jbr.jar
RUN wget https://download.jetbrains.com/biolabs/jbr_browser/jar/jbr-1.0.5541.jar --quiet -O jbr.jar

# JBR sessions should be located here
RUN set -e && mkdir /jbr_session
Expand Down

0 comments on commit be3c1b9

Please sign in to comment.