File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,10 @@ RUN curl -Lo /usr/local/bin/dicey https://github.com/gear-genomics/dicey/release
33
33
RUN curl -Lo /usr/local/bin/faToTwoBit https://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/faToTwoBit \
34
34
-Lo /usr/local/bin/twoBitToFa https://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/twoBitToFa && \
35
35
chmod +x /usr/local/bin/faToTwoBit /usr/local/bin/twoBitToFa
36
- ARG JBROWSE_VERSION=1.12.3
37
- RUN curl -LO https://jbrowse.org/releases/JBrowse-${JBROWSE_VERSION}/JBrowse-${JBROWSE_VERSION}.zip && \
38
- unzip JBrowse-${JBROWSE_VERSION}.zip && \
39
- mv JBrowse-${JBROWSE_VERSION} /var/www/html/jbrowse && \
40
- rm JBrowse-${JBROWSE_VERSION}.zip && \
36
+ RUN curl -LO https://github.com/GMOD/jbrowse/releases/download/1.12.5-release/JBrowse-1.12.5.zip && \
37
+ unzip JBrowse-1.12.5.zip && \
38
+ mv JBrowse-1.12.5 /var/www/html/jbrowse && \
39
+ rm JBrowse-1.12.5.zip && \
41
40
cd /var/www/html/jbrowse && ./setup.sh && \
42
41
# Default FORCAST configuration for JBrowse. jbrowse/data/datasets.conf is bind-mounted for editing.
43
42
echo -e "classicMenu = true\n include += data/datasets.conf\n\n [aboutThisBrowser]\n title = FORCAST" >> /var/www/html/jbrowse/jbrowse.conf
You can’t perform that action at this time.
0 commit comments