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
17c9aab9
Commit
17c9aab9
authored
Mar 06, 2020
by
Kevin Kunzmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
...
parent
743c2e6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
scripts/container.def
scripts/container.def
+4
-1
No files found.
scripts/container.def
View file @
17c9aab9
...
...
@@ -37,7 +37,10 @@ From: rocker/verse:3.6.2
# install MetaXcan and python dependencies
mkdir -p /usr/MetaXcan
(cd /usr; git clone https://github.com/hakyimlab/MetaXcan; cd MetaXcan; git checkout b5a1741244c32a30cd16d5eca5da4d0f38bc90a7)
(cd /usr; \
git clone https://github.com/hakyimlab/MetaXcan; \
cd MetaXcan; \
git checkout b5a1741244c32a30cd16d5eca5da4d0f38bc90a7)
ln -s /usr/MetaXcan/software/PrediXcan.py /usr/bin/predixcan
chmod +x /usr/bin/predixcan
pip3 install \
...
...
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