| | 5 | {{{#!graphviz |
| | 6 | |
| | 7 | digraph g { |
| | 8 | node [shape=box,style=filled,color=white] |
| | 9 | rankdir="LR" |
| | 10 | |
| | 11 | subgraph cluster_0 { |
| | 12 | style=filled; |
| | 13 | color=lightgrey; |
| | 14 | label = "partner & user groups"; |
| | 15 | |
| | 16 | lifelines; |
| | 17 | bbmri; |
| | 18 | nbic; |
| | 19 | panacea; |
| | 20 | sysgenet; |
| | 21 | euratrans; |
| | 22 | gen2phen; |
| | 23 | gbic; |
| | 24 | medgen; |
| | 25 | fwn_chronobiology; |
| | 26 | npc_mass_spec_center; |
| | 27 | gids; |
| | 28 | col7a1; |
| | 29 | chd7; |
| | 30 | amc_nbic; |
| | 31 | |
| | 32 | } |
| | 33 | |
| | 34 | subgraph cluster_1 { |
| | 35 | style=filled; |
| | 36 | color=lightgrey; |
| | 37 | label = "apps"; |
| | 38 | biobankatlas |
| | 39 | animaldb |
| | 40 | mutationdb |
| | 41 | workbench |
| | 42 | xqtl_workbench |
| | 43 | ngs_workbench |
| | 44 | gwas_workbench |
| | 45 | ms_workbench |
| | 46 | ma_workbench |
| | 47 | jamboreecards |
| | 48 | } |
| | 49 | |
| | 50 | subgraph cluster_2 { |
| | 51 | style=filled; |
| | 52 | color=lightgrey; |
| | 53 | label = "molgenis"; |
| | 54 | phenoexplorer; |
| | 55 | db; |
| | 56 | ui; |
| | 57 | auth; |
| | 58 | molgenis; |
| | 59 | lims; |
| | 60 | compute; |
| | 61 | convertors; |
| | 62 | datamodels; |
| | 63 | xgap; |
| | 64 | pheno; |
| | 65 | } |
| | 66 | |
| | 67 | #relations between projects and apps |
| | 68 | col7a1 -> mutationdb; |
| | 69 | chd7 -> mutationdb; |
| | 70 | |
| | 71 | fwn_chronobiology -> animaldb; |
| | 72 | |
| | 73 | bbmri -> biobankatlas; |
| | 74 | nbic -> biobankatlas; |
| | 75 | lifelines -> biobankatlas; |
| | 76 | gen2phen -> biobankatlas; |
| | 77 | gids -> biobankatlas; |
| | 78 | |
| | 79 | gbic -> xqtl_workbench; |
| | 80 | panacea -> xqtl_workbench; |
| | 81 | sysgenet -> xqtl_workbench; |
| | 82 | euratrans -> xqtl_workbench; |
| | 83 | |
| | 84 | npc_mass_spec_center -> ms_workbench; |
| | 85 | |
| | 86 | bbmri -> ngs_workbench; |
| | 87 | seq_facility -> ngs_workbench; |
| | 88 | medgen -> ngs_workbench; |
| | 89 | |
| | 90 | bbmri -> ma_workbench; |
| | 91 | |
| | 92 | bbmri -> gwas_workbench |
| | 93 | lifelines -> gwas_workbench; |
| | 94 | gids -> gwas_workbench; |
| | 95 | medgen -> gwas_workbench; |
| | 96 | |
| | 97 | amc_nbic -> jamboreecards; |
| | 98 | |
| | 99 | #relations between apps and components |
| | 100 | ngs_workbench ->workbench; |
| | 101 | gwas_workbench -> workbench; |
| | 102 | xqtl_workbench -> workbench; |
| | 103 | ms_workbench -> workbench; |
| | 104 | ma_workbench -> workbench; |
| | 105 | |
| | 106 | biobankatlas -> phenoexplorer; |
| | 107 | animaldb -> phenoexplorer; |
| | 108 | mutationdb -> phenoexplorer; |
| | 109 | workbench -> phenoexplorer; |
| | 110 | |
| | 111 | animaldb -> lims; |
| | 112 | workbench -> lims; |
| | 113 | |
| | 114 | workbench -> convertors; |
| | 115 | |
| | 116 | jamboreecards -> molgenis; |
| | 117 | |
| | 118 | #relations between components and sub-components |
| | 119 | molgenis -> auth; |
| | 120 | molgenis -> db; |
| | 121 | molgenis -> ui; |
| | 122 | |
| | 123 | lims -> datamodels; |
| | 124 | compute -> datamodels; |
| | 125 | phenoexplorer -> datamodels; |
| | 126 | convertors -> datamodels; |
| | 127 | |
| | 128 | workbench -> compute; |
| | 129 | |
| | 130 | datamodels -> molgenis; |
| | 131 | datamodels -> pheno; |
| | 132 | datamodels -> xgap; |
| | 133 | |
| | 134 | } |
| | 135 | |
| | 136 | |
| | 137 | }}} |
| | 138 | |
| | 139 | |