Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GOSe-6mo-imputation-paper
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
GOSe-6mo-imputation-paper
Commits
8774723b
Commit
8774723b
authored
Mar 19, 2019
by
Kevin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added dependency
parent
37cd8615
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
Snakefile
Snakefile
+1
-1
docker/build
docker/build
+0
-2
docker/dockerfile
docker/dockerfile
+1
-0
No files found.
Snakefile
View file @
8774723b
singularity: "docker://kkmann/gose-6mo-imputation@sha256:
62540d4bc41b228639bce7e4fe764acfaaeef76e467b92d9c55b26f8ea4f4c5f
"
singularity: "docker://kkmann/gose-6mo-imputation@sha256:
7c431eddca0933b09efce89a353c0abdf54aa07e601b31cb5b0535e4895091cd
"
configfile: "config.yml"
...
...
docker/build
View file @
8774723b
...
...
@@ -4,5 +4,3 @@ IMAGE="gose-6mo-imputation"
BUILDNAME
=
$USERNAME
/
$IMAGE
docker build
--no-cache
-t
$BUILDNAME
.
docker push
$BUILDNAME
\ No newline at end of file
docker/dockerfile
View file @
8774723b
...
...
@@ -14,6 +14,7 @@ RUN R -e "install.packages('brms')"
RUN
R
-e
"install.packages('mice')"
RUN
R
-e
"install.packages('ggalluvial')"
RUN
R
-e
"install.packages('caret')"
RUN
R
-e
"install.packages('e1071')"
RUN
R
-e
"install.packages('msm')"
RUN
R
-e
"install.packages('cowplot')"
RUN
R
-e
"install.packages('pander')"
...
...
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