Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
impute-gene-expression
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Kevin Kunzmann
impute-gene-expression
Commits
bb621e28
Commit
bb621e28
authored
Mar 07, 2020
by
Kevin Kunzmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
...
parent
6716970d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
Snakefile
Snakefile
+8
-1
scripts/singularity.def
scripts/singularity.def
+1
-1
No files found.
Snakefile
View file @
bb621e28
...
@@ -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
...
...
scripts/singularity.def
View file @
bb621e28
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment