Skip to content

Commit dffc236

Browse files
authored
feat: bump sgpy version (changes protein hash results) (#109)
leading and trailing '*' are removed from protein sequences before hashing
1 parent 193a998 commit dffc236

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dockerfiles/multistage/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN /opt/conda/bin/wget -q https://neo4j.com/artifact.php?name=neo4j-community-5
5050
USER $MAMBA_USER
5151
ARG MAMBA_DOCKERFILE_ACTIVATE=1 # (otherwise python will not be found)
5252

53-
RUN pip install socialgene==1.0.0
53+
RUN pip install socialgene==1.1.0
5454

5555
ENV PATH="/opt/conda/bin/neo4j/bin:$PATH:/opt/conda/condabin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
5656
ENV NEO4J_HOME='/opt/conda/bin/neo4j'

dockerfiles/sgpy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ LABEL MAINTAINER "Chase M. Clark chasingmicrobes@gmail.com"
1919
################## INSTALLATION ######################
2020
ARG MAMBA_DOCKERFILE_ACTIVATE=1 # (otherwise python will not be found)
2121

22-
RUN /opt/conda/bin/pip install socialgene==1.0.0
22+
RUN /opt/conda/bin/pip install socialgene==1.1.0
2323
# RUN /opt/conda/bin/pip install git+https://github.com/socialgene/sgpy@63c15e7367c6b31d47802412d03ae47c6f6a0b8b
2424
# COPY --chown=mambauser:mambauser . sgpy
2525
# RUN cd sgpy && /opt/conda/bin/pip install -e .

0 commit comments

Comments
 (0)