Skip to content

Commit

Permalink
updated container recipes to install Prokka 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelJulia committed Oct 29, 2019
1 parent 3468607 commit f6a640b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN echo "Installing FastQC app" && \
echo "Installing spades app" && \
scif install /opt/spades_v3.8.0_centos7.scif && \
echo "Installing prokka app" && \
scif install /opt/prokka_v1.13_centos7.scif && \
scif install /opt/prokka_v1.14.0_centos7.scif && \
echo "Installing quast app" && \
scif install /opt/quast_v5.0.0_centos7.scif && \
echo "Installing multiqc app" && \
Expand Down Expand Up @@ -147,6 +147,6 @@ ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/scif/apps/wgsoutbreaker/lib/lib
#ENTRYPOINT ["/opt/docker-entrypoint.sh"]
#CMD ["scif"]
RUN echo "export LC_ALL=en_US.UTF-8" >> /etc/bashrc
RUN find /scif/apps -maxdepth 2 -name "bin" | while read in; do echo "export PATH=\$PATH:$in" >> /etc/bashrc;done
RUN find /scif/apps -maxdepth 2 -name "bin" | while read in; do echo "export PATH=\$PATH:$in" >> /etc/bashrc;done
RUN if [ -z "${LD_LIBRARY_PATH-}" ]; then echo "export LD_LIBRARY_PATH=/usr/local/lib" >> /etc/bashrc;fi
RUN find /scif/apps -maxdepth 2 -name "lib" | while read in; do echo "export LD_LIBRARY_PATH=\$LD_LIBRARY_PATH:$in" >> /etc/bashrc;done
2 changes: 1 addition & 1 deletion Singularity
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ From: buisciii/centos7_base_image:latest
echo "Installing spades app" && \
scif install /opt/scif_app_recipes/spades_v3.8.0_centos7.scif && \
echo "Installing prokka app" && \
scif install /opt/scif_app_recipes/prokka_v1.13_centos7.scif && \
scif install /opt/scif_app_recipes/prokka_v1.14.0_centos7.scif && \
echo "Installing quast app" && \
scif install /opt/scif_app_recipes/quast_v5.0.0_centos7.scif && \
echo "Installing multiqc app" && \
Expand Down

0 comments on commit f6a640b

Please sign in to comment.