File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,9 @@ RUN curl -LO https://github.com/GMOD/jbrowse/releases/download/1.12.5-release/JB
39
39
rm JBrowse-1.12.5.zip && \
40
40
cd /var/www/html/jbrowse && ./setup.sh && \
41
41
# Default FORCAST configuration for JBrowse. jbrowse/data/datasets.conf is bind-mounted for editing.
42
- echo -e "classicMenu = true\n include += data/datasets.conf\n\n [aboutThisBrowser]\n title = FORCAST" >> /var/www/html/jbrowse/jbrowse.conf
42
+ echo -e "classicMenu = true\n include += data/datasets.conf\n\n [aboutThisBrowser]\n title = FORCAST" >> /var/www/html/jbrowse/jbrowse.conf && \
43
+ # Add favicon
44
+ sed -i '6i\ <link rel="icon" href="../docs/img/crispr-icon.png" sizes="100x100">' /var/www/html/jbrowse/index.html
43
45
# Dependencies for FORCAST CGI scripts
44
46
RUN pip install --no-cache-dir pymongo==3.12.3 requests==2.27.1 && \
45
47
pip3 install --no-cache-dir pymongo==3.12.3 requests==2.27.1 Jinja2==3.1.2
You can’t perform that action at this time.
0 commit comments