Skip to content

Commit

Permalink
v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
francois-a committed Feb 23, 2021
1 parent d3f718c commit c7b13a6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 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.4.tar.gz && \
tar -xf v1.0.4.tar.gz && mv tensorqtl-1.0.4 tensorqtl && \
rm v1.0.4.tar.gz
wget https://github.com/broadinstitute/tensorqtl/archive/v1.0.5.tar.gz && \
tar -xf v1.0.5.tar.gz && mv tensorqtl-1.0.5 tensorqtl && \
rm v1.0.5.tar.gz
RUN pip3 install -e /opt/tensorqtl/
16 changes: 7 additions & 9 deletions example/tensorqtl_examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
"name": "stdout",
"output_type": "stream",
"text": [
"PyTorch 1.6.0\n",
"Pandas 1.1.1\n"
"PyTorch 1.7.1\n",
"Pandas 1.2.2\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"Mapping files: 100%|██████████| 3/3 [00:27<00:00, 9.27s/it]\n"
"Mapping files: 100%|██████████| 3/3 [00:19<00:00, 6.52s/it]\n"
]
}
],
Expand Down Expand Up @@ -101,11 +101,10 @@
" * 301 phenotypes\n",
" * 26 covariates\n",
" * 13369268 variants\n",
" * checking phenotypes: 301/301\n",
" * Computing associations\n",
" Mapping chromosome chr18\n",
" processing phenotype 301/301\n",
" time elapsed: 0.03 min\n",
" time elapsed: 0.04 min\n",
" * writing output\n",
"done.\n"
]
Expand Down Expand Up @@ -275,10 +274,9 @@
" * 26 covariates\n",
" * 13369268 variants\n",
" * using seed 123456\n",
" * checking phenotypes: 301/301\n",
" * computing permutations\n",
" processing phenotype 301/301\n",
" Time elapsed: 0.54 min\n",
" Time elapsed: 0.34 min\n",
"done.\n"
]
}
Expand Down Expand Up @@ -522,7 +520,7 @@
" * 26 covariates\n",
" * 13369268 variants\n",
" processing batch 1337/1337\n",
" elapsed time: 1.41 min\n",
" elapsed time: 0.67 min\n",
" * 7620376 variants passed MAF >= 0.05 filtering\n",
"done.\n"
]
Expand Down Expand Up @@ -678,7 +676,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.9"
"version": "3.8.5"
}
},
"nbformat": 4,
Expand Down
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.4"
__version__ = "1.0.5"
from .tensorqtl import *

0 comments on commit c7b13a6

Please sign in to comment.