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
ddcf7606
Commit
ddcf7606
authored
Oct 08, 2019
by
Kevin Kunzmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
61443a74
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
README.md
README.md
+3
-7
No files found.
README.md
View file @
ddcf7606
...
@@ -71,13 +71,10 @@ execution is recommended for speed (cf. below).
...
@@ -71,13 +71,10 @@ execution is recommended for speed (cf. below).
Given that singularity is installed and the container.sif file is present in
Given that singularity is installed and the container.sif file is present in
the repository root, simply invoke
the repository root, simply invoke
```
bash
```
bash
singularity
exec
container.sif snakemake create_manuscript_v1_1
singularity
exec
container.sif manuscript_figures
singularity
exec
container.sif snakemake impute_population_wide_msm_v1_1
```
```
The first command creates all files necessary to compile the cross-validated
The first command creates all files necessary to compile the cross-validated
analysis of imputation performance (output/v1.1/manuscript.docx);
analysis of imputation performance.
the second one only computes the final imputations for the entire study
population (output/v1.1/data/imputation/msm).
Depending on the number of cores and available RAM,
Depending on the number of cores and available RAM,
the cross-validated model comparison may take several days (3+) to complete.
the cross-validated model comparison may take several days (3+) to complete.
...
@@ -95,6 +92,5 @@ singularity exec container.sif snakemake generate_folds_v1_1
...
@@ -95,6 +92,5 @@ singularity exec container.sif snakemake generate_folds_v1_1
Then, simply modify the
`cluster.json`
accordingly, make sure that
Then, simply modify the
`cluster.json`
accordingly, make sure that
snakemake is installed and execute
snakemake is installed and execute
```
bash
```
bash
./snakemake_on_slurm_cluster create_manuscript_v1_1
./snakemake_on_slurm_cluster manuscript_figures
./snakemake_on_slurm_cluster impute_population_wide_msm_v1_1
```
```
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