Commit bb621e28 authored by Kevin Kunzmann's avatar Kevin Kunzmann

...

parent 6716970d
...@@ -2,7 +2,14 @@ singularity: "library://kkmann/default/center-grex-imputation:latest" ...@@ -2,7 +2,14 @@ singularity: "library://kkmann/default/center-grex-imputation:latest"
configfile: "config/parameters.yml" configfile: "config/parameters.yml"
localrules: data localrules: container, data
# download container
rule container:
shell:
"""
echo done.
"""
# download vcf files using gsutil (needs to be set up and configured!) and # download vcf files using gsutil (needs to be set up and configured!) and
......
...@@ -45,7 +45,7 @@ From: rocker/verse:3.6.2 ...@@ -45,7 +45,7 @@ From: rocker/verse:3.6.2
chmod +x /usr/bin/predixcan chmod +x /usr/bin/predixcan
pip3 install \ pip3 install \
numpy==1.18.1 scipy==1.4.1 pandas==1.0.1 mock==4.0.1 sqlalchemy==1.3.13 \ numpy==1.18.1 scipy==1.4.1 pandas==1.0.1 mock==4.0.1 sqlalchemy==1.3.13 \
patsy==0.5.1 statsmodels==0.11.1 h5py==2.10.0 h5py-cache=1.0.1 patsy==0.5.1 statsmodels==0.11.1 h5py==2.10.0 h5py-cache==1.0.1
# download, extract and store weights # download, extract and store weights
apt-get -y install wget apt-get -y install wget
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment