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
e9ba7f09
Commit
e9ba7f09
authored
Mar 19, 2019
by
Kevin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
...
parent
fe01ae39
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
README.md
README.md
+5
-1
Snakefile
Snakefile
+7
-0
No files found.
README.md
View file @
e9ba7f09
...
...
@@ -61,7 +61,11 @@ the cross-validated model comparison may take several days (3+) to complete.
Cluster execution requires slightly more
[
configuration
](
https://github.com/kkmann/center-6mo-gose-imputation/blob/master/cluster.json
)
and assumes existence of a slurm cluster.
Simply modify the
`cluster.json`
accordingly and execute
Data should be downloaded on the input node:
```
bash
./singularity download_data_v1_1
```
Then, simply modify the
`cluster.json`
accordingly and execute
```
bash
./singularity_slurm manuscript_v1_1
./singularity_slurm impute_msm_v1_1
...
...
Snakefile
View file @
e9ba7f09
...
...
@@ -16,6 +16,13 @@ rule download_data:
bash scripts/download_{wildcards.version}.sh
"""
rule download_data_v1_1:
input:
"data/v1.1/df_baseline.rds",
"data/v1.1/df_ctmri.rds",
"data/v1.1/df_imaging.rds",
"data/v1.1/df_labs.rds",
"data/v1.1/df_gose.rds"
rule prepare_data:
...
...
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