Skip to content

Commit

Permalink
Changed version to install in Singularity and Dockerfile recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
saramonzon committed Sep 20, 2018
1 parent 357ed3f commit a84d0ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN echo "Install basic development tools" && \
echo "Installing SCI-F" && \
pip install scif ipython && \
echo "Installing plasmidID app" && \
scif install /opt/plasmidid_vdev_centos7.scif
scif install /opt/plasmidid_v1.4.0_centos7.scif


ENTRYPOINT ["/opt/docker-entrypoint.sh"]
Expand Down
2 changes: 1 addition & 1 deletion Singularity
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ From: centos:latest
pip install scif

echo "Installing plasmidID app"
scif install /opt/plasmidid_v1.3.0_centos7.scif
scif install /opt/plasmidid_v1.4.0_centos7.scif

# Executables must be exported for nextflow, if you use their singularity native integration.
# It would be cool to use $SCIF_APPBIN_bwa variable, but it must be set after PATH variable, because I tried to use it here and in %environment without success.
Expand Down

0 comments on commit a84d0ea

Please sign in to comment.