| 1 | = AppInstaller: SOPs and automated procedures to instantiate a new app = |
| 2 | For LifeLines, Panacea, and any other app. |
| 3 | |
| 4 | Stories: |
| 5 | * StoryConvertPhenoData - prepare the pheno data in pheno format |
| 6 | * StoryImputeGenoData - impute the raw genotype data (future) |
| 7 | * StoryConvertGenoData - prepare geno data set(s) in binary and plink format |
| 8 | * StoryNewMolgenisVm - create VM with the app and autoload data, users, firewall. |
| 9 | * (LifeLInes) StoryLinkWomToVm - coordinate with UMCG-ICT to link VM to WOM |
| 10 | |
| 11 | Overview: |
| 12 | |
| 13 | {{{ |
| 14 | #!YumlUseCase |
| 15 | (precondition: pheno data is selelected; geno data in plink format {bg:beige}) |
| 16 | [Admin]-(ConvertPhenoData) |
| 17 | [Admin]-(ConvertGenoData) |
| 18 | [Admin]-(CreateMolgenisVM) |
| 19 | [Admin]-(LinkVmToWom) |
| 20 | }}} |