Skip to content

Commit

Permalink
update to 1.5.7 and real path to kgx in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Apr 15, 2022
1 parent 7e8e362 commit 9c5881f
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 @@ -2,10 +2,10 @@ FROM python:3.7
MAINTAINER Sierra Moxon "[email protected]"

# Clone repository
RUN git clone https://github.com/NCATS-Tangerine/kgx
RUN git clone https://github.com/biolink/kgx

# Setup
RUN cd kgx && git checkout tags/1.5.6 && pip install -r requirements.txt && python setup.py install
RUN cd kgx && git checkout tags/1.5.7 && pip install -r requirements.txt && python setup.py install

# Make data directory
RUN mkdir data
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
AUTHOR = 'Deepak Unni, Sierra Moxon, Richard Bruskiewich'
EMAIL = '[email protected], [email protected], [email protected]'
REQUIRES_PYTHON = '>=3.7.0'
VERSION = '1.5.6'
VERSION = '1.5.7'
LICENSE = 'BSD'

with open("requirements.txt", "r") as FH:
Expand Down

0 comments on commit 9c5881f

Please sign in to comment.