Skip to content

Commit f57f5af

Browse files
committed
Add favicon to JBrowse
1 parent 4c44647 commit f57f5af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ RUN curl -LO https://github.com/GMOD/jbrowse/releases/download/1.12.5-release/JB
3939
rm JBrowse-1.12.5.zip && \
4040
cd /var/www/html/jbrowse && ./setup.sh && \
4141
# Default FORCAST configuration for JBrowse. jbrowse/data/datasets.conf is bind-mounted for editing.
42-
echo -e "classicMenu = true\ninclude += data/datasets.conf\n\n[aboutThisBrowser]\ntitle = FORCAST" >> /var/www/html/jbrowse/jbrowse.conf
42+
echo -e "classicMenu = true\ninclude += data/datasets.conf\n\n[aboutThisBrowser]\ntitle = 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
4345
# Dependencies for FORCAST CGI scripts
4446
RUN pip install --no-cache-dir pymongo==3.12.3 requests==2.27.1 && \
4547
pip3 install --no-cache-dir pymongo==3.12.3 requests==2.27.1 Jinja2==3.1.2

0 commit comments

Comments
 (0)