Skip to content

Commit

Permalink
v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
francois-a committed Jul 7, 2022
1 parent 50b8697 commit 2c42224
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN pip3 install numpy pandas scipy
RUN pip3 install pandas-plink ipython jupyter matplotlib pyarrow torch rpy2 gcsfs

RUN cd /opt && \
wget https://github.com/broadinstitute/tensorqtl/archive/v1.0.6.tar.gz && \
tar -xf v1.0.6.tar.gz && mv tensorqtl-1.0.6 tensorqtl && \
rm v1.0.6.tar.gz
wget https://github.com/broadinstitute/tensorqtl/archive/v1.0.7.tar.gz && \
tar -xf v1.0.7.tar.gz && mv tensorqtl-1.0.7 tensorqtl && \
rm v1.0.7.tar.gz
RUN pip3 install -e /opt/tensorqtl/
2 changes: 1 addition & 1 deletion tensorqtl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "1.0.6"
__version__ = "1.0.7"
from .tensorqtl import *

0 comments on commit 2c42224

Please sign in to comment.