-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|