Skip to content

Commit

Permalink
fix: bump sgpy
Browse files Browse the repository at this point in the history
  • Loading branch information
chasemc committed Jul 3, 2023
1 parent f240686 commit 6e3d05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/sgpy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LABEL MAINTAINER "Chase M. Clark [email protected]"
################## INSTALLATION ######################
ARG MAMBA_DOCKERFILE_ACTIVATE=1 # (otherwise python will not be found)

RUN /opt/conda/bin/pip install socialgene==0.1.9
RUN /opt/conda/bin/pip install socialgene==0.1.10
#RUN /opt/conda/bin/pip install git+https://github.com/socialgene/sgpy@f224df576c2a74ec4d04589c77569f794a6b4419

# Install ncbi-genome-download from here until https://github.com/kblin/ncbi-genome-download/issues/209 is fixed
Expand Down

0 comments on commit 6e3d05d

Please sign in to comment.