We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b8697 commit 2c42224Copy full SHA for 2c42224
Dockerfile
@@ -52,7 +52,7 @@ RUN pip3 install numpy pandas scipy
52
RUN pip3 install pandas-plink ipython jupyter matplotlib pyarrow torch rpy2 gcsfs
53
54
RUN cd /opt && \
55
- wget https://github.com/broadinstitute/tensorqtl/archive/v1.0.6.tar.gz && \
56
- tar -xf v1.0.6.tar.gz && mv tensorqtl-1.0.6 tensorqtl && \
57
- 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
58
RUN pip3 install -e /opt/tensorqtl/
tensorqtl/__init__.py
@@ -1,2 +1,2 @@
1
-__version__ = "1.0.6"
+__version__ = "1.0.7"
2
from .tensorqtl import *
0 commit comments