grnsight 6.0.4 → 6.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1197) hide show
  1. package/database/README.md +40 -16
  2. package/database/expression-database/README.md +2 -2
  3. package/database/expression-database/schema.sql +14 -14
  4. package/database/expression-database/scripts/loader.py +6 -6
  5. package/database/network-database/README.md +36 -4
  6. package/database/network-database/schema.sql +7 -7
  7. package/database/network-database/scripts/filter_genes.py +1 -1
  8. package/database/network-database/scripts/generate_network.py +1 -1
  9. package/database/network-database/scripts/generate_new_network_version.py +223 -0
  10. package/database/network-database/scripts/loader.py +3 -3
  11. package/database/network-database/scripts/loader_updates.py +99 -0
  12. package/package.json +2 -2
  13. package/server/controllers/custom-workbook-controller.js +4 -3
  14. package/server/dals/expression-dal.js +8 -7
  15. package/server/dals/network-dal.js +3 -3
  16. package/web-client/public/js/api/grnsight-api.js +56 -55
  17. package/web-client/public/js/generateNetwork.js +15 -7
  18. package/web-client/public/js/setup-load-and-import-handlers.js +171 -170
  19. package/web-client/public/js/upload.js +74 -95
  20. package/.bundle/config +0 -3
  21. package/GRNsight - Beta.html +0 -194
  22. package/Gemfile.lock +0 -259
  23. package/_gh_pages/about.html +0 -807
  24. package/_gh_pages/assets/css/bootstrap.min.css +0 -10
  25. package/_gh_pages/assets/css/footer.css +0 -3
  26. package/_gh_pages/assets/css/main.css +0 -363
  27. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_estimation_output_binary-no-targetless-genes_sif.png +0 -0
  28. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_estimation_output_binary_sif.png +0 -0
  29. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_graphml_3-edges-and-footer.png +0 -0
  30. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_graphml_header-and-3-nodes.png +0 -0
  31. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_graphml_output_3-edges-and-footer.png +0 -0
  32. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_graphml_output_header-and-3-nodes.png +0 -0
  33. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_input_binary-no-targetless-genes_sif.png +0 -0
  34. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_input_binary_sif.png +0 -0
  35. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_input_concatenated-no-targetless-genes_sif.png +0 -0
  36. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_input_concatenated_sif.png +0 -0
  37. package/_gh_pages/assets/images/Carrillo_Roque_LMU_Symposium_2015.pptx +0 -0
  38. package/_gh_pages/assets/images/Choe-Shin_CMSI402-poster-session_20180430.jpg +0 -0
  39. package/_gh_pages/assets/images/Choe_SCCUR_2017.jpg +0 -0
  40. package/_gh_pages/assets/images/Dahlquist-BMB-2015-Fig1.jpg +0 -0
  41. package/_gh_pages/assets/images/Dahlquist-BMB-2015-Fig8.jpg +0 -0
  42. package/_gh_pages/assets/images/Dahlquist-Choe-Shin_CMSI402-poster-session_20180430.jpg +0 -0
  43. package/_gh_pages/assets/images/Demo-3-auto-layout.jpg +0 -0
  44. package/_gh_pages/assets/images/Demo-3-paper-layout.jpg +0 -0
  45. package/_gh_pages/assets/images/Demo-4-auto-layout.jpg +0 -0
  46. package/_gh_pages/assets/images/Demo-4-paper-layout.jpg +0 -0
  47. package/_gh_pages/assets/images/Dionisio-Dahlquist_GRNsight-shades_20170506.jpg +0 -0
  48. package/_gh_pages/assets/images/GRNsight_logo_20140710_main.jpg +0 -0
  49. package/_gh_pages/assets/images/GRNsight_logo_20140710_main_resized.jpg +0 -0
  50. package/_gh_pages/assets/images/GRNsight_logo_20140710_rollover.jpg +0 -0
  51. package/_gh_pages/assets/images/GRNsight_logo_20140710_rollover_resized.jpg +0 -0
  52. package/_gh_pages/assets/images/Johnson_Williams_LMU_Symposium_2015.pptx +0 -0
  53. package/_gh_pages/assets/images/Klein_Samdarshi_TriBeta_2018_20180317.jpg +0 -0
  54. package/_gh_pages/assets/images/LMULogoHQ2.png +0 -0
  55. package/_gh_pages/assets/images/LMUSymposium_Group_20150321-2.jpg +0 -0
  56. package/_gh_pages/assets/images/LMUSymposium_Group_20150321-2_resized.jpg +0 -0
  57. package/_gh_pages/assets/images/Sample_network_optimized_weights_worksheet.jpg +0 -0
  58. package/_gh_pages/assets/images/Sample_network_worksheet.jpg +0 -0
  59. package/_gh_pages/assets/images/Shin_SCCUR_2017.jpg +0 -0
  60. package/_gh_pages/assets/images/demo-3_network-sheet.png +0 -0
  61. package/_gh_pages/assets/images/demo-4_network-optimized-weights-sheet.png +0 -0
  62. package/_gh_pages/assets/images/gene-pages-0.png +0 -0
  63. package/_gh_pages/assets/images/gene-pages-1.png +0 -0
  64. package/_gh_pages/assets/images/gene-pages-2.png +0 -0
  65. package/_gh_pages/assets/images/gene-pages-3.png +0 -0
  66. package/_gh_pages/assets/images/grnsight2020.png +0 -0
  67. package/_gh_pages/assets/images/lmu logo.gif +0 -0
  68. package/_gh_pages/assets/images/v3demo2-grid+nodecoloring.png +0 -0
  69. package/_gh_pages/assets/images/v3demo2-nodecoloring.png +0 -0
  70. package/_gh_pages/assets/images/v3demo2.png +0 -0
  71. package/_gh_pages/assets/js/ga-report.js +0 -35
  72. package/_gh_pages/assets/js/iframeResizer.min.js +0 -9
  73. package/_gh_pages/assets/js/main.js +0 -132
  74. package/_gh_pages/beta.html +0 -144
  75. package/_gh_pages/contact.html +0 -178
  76. package/_gh_pages/coverage/coverage.json +0 -1
  77. package/_gh_pages/coverage/coverage.raw.json +0 -1
  78. package/_gh_pages/coverage/lcov-report/base.css +0 -223
  79. package/_gh_pages/coverage/lcov-report/block-navigation.js +0 -63
  80. package/_gh_pages/coverage/lcov-report/controllers/additional-sheet-parser.js.html +0 -330
  81. package/_gh_pages/coverage/lcov-report/controllers/constants.js.html +0 -243
  82. package/_gh_pages/coverage/lcov-report/controllers/export-controller.js.html +0 -285
  83. package/_gh_pages/coverage/lcov-report/controllers/exporters/graphml.js.html +0 -405
  84. package/_gh_pages/coverage/lcov-report/controllers/exporters/index.html +0 -110
  85. package/_gh_pages/coverage/lcov-report/controllers/exporters/sif.js.html +0 -150
  86. package/_gh_pages/coverage/lcov-report/controllers/helpers.js.html +0 -114
  87. package/_gh_pages/coverage/lcov-report/controllers/import-controller.js.html +0 -233
  88. package/_gh_pages/coverage/lcov-report/controllers/importers/graphml.js.html +0 -716
  89. package/_gh_pages/coverage/lcov-report/controllers/importers/index.html +0 -106
  90. package/_gh_pages/coverage/lcov-report/controllers/importers/sif.js.html +0 -488
  91. package/_gh_pages/coverage/lcov-report/controllers/index.html +0 -162
  92. package/_gh_pages/coverage/lcov-report/controllers/semantic-checker.js.html +0 -810
  93. package/_gh_pages/coverage/lcov-report/controllers/spreadsheet-controller.js.html +0 -1779
  94. package/_gh_pages/coverage/lcov-report/index.html +0 -136
  95. package/_gh_pages/coverage/lcov-report/prettify.css +0 -1
  96. package/_gh_pages/coverage/lcov-report/prettify.js +0 -1
  97. package/_gh_pages/coverage/lcov-report/server/controllers/additional-sheet-parser.js.html +0 -330
  98. package/_gh_pages/coverage/lcov-report/server/controllers/constants.js.html +0 -243
  99. package/_gh_pages/coverage/lcov-report/server/controllers/export-controller.js.html +0 -285
  100. package/_gh_pages/coverage/lcov-report/server/controllers/exporters/graphml.js.html +0 -405
  101. package/_gh_pages/coverage/lcov-report/server/controllers/exporters/index.html +0 -110
  102. package/_gh_pages/coverage/lcov-report/server/controllers/exporters/sif.js.html +0 -150
  103. package/_gh_pages/coverage/lcov-report/server/controllers/graphml-constants.js.html +0 -585
  104. package/_gh_pages/coverage/lcov-report/server/controllers/helpers.js.html +0 -114
  105. package/_gh_pages/coverage/lcov-report/server/controllers/import-controller.js.html +0 -237
  106. package/_gh_pages/coverage/lcov-report/server/controllers/importers/graphml.js.html +0 -585
  107. package/_gh_pages/coverage/lcov-report/server/controllers/importers/index.html +0 -110
  108. package/_gh_pages/coverage/lcov-report/server/controllers/importers/sif.js.html +0 -492
  109. package/_gh_pages/coverage/lcov-report/server/controllers/index.html +0 -188
  110. package/_gh_pages/coverage/lcov-report/server/controllers/semantic-checker.js.html +0 -810
  111. package/_gh_pages/coverage/lcov-report/server/controllers/spreadsheet-controller.js.html +0 -1779
  112. package/_gh_pages/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  113. package/_gh_pages/coverage/lcov-report/sorter.js +0 -158
  114. package/_gh_pages/coverage/lcov-report/web-client/public/js/grnstate.js.html +0 -225
  115. package/_gh_pages/coverage/lcov-report/web-client/public/js/index.html +0 -97
  116. package/_gh_pages/coverage/lcov.info +0 -49
  117. package/_gh_pages/documentation.html +0 -1132
  118. package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.aux +0 -47
  119. package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.bbl +0 -73
  120. package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.blg +0 -52
  121. package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.log +0 -1056
  122. package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.out +0 -7
  123. package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.synctex.gz +0 -0
  124. package/_gh_pages/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_manuscript_2016_text-only_revised-Dondi.docx +0 -0
  125. package/_gh_pages/encryption/server.cert +0 -21
  126. package/_gh_pages/encryption/server.key +0 -28
  127. package/_gh_pages/favicon.ico +0 -0
  128. package/_gh_pages/googlea1a858c5bc91c87e.html +0 -1
  129. package/_gh_pages/index.html +0 -163
  130. package/_gh_pages/links.html +0 -177
  131. package/_gh_pages/news.html +0 -367
  132. package/_gh_pages/onlyfooter.html +0 -78
  133. package/_gh_pages/onlyheader.html +0 -64
  134. package/_gh_pages/onlysidebar.html +0 -73
  135. package/_gh_pages/package-lock.json +0 -14048
  136. package/_gh_pages/params.json +0 -1
  137. package/_gh_pages/people.html +0 -260
  138. package/_gh_pages/privacy.html +0 -147
  139. package/_gh_pages/publications.html +0 -378
  140. package/_gh_pages/robots.txt +0 -1
  141. package/_gh_pages/server/API Project-7d45e9f24a96.p12 +0 -0
  142. package/_gh_pages/server/grnmap.pem +0 -31
  143. package/_gh_pages/server/grnsight.pem +0 -19
  144. package/_gh_pages/sitemap.xml +0 -174
  145. package/_gh_pages/test-files/import-samples/attributes.graphml +0 -40
  146. package/_gh_pages/test-files/import-samples/port.graphml +0 -32
  147. package/_gh_pages/test-files/import-samples/simple.graphml +0 -31
  148. package/_gh_pages/web-client/public/js/grnsight.min.js +0 -2347
  149. package/_gh_pages/web-client/public/stylesheets/grnsight.css +0 -443
  150. package/coverage/coverage.json +0 -1
  151. package/coverage/coverage.raw.json +0 -1
  152. package/coverage/lcov-report/base.css +0 -223
  153. package/coverage/lcov-report/block-navigation.js +0 -63
  154. package/coverage/lcov-report/controllers/additional-sheet-parser.js.html +0 -330
  155. package/coverage/lcov-report/controllers/constants.js.html +0 -243
  156. package/coverage/lcov-report/controllers/export-controller.js.html +0 -285
  157. package/coverage/lcov-report/controllers/exporters/graphml.js.html +0 -405
  158. package/coverage/lcov-report/controllers/exporters/index.html +0 -110
  159. package/coverage/lcov-report/controllers/exporters/sif.js.html +0 -150
  160. package/coverage/lcov-report/controllers/helpers.js.html +0 -114
  161. package/coverage/lcov-report/controllers/import-controller.js.html +0 -233
  162. package/coverage/lcov-report/controllers/importers/graphml.js.html +0 -716
  163. package/coverage/lcov-report/controllers/importers/index.html +0 -106
  164. package/coverage/lcov-report/controllers/importers/sif.js.html +0 -488
  165. package/coverage/lcov-report/controllers/index.html +0 -162
  166. package/coverage/lcov-report/controllers/semantic-checker.js.html +0 -810
  167. package/coverage/lcov-report/controllers/spreadsheet-controller.js.html +0 -1779
  168. package/coverage/lcov-report/index.html +0 -136
  169. package/coverage/lcov-report/prettify.css +0 -1
  170. package/coverage/lcov-report/prettify.js +0 -1
  171. package/coverage/lcov-report/server/controllers/additional-sheet-parser.js.html +0 -330
  172. package/coverage/lcov-report/server/controllers/constants.js.html +0 -243
  173. package/coverage/lcov-report/server/controllers/export-controller.js.html +0 -285
  174. package/coverage/lcov-report/server/controllers/exporters/graphml.js.html +0 -405
  175. package/coverage/lcov-report/server/controllers/exporters/index.html +0 -110
  176. package/coverage/lcov-report/server/controllers/exporters/sif.js.html +0 -150
  177. package/coverage/lcov-report/server/controllers/graphml-constants.js.html +0 -585
  178. package/coverage/lcov-report/server/controllers/helpers.js.html +0 -114
  179. package/coverage/lcov-report/server/controllers/import-controller.js.html +0 -237
  180. package/coverage/lcov-report/server/controllers/importers/graphml.js.html +0 -585
  181. package/coverage/lcov-report/server/controllers/importers/index.html +0 -110
  182. package/coverage/lcov-report/server/controllers/importers/sif.js.html +0 -492
  183. package/coverage/lcov-report/server/controllers/index.html +0 -188
  184. package/coverage/lcov-report/server/controllers/semantic-checker.js.html +0 -810
  185. package/coverage/lcov-report/server/controllers/spreadsheet-controller.js.html +0 -1779
  186. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  187. package/coverage/lcov-report/sorter.js +0 -158
  188. package/coverage/lcov-report/web-client/public/js/grnstate.js.html +0 -225
  189. package/coverage/lcov-report/web-client/public/js/index.html +0 -97
  190. package/coverage/lcov.info +0 -1952
  191. package/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.aux +0 -47
  192. package/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.bbl +0 -73
  193. package/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.blg +0 -52
  194. package/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.log +0 -1056
  195. package/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.out +0 -7
  196. package/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.synctex.gz +0 -0
  197. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_manuscript_2016_text-only_revised-Dondi.docx +0 -0
  198. package/encryption/server.cert +0 -21
  199. package/encryption/server.key +0 -28
  200. package/gdb/PG_VERSION +0 -1
  201. package/gdb/base/1/112 +0 -0
  202. package/gdb/base/1/113 +0 -0
  203. package/gdb/base/1/1247 +0 -0
  204. package/gdb/base/1/1247_fsm +0 -0
  205. package/gdb/base/1/1247_vm +0 -0
  206. package/gdb/base/1/1249 +0 -0
  207. package/gdb/base/1/1249_fsm +0 -0
  208. package/gdb/base/1/1249_vm +0 -0
  209. package/gdb/base/1/1255 +0 -0
  210. package/gdb/base/1/1255_fsm +0 -0
  211. package/gdb/base/1/1255_vm +0 -0
  212. package/gdb/base/1/1259 +0 -0
  213. package/gdb/base/1/1259_fsm +0 -0
  214. package/gdb/base/1/1259_vm +0 -0
  215. package/gdb/base/1/13852 +0 -0
  216. package/gdb/base/1/13852_fsm +0 -0
  217. package/gdb/base/1/13852_vm +0 -0
  218. package/gdb/base/1/13855 +0 -0
  219. package/gdb/base/1/13856 +0 -0
  220. package/gdb/base/1/13857 +0 -0
  221. package/gdb/base/1/13857_fsm +0 -0
  222. package/gdb/base/1/13857_vm +0 -0
  223. package/gdb/base/1/13860 +0 -0
  224. package/gdb/base/1/13861 +0 -0
  225. package/gdb/base/1/13862 +0 -0
  226. package/gdb/base/1/13862_fsm +0 -0
  227. package/gdb/base/1/13862_vm +0 -0
  228. package/gdb/base/1/13865 +0 -0
  229. package/gdb/base/1/13866 +0 -0
  230. package/gdb/base/1/13867 +0 -0
  231. package/gdb/base/1/13867_fsm +0 -0
  232. package/gdb/base/1/13867_vm +0 -0
  233. package/gdb/base/1/13870 +0 -0
  234. package/gdb/base/1/13871 +0 -0
  235. package/gdb/base/1/1417 +0 -0
  236. package/gdb/base/1/1418 +0 -0
  237. package/gdb/base/1/174 +0 -0
  238. package/gdb/base/1/175 +0 -0
  239. package/gdb/base/1/2187 +0 -0
  240. package/gdb/base/1/2224 +0 -0
  241. package/gdb/base/1/2228 +0 -0
  242. package/gdb/base/1/2328 +0 -0
  243. package/gdb/base/1/2336 +0 -0
  244. package/gdb/base/1/2337 +0 -0
  245. package/gdb/base/1/2579 +0 -0
  246. package/gdb/base/1/2600 +0 -0
  247. package/gdb/base/1/2600_fsm +0 -0
  248. package/gdb/base/1/2600_vm +0 -0
  249. package/gdb/base/1/2601 +0 -0
  250. package/gdb/base/1/2601_fsm +0 -0
  251. package/gdb/base/1/2601_vm +0 -0
  252. package/gdb/base/1/2602 +0 -0
  253. package/gdb/base/1/2602_fsm +0 -0
  254. package/gdb/base/1/2602_vm +0 -0
  255. package/gdb/base/1/2603 +0 -0
  256. package/gdb/base/1/2603_fsm +0 -0
  257. package/gdb/base/1/2603_vm +0 -0
  258. package/gdb/base/1/2604 +0 -0
  259. package/gdb/base/1/2605 +0 -0
  260. package/gdb/base/1/2605_fsm +0 -0
  261. package/gdb/base/1/2605_vm +0 -0
  262. package/gdb/base/1/2606 +0 -0
  263. package/gdb/base/1/2606_fsm +0 -0
  264. package/gdb/base/1/2606_vm +0 -0
  265. package/gdb/base/1/2607 +0 -0
  266. package/gdb/base/1/2607_fsm +0 -0
  267. package/gdb/base/1/2607_vm +0 -0
  268. package/gdb/base/1/2608 +0 -0
  269. package/gdb/base/1/2608_fsm +0 -0
  270. package/gdb/base/1/2608_vm +0 -0
  271. package/gdb/base/1/2609 +0 -0
  272. package/gdb/base/1/2609_fsm +0 -0
  273. package/gdb/base/1/2609_vm +0 -0
  274. package/gdb/base/1/2610 +0 -0
  275. package/gdb/base/1/2610_fsm +0 -0
  276. package/gdb/base/1/2610_vm +0 -0
  277. package/gdb/base/1/2611 +0 -0
  278. package/gdb/base/1/2612 +0 -0
  279. package/gdb/base/1/2612_fsm +0 -0
  280. package/gdb/base/1/2612_vm +0 -0
  281. package/gdb/base/1/2613 +0 -0
  282. package/gdb/base/1/2615 +0 -0
  283. package/gdb/base/1/2615_fsm +0 -0
  284. package/gdb/base/1/2615_vm +0 -0
  285. package/gdb/base/1/2616 +0 -0
  286. package/gdb/base/1/2616_fsm +0 -0
  287. package/gdb/base/1/2616_vm +0 -0
  288. package/gdb/base/1/2617 +0 -0
  289. package/gdb/base/1/2617_fsm +0 -0
  290. package/gdb/base/1/2617_vm +0 -0
  291. package/gdb/base/1/2618 +0 -0
  292. package/gdb/base/1/2618_fsm +0 -0
  293. package/gdb/base/1/2618_vm +0 -0
  294. package/gdb/base/1/2619 +0 -0
  295. package/gdb/base/1/2619_fsm +0 -0
  296. package/gdb/base/1/2619_vm +0 -0
  297. package/gdb/base/1/2620 +0 -0
  298. package/gdb/base/1/2650 +0 -0
  299. package/gdb/base/1/2651 +0 -0
  300. package/gdb/base/1/2652 +0 -0
  301. package/gdb/base/1/2653 +0 -0
  302. package/gdb/base/1/2654 +0 -0
  303. package/gdb/base/1/2655 +0 -0
  304. package/gdb/base/1/2656 +0 -0
  305. package/gdb/base/1/2657 +0 -0
  306. package/gdb/base/1/2658 +0 -0
  307. package/gdb/base/1/2659 +0 -0
  308. package/gdb/base/1/2660 +0 -0
  309. package/gdb/base/1/2661 +0 -0
  310. package/gdb/base/1/2662 +0 -0
  311. package/gdb/base/1/2663 +0 -0
  312. package/gdb/base/1/2664 +0 -0
  313. package/gdb/base/1/2665 +0 -0
  314. package/gdb/base/1/2666 +0 -0
  315. package/gdb/base/1/2667 +0 -0
  316. package/gdb/base/1/2668 +0 -0
  317. package/gdb/base/1/2669 +0 -0
  318. package/gdb/base/1/2670 +0 -0
  319. package/gdb/base/1/2673 +0 -0
  320. package/gdb/base/1/2673_fsm +0 -0
  321. package/gdb/base/1/2674 +0 -0
  322. package/gdb/base/1/2674_fsm +0 -0
  323. package/gdb/base/1/2675 +0 -0
  324. package/gdb/base/1/2678 +0 -0
  325. package/gdb/base/1/2679 +0 -0
  326. package/gdb/base/1/2680 +0 -0
  327. package/gdb/base/1/2681 +0 -0
  328. package/gdb/base/1/2682 +0 -0
  329. package/gdb/base/1/2683 +0 -0
  330. package/gdb/base/1/2684 +0 -0
  331. package/gdb/base/1/2685 +0 -0
  332. package/gdb/base/1/2686 +0 -0
  333. package/gdb/base/1/2687 +0 -0
  334. package/gdb/base/1/2688 +0 -0
  335. package/gdb/base/1/2689 +0 -0
  336. package/gdb/base/1/2690 +0 -0
  337. package/gdb/base/1/2691 +0 -0
  338. package/gdb/base/1/2692 +0 -0
  339. package/gdb/base/1/2693 +0 -0
  340. package/gdb/base/1/2696 +0 -0
  341. package/gdb/base/1/2699 +0 -0
  342. package/gdb/base/1/2701 +0 -0
  343. package/gdb/base/1/2702 +0 -0
  344. package/gdb/base/1/2703 +0 -0
  345. package/gdb/base/1/2704 +0 -0
  346. package/gdb/base/1/2753 +0 -0
  347. package/gdb/base/1/2753_fsm +0 -0
  348. package/gdb/base/1/2753_vm +0 -0
  349. package/gdb/base/1/2754 +0 -0
  350. package/gdb/base/1/2755 +0 -0
  351. package/gdb/base/1/2756 +0 -0
  352. package/gdb/base/1/2757 +0 -0
  353. package/gdb/base/1/2830 +0 -0
  354. package/gdb/base/1/2831 +0 -0
  355. package/gdb/base/1/2832 +0 -0
  356. package/gdb/base/1/2833 +0 -0
  357. package/gdb/base/1/2834 +0 -0
  358. package/gdb/base/1/2835 +0 -0
  359. package/gdb/base/1/2836 +0 -0
  360. package/gdb/base/1/2836_fsm +0 -0
  361. package/gdb/base/1/2836_vm +0 -0
  362. package/gdb/base/1/2837 +0 -0
  363. package/gdb/base/1/2838 +0 -0
  364. package/gdb/base/1/2838_fsm +0 -0
  365. package/gdb/base/1/2838_vm +0 -0
  366. package/gdb/base/1/2839 +0 -0
  367. package/gdb/base/1/2840 +0 -0
  368. package/gdb/base/1/2840_fsm +0 -0
  369. package/gdb/base/1/2840_vm +0 -0
  370. package/gdb/base/1/2841 +0 -0
  371. package/gdb/base/1/2995 +0 -0
  372. package/gdb/base/1/2996 +0 -0
  373. package/gdb/base/1/3079 +0 -0
  374. package/gdb/base/1/3079_fsm +0 -0
  375. package/gdb/base/1/3079_vm +0 -0
  376. package/gdb/base/1/3080 +0 -0
  377. package/gdb/base/1/3081 +0 -0
  378. package/gdb/base/1/3085 +0 -0
  379. package/gdb/base/1/3118 +0 -0
  380. package/gdb/base/1/3119 +0 -0
  381. package/gdb/base/1/3164 +0 -0
  382. package/gdb/base/1/3256 +0 -0
  383. package/gdb/base/1/3257 +0 -0
  384. package/gdb/base/1/3258 +0 -0
  385. package/gdb/base/1/3350 +0 -0
  386. package/gdb/base/1/3351 +0 -0
  387. package/gdb/base/1/3379 +0 -0
  388. package/gdb/base/1/3380 +0 -0
  389. package/gdb/base/1/3381 +0 -0
  390. package/gdb/base/1/3394 +0 -0
  391. package/gdb/base/1/3394_fsm +0 -0
  392. package/gdb/base/1/3394_vm +0 -0
  393. package/gdb/base/1/3395 +0 -0
  394. package/gdb/base/1/3429 +0 -0
  395. package/gdb/base/1/3430 +0 -0
  396. package/gdb/base/1/3431 +0 -0
  397. package/gdb/base/1/3433 +0 -0
  398. package/gdb/base/1/3439 +0 -0
  399. package/gdb/base/1/3440 +0 -0
  400. package/gdb/base/1/3455 +0 -0
  401. package/gdb/base/1/3456 +0 -0
  402. package/gdb/base/1/3456_fsm +0 -0
  403. package/gdb/base/1/3456_vm +0 -0
  404. package/gdb/base/1/3466 +0 -0
  405. package/gdb/base/1/3467 +0 -0
  406. package/gdb/base/1/3468 +0 -0
  407. package/gdb/base/1/3501 +0 -0
  408. package/gdb/base/1/3502 +0 -0
  409. package/gdb/base/1/3503 +0 -0
  410. package/gdb/base/1/3534 +0 -0
  411. package/gdb/base/1/3541 +0 -0
  412. package/gdb/base/1/3541_fsm +0 -0
  413. package/gdb/base/1/3541_vm +0 -0
  414. package/gdb/base/1/3542 +0 -0
  415. package/gdb/base/1/3574 +0 -0
  416. package/gdb/base/1/3575 +0 -0
  417. package/gdb/base/1/3576 +0 -0
  418. package/gdb/base/1/3596 +0 -0
  419. package/gdb/base/1/3597 +0 -0
  420. package/gdb/base/1/3598 +0 -0
  421. package/gdb/base/1/3599 +0 -0
  422. package/gdb/base/1/3600 +0 -0
  423. package/gdb/base/1/3600_fsm +0 -0
  424. package/gdb/base/1/3600_vm +0 -0
  425. package/gdb/base/1/3601 +0 -0
  426. package/gdb/base/1/3601_fsm +0 -0
  427. package/gdb/base/1/3601_vm +0 -0
  428. package/gdb/base/1/3602 +0 -0
  429. package/gdb/base/1/3602_fsm +0 -0
  430. package/gdb/base/1/3602_vm +0 -0
  431. package/gdb/base/1/3603 +0 -0
  432. package/gdb/base/1/3603_fsm +0 -0
  433. package/gdb/base/1/3603_vm +0 -0
  434. package/gdb/base/1/3604 +0 -0
  435. package/gdb/base/1/3605 +0 -0
  436. package/gdb/base/1/3606 +0 -0
  437. package/gdb/base/1/3607 +0 -0
  438. package/gdb/base/1/3608 +0 -0
  439. package/gdb/base/1/3609 +0 -0
  440. package/gdb/base/1/3712 +0 -0
  441. package/gdb/base/1/3764 +0 -0
  442. package/gdb/base/1/3764_fsm +0 -0
  443. package/gdb/base/1/3764_vm +0 -0
  444. package/gdb/base/1/3766 +0 -0
  445. package/gdb/base/1/3767 +0 -0
  446. package/gdb/base/1/3997 +0 -0
  447. package/gdb/base/1/4143 +0 -0
  448. package/gdb/base/1/4144 +0 -0
  449. package/gdb/base/1/4145 +0 -0
  450. package/gdb/base/1/4146 +0 -0
  451. package/gdb/base/1/4147 +0 -0
  452. package/gdb/base/1/4148 +0 -0
  453. package/gdb/base/1/4149 +0 -0
  454. package/gdb/base/1/4150 +0 -0
  455. package/gdb/base/1/4151 +0 -0
  456. package/gdb/base/1/4152 +0 -0
  457. package/gdb/base/1/4153 +0 -0
  458. package/gdb/base/1/4154 +0 -0
  459. package/gdb/base/1/4155 +0 -0
  460. package/gdb/base/1/4156 +0 -0
  461. package/gdb/base/1/4157 +0 -0
  462. package/gdb/base/1/4158 +0 -0
  463. package/gdb/base/1/4159 +0 -0
  464. package/gdb/base/1/4160 +0 -0
  465. package/gdb/base/1/4163 +0 -0
  466. package/gdb/base/1/4164 +0 -0
  467. package/gdb/base/1/4165 +0 -0
  468. package/gdb/base/1/4166 +0 -0
  469. package/gdb/base/1/4167 +0 -0
  470. package/gdb/base/1/4168 +0 -0
  471. package/gdb/base/1/4169 +0 -0
  472. package/gdb/base/1/4170 +0 -0
  473. package/gdb/base/1/4171 +0 -0
  474. package/gdb/base/1/4172 +0 -0
  475. package/gdb/base/1/4173 +0 -0
  476. package/gdb/base/1/4174 +0 -0
  477. package/gdb/base/1/5002 +0 -0
  478. package/gdb/base/1/548 +0 -0
  479. package/gdb/base/1/549 +0 -0
  480. package/gdb/base/1/6102 +0 -0
  481. package/gdb/base/1/6104 +0 -0
  482. package/gdb/base/1/6106 +0 -0
  483. package/gdb/base/1/6110 +0 -0
  484. package/gdb/base/1/6111 +0 -0
  485. package/gdb/base/1/6112 +0 -0
  486. package/gdb/base/1/6113 +0 -0
  487. package/gdb/base/1/6117 +0 -0
  488. package/gdb/base/1/6175 +0 -0
  489. package/gdb/base/1/6176 +0 -0
  490. package/gdb/base/1/826 +0 -0
  491. package/gdb/base/1/827 +0 -0
  492. package/gdb/base/1/828 +0 -0
  493. package/gdb/base/1/PG_VERSION +0 -1
  494. package/gdb/base/1/pg_filenode.map +0 -0
  495. package/gdb/base/14033/112 +0 -0
  496. package/gdb/base/14033/113 +0 -0
  497. package/gdb/base/14033/1247 +0 -0
  498. package/gdb/base/14033/1247_fsm +0 -0
  499. package/gdb/base/14033/1247_vm +0 -0
  500. package/gdb/base/14033/1249 +0 -0
  501. package/gdb/base/14033/1249_fsm +0 -0
  502. package/gdb/base/14033/1249_vm +0 -0
  503. package/gdb/base/14033/1255 +0 -0
  504. package/gdb/base/14033/1255_fsm +0 -0
  505. package/gdb/base/14033/1255_vm +0 -0
  506. package/gdb/base/14033/1259 +0 -0
  507. package/gdb/base/14033/1259_fsm +0 -0
  508. package/gdb/base/14033/1259_vm +0 -0
  509. package/gdb/base/14033/13852 +0 -0
  510. package/gdb/base/14033/13852_fsm +0 -0
  511. package/gdb/base/14033/13852_vm +0 -0
  512. package/gdb/base/14033/13855 +0 -0
  513. package/gdb/base/14033/13856 +0 -0
  514. package/gdb/base/14033/13857 +0 -0
  515. package/gdb/base/14033/13857_fsm +0 -0
  516. package/gdb/base/14033/13857_vm +0 -0
  517. package/gdb/base/14033/13860 +0 -0
  518. package/gdb/base/14033/13861 +0 -0
  519. package/gdb/base/14033/13862 +0 -0
  520. package/gdb/base/14033/13862_fsm +0 -0
  521. package/gdb/base/14033/13862_vm +0 -0
  522. package/gdb/base/14033/13865 +0 -0
  523. package/gdb/base/14033/13866 +0 -0
  524. package/gdb/base/14033/13867 +0 -0
  525. package/gdb/base/14033/13867_fsm +0 -0
  526. package/gdb/base/14033/13867_vm +0 -0
  527. package/gdb/base/14033/13870 +0 -0
  528. package/gdb/base/14033/13871 +0 -0
  529. package/gdb/base/14033/1417 +0 -0
  530. package/gdb/base/14033/1418 +0 -0
  531. package/gdb/base/14033/174 +0 -0
  532. package/gdb/base/14033/175 +0 -0
  533. package/gdb/base/14033/2187 +0 -0
  534. package/gdb/base/14033/2224 +0 -0
  535. package/gdb/base/14033/2228 +0 -0
  536. package/gdb/base/14033/2328 +0 -0
  537. package/gdb/base/14033/2336 +0 -0
  538. package/gdb/base/14033/2337 +0 -0
  539. package/gdb/base/14033/2579 +0 -0
  540. package/gdb/base/14033/2600 +0 -0
  541. package/gdb/base/14033/2600_fsm +0 -0
  542. package/gdb/base/14033/2600_vm +0 -0
  543. package/gdb/base/14033/2601 +0 -0
  544. package/gdb/base/14033/2601_fsm +0 -0
  545. package/gdb/base/14033/2601_vm +0 -0
  546. package/gdb/base/14033/2602 +0 -0
  547. package/gdb/base/14033/2602_fsm +0 -0
  548. package/gdb/base/14033/2602_vm +0 -0
  549. package/gdb/base/14033/2603 +0 -0
  550. package/gdb/base/14033/2603_fsm +0 -0
  551. package/gdb/base/14033/2603_vm +0 -0
  552. package/gdb/base/14033/2604 +0 -0
  553. package/gdb/base/14033/2605 +0 -0
  554. package/gdb/base/14033/2605_fsm +0 -0
  555. package/gdb/base/14033/2605_vm +0 -0
  556. package/gdb/base/14033/2606 +0 -0
  557. package/gdb/base/14033/2606_fsm +0 -0
  558. package/gdb/base/14033/2606_vm +0 -0
  559. package/gdb/base/14033/2607 +0 -0
  560. package/gdb/base/14033/2607_fsm +0 -0
  561. package/gdb/base/14033/2607_vm +0 -0
  562. package/gdb/base/14033/2608 +0 -0
  563. package/gdb/base/14033/2608_fsm +0 -0
  564. package/gdb/base/14033/2608_vm +0 -0
  565. package/gdb/base/14033/2609 +0 -0
  566. package/gdb/base/14033/2609_fsm +0 -0
  567. package/gdb/base/14033/2609_vm +0 -0
  568. package/gdb/base/14033/2610 +0 -0
  569. package/gdb/base/14033/2610_fsm +0 -0
  570. package/gdb/base/14033/2610_vm +0 -0
  571. package/gdb/base/14033/2611 +0 -0
  572. package/gdb/base/14033/2612 +0 -0
  573. package/gdb/base/14033/2612_fsm +0 -0
  574. package/gdb/base/14033/2612_vm +0 -0
  575. package/gdb/base/14033/2613 +0 -0
  576. package/gdb/base/14033/2615 +0 -0
  577. package/gdb/base/14033/2615_fsm +0 -0
  578. package/gdb/base/14033/2615_vm +0 -0
  579. package/gdb/base/14033/2616 +0 -0
  580. package/gdb/base/14033/2616_fsm +0 -0
  581. package/gdb/base/14033/2616_vm +0 -0
  582. package/gdb/base/14033/2617 +0 -0
  583. package/gdb/base/14033/2617_fsm +0 -0
  584. package/gdb/base/14033/2617_vm +0 -0
  585. package/gdb/base/14033/2618 +0 -0
  586. package/gdb/base/14033/2618_fsm +0 -0
  587. package/gdb/base/14033/2618_vm +0 -0
  588. package/gdb/base/14033/2619 +0 -0
  589. package/gdb/base/14033/2619_fsm +0 -0
  590. package/gdb/base/14033/2619_vm +0 -0
  591. package/gdb/base/14033/2620 +0 -0
  592. package/gdb/base/14033/2650 +0 -0
  593. package/gdb/base/14033/2651 +0 -0
  594. package/gdb/base/14033/2652 +0 -0
  595. package/gdb/base/14033/2653 +0 -0
  596. package/gdb/base/14033/2654 +0 -0
  597. package/gdb/base/14033/2655 +0 -0
  598. package/gdb/base/14033/2656 +0 -0
  599. package/gdb/base/14033/2657 +0 -0
  600. package/gdb/base/14033/2658 +0 -0
  601. package/gdb/base/14033/2659 +0 -0
  602. package/gdb/base/14033/2660 +0 -0
  603. package/gdb/base/14033/2661 +0 -0
  604. package/gdb/base/14033/2662 +0 -0
  605. package/gdb/base/14033/2663 +0 -0
  606. package/gdb/base/14033/2664 +0 -0
  607. package/gdb/base/14033/2665 +0 -0
  608. package/gdb/base/14033/2666 +0 -0
  609. package/gdb/base/14033/2667 +0 -0
  610. package/gdb/base/14033/2668 +0 -0
  611. package/gdb/base/14033/2669 +0 -0
  612. package/gdb/base/14033/2670 +0 -0
  613. package/gdb/base/14033/2673 +0 -0
  614. package/gdb/base/14033/2673_fsm +0 -0
  615. package/gdb/base/14033/2674 +0 -0
  616. package/gdb/base/14033/2674_fsm +0 -0
  617. package/gdb/base/14033/2675 +0 -0
  618. package/gdb/base/14033/2678 +0 -0
  619. package/gdb/base/14033/2679 +0 -0
  620. package/gdb/base/14033/2680 +0 -0
  621. package/gdb/base/14033/2681 +0 -0
  622. package/gdb/base/14033/2682 +0 -0
  623. package/gdb/base/14033/2683 +0 -0
  624. package/gdb/base/14033/2684 +0 -0
  625. package/gdb/base/14033/2685 +0 -0
  626. package/gdb/base/14033/2686 +0 -0
  627. package/gdb/base/14033/2687 +0 -0
  628. package/gdb/base/14033/2688 +0 -0
  629. package/gdb/base/14033/2689 +0 -0
  630. package/gdb/base/14033/2690 +0 -0
  631. package/gdb/base/14033/2691 +0 -0
  632. package/gdb/base/14033/2692 +0 -0
  633. package/gdb/base/14033/2693 +0 -0
  634. package/gdb/base/14033/2696 +0 -0
  635. package/gdb/base/14033/2699 +0 -0
  636. package/gdb/base/14033/2701 +0 -0
  637. package/gdb/base/14033/2702 +0 -0
  638. package/gdb/base/14033/2703 +0 -0
  639. package/gdb/base/14033/2704 +0 -0
  640. package/gdb/base/14033/2753 +0 -0
  641. package/gdb/base/14033/2753_fsm +0 -0
  642. package/gdb/base/14033/2753_vm +0 -0
  643. package/gdb/base/14033/2754 +0 -0
  644. package/gdb/base/14033/2755 +0 -0
  645. package/gdb/base/14033/2756 +0 -0
  646. package/gdb/base/14033/2757 +0 -0
  647. package/gdb/base/14033/2830 +0 -0
  648. package/gdb/base/14033/2831 +0 -0
  649. package/gdb/base/14033/2832 +0 -0
  650. package/gdb/base/14033/2833 +0 -0
  651. package/gdb/base/14033/2834 +0 -0
  652. package/gdb/base/14033/2835 +0 -0
  653. package/gdb/base/14033/2836 +0 -0
  654. package/gdb/base/14033/2836_fsm +0 -0
  655. package/gdb/base/14033/2836_vm +0 -0
  656. package/gdb/base/14033/2837 +0 -0
  657. package/gdb/base/14033/2838 +0 -0
  658. package/gdb/base/14033/2838_fsm +0 -0
  659. package/gdb/base/14033/2838_vm +0 -0
  660. package/gdb/base/14033/2839 +0 -0
  661. package/gdb/base/14033/2840 +0 -0
  662. package/gdb/base/14033/2840_fsm +0 -0
  663. package/gdb/base/14033/2840_vm +0 -0
  664. package/gdb/base/14033/2841 +0 -0
  665. package/gdb/base/14033/2995 +0 -0
  666. package/gdb/base/14033/2996 +0 -0
  667. package/gdb/base/14033/3079 +0 -0
  668. package/gdb/base/14033/3079_fsm +0 -0
  669. package/gdb/base/14033/3079_vm +0 -0
  670. package/gdb/base/14033/3080 +0 -0
  671. package/gdb/base/14033/3081 +0 -0
  672. package/gdb/base/14033/3085 +0 -0
  673. package/gdb/base/14033/3118 +0 -0
  674. package/gdb/base/14033/3119 +0 -0
  675. package/gdb/base/14033/3164 +0 -0
  676. package/gdb/base/14033/3256 +0 -0
  677. package/gdb/base/14033/3257 +0 -0
  678. package/gdb/base/14033/3258 +0 -0
  679. package/gdb/base/14033/3350 +0 -0
  680. package/gdb/base/14033/3351 +0 -0
  681. package/gdb/base/14033/3379 +0 -0
  682. package/gdb/base/14033/3380 +0 -0
  683. package/gdb/base/14033/3381 +0 -0
  684. package/gdb/base/14033/3394 +0 -0
  685. package/gdb/base/14033/3394_fsm +0 -0
  686. package/gdb/base/14033/3394_vm +0 -0
  687. package/gdb/base/14033/3395 +0 -0
  688. package/gdb/base/14033/3429 +0 -0
  689. package/gdb/base/14033/3430 +0 -0
  690. package/gdb/base/14033/3431 +0 -0
  691. package/gdb/base/14033/3433 +0 -0
  692. package/gdb/base/14033/3439 +0 -0
  693. package/gdb/base/14033/3440 +0 -0
  694. package/gdb/base/14033/3455 +0 -0
  695. package/gdb/base/14033/3456 +0 -0
  696. package/gdb/base/14033/3456_fsm +0 -0
  697. package/gdb/base/14033/3456_vm +0 -0
  698. package/gdb/base/14033/3466 +0 -0
  699. package/gdb/base/14033/3467 +0 -0
  700. package/gdb/base/14033/3468 +0 -0
  701. package/gdb/base/14033/3501 +0 -0
  702. package/gdb/base/14033/3502 +0 -0
  703. package/gdb/base/14033/3503 +0 -0
  704. package/gdb/base/14033/3534 +0 -0
  705. package/gdb/base/14033/3541 +0 -0
  706. package/gdb/base/14033/3541_fsm +0 -0
  707. package/gdb/base/14033/3541_vm +0 -0
  708. package/gdb/base/14033/3542 +0 -0
  709. package/gdb/base/14033/3574 +0 -0
  710. package/gdb/base/14033/3575 +0 -0
  711. package/gdb/base/14033/3576 +0 -0
  712. package/gdb/base/14033/3596 +0 -0
  713. package/gdb/base/14033/3597 +0 -0
  714. package/gdb/base/14033/3598 +0 -0
  715. package/gdb/base/14033/3599 +0 -0
  716. package/gdb/base/14033/3600 +0 -0
  717. package/gdb/base/14033/3600_fsm +0 -0
  718. package/gdb/base/14033/3600_vm +0 -0
  719. package/gdb/base/14033/3601 +0 -0
  720. package/gdb/base/14033/3601_fsm +0 -0
  721. package/gdb/base/14033/3601_vm +0 -0
  722. package/gdb/base/14033/3602 +0 -0
  723. package/gdb/base/14033/3602_fsm +0 -0
  724. package/gdb/base/14033/3602_vm +0 -0
  725. package/gdb/base/14033/3603 +0 -0
  726. package/gdb/base/14033/3603_fsm +0 -0
  727. package/gdb/base/14033/3603_vm +0 -0
  728. package/gdb/base/14033/3604 +0 -0
  729. package/gdb/base/14033/3605 +0 -0
  730. package/gdb/base/14033/3606 +0 -0
  731. package/gdb/base/14033/3607 +0 -0
  732. package/gdb/base/14033/3608 +0 -0
  733. package/gdb/base/14033/3609 +0 -0
  734. package/gdb/base/14033/3712 +0 -0
  735. package/gdb/base/14033/3764 +0 -0
  736. package/gdb/base/14033/3764_fsm +0 -0
  737. package/gdb/base/14033/3764_vm +0 -0
  738. package/gdb/base/14033/3766 +0 -0
  739. package/gdb/base/14033/3767 +0 -0
  740. package/gdb/base/14033/3997 +0 -0
  741. package/gdb/base/14033/4143 +0 -0
  742. package/gdb/base/14033/4144 +0 -0
  743. package/gdb/base/14033/4145 +0 -0
  744. package/gdb/base/14033/4146 +0 -0
  745. package/gdb/base/14033/4147 +0 -0
  746. package/gdb/base/14033/4148 +0 -0
  747. package/gdb/base/14033/4149 +0 -0
  748. package/gdb/base/14033/4150 +0 -0
  749. package/gdb/base/14033/4151 +0 -0
  750. package/gdb/base/14033/4152 +0 -0
  751. package/gdb/base/14033/4153 +0 -0
  752. package/gdb/base/14033/4154 +0 -0
  753. package/gdb/base/14033/4155 +0 -0
  754. package/gdb/base/14033/4156 +0 -0
  755. package/gdb/base/14033/4157 +0 -0
  756. package/gdb/base/14033/4158 +0 -0
  757. package/gdb/base/14033/4159 +0 -0
  758. package/gdb/base/14033/4160 +0 -0
  759. package/gdb/base/14033/4163 +0 -0
  760. package/gdb/base/14033/4164 +0 -0
  761. package/gdb/base/14033/4165 +0 -0
  762. package/gdb/base/14033/4166 +0 -0
  763. package/gdb/base/14033/4167 +0 -0
  764. package/gdb/base/14033/4168 +0 -0
  765. package/gdb/base/14033/4169 +0 -0
  766. package/gdb/base/14033/4170 +0 -0
  767. package/gdb/base/14033/4171 +0 -0
  768. package/gdb/base/14033/4172 +0 -0
  769. package/gdb/base/14033/4173 +0 -0
  770. package/gdb/base/14033/4174 +0 -0
  771. package/gdb/base/14033/5002 +0 -0
  772. package/gdb/base/14033/548 +0 -0
  773. package/gdb/base/14033/549 +0 -0
  774. package/gdb/base/14033/6102 +0 -0
  775. package/gdb/base/14033/6104 +0 -0
  776. package/gdb/base/14033/6106 +0 -0
  777. package/gdb/base/14033/6110 +0 -0
  778. package/gdb/base/14033/6111 +0 -0
  779. package/gdb/base/14033/6112 +0 -0
  780. package/gdb/base/14033/6113 +0 -0
  781. package/gdb/base/14033/6117 +0 -0
  782. package/gdb/base/14033/6175 +0 -0
  783. package/gdb/base/14033/6176 +0 -0
  784. package/gdb/base/14033/826 +0 -0
  785. package/gdb/base/14033/827 +0 -0
  786. package/gdb/base/14033/828 +0 -0
  787. package/gdb/base/14033/PG_VERSION +0 -1
  788. package/gdb/base/14033/pg_filenode.map +0 -0
  789. package/gdb/base/14034/112 +0 -0
  790. package/gdb/base/14034/113 +0 -0
  791. package/gdb/base/14034/1247 +0 -0
  792. package/gdb/base/14034/1247_fsm +0 -0
  793. package/gdb/base/14034/1247_vm +0 -0
  794. package/gdb/base/14034/1249 +0 -0
  795. package/gdb/base/14034/1249_fsm +0 -0
  796. package/gdb/base/14034/1249_vm +0 -0
  797. package/gdb/base/14034/1255 +0 -0
  798. package/gdb/base/14034/1255_fsm +0 -0
  799. package/gdb/base/14034/1255_vm +0 -0
  800. package/gdb/base/14034/1259 +0 -0
  801. package/gdb/base/14034/1259_fsm +0 -0
  802. package/gdb/base/14034/1259_vm +0 -0
  803. package/gdb/base/14034/13852 +0 -0
  804. package/gdb/base/14034/13852_fsm +0 -0
  805. package/gdb/base/14034/13852_vm +0 -0
  806. package/gdb/base/14034/13855 +0 -0
  807. package/gdb/base/14034/13856 +0 -0
  808. package/gdb/base/14034/13857 +0 -0
  809. package/gdb/base/14034/13857_fsm +0 -0
  810. package/gdb/base/14034/13857_vm +0 -0
  811. package/gdb/base/14034/13860 +0 -0
  812. package/gdb/base/14034/13861 +0 -0
  813. package/gdb/base/14034/13862 +0 -0
  814. package/gdb/base/14034/13862_fsm +0 -0
  815. package/gdb/base/14034/13862_vm +0 -0
  816. package/gdb/base/14034/13865 +0 -0
  817. package/gdb/base/14034/13866 +0 -0
  818. package/gdb/base/14034/13867 +0 -0
  819. package/gdb/base/14034/13867_fsm +0 -0
  820. package/gdb/base/14034/13867_vm +0 -0
  821. package/gdb/base/14034/13870 +0 -0
  822. package/gdb/base/14034/13871 +0 -0
  823. package/gdb/base/14034/1417 +0 -0
  824. package/gdb/base/14034/1418 +0 -0
  825. package/gdb/base/14034/16386 +0 -0
  826. package/gdb/base/14034/16389 +0 -0
  827. package/gdb/base/14034/16390 +0 -0
  828. package/gdb/base/14034/16391 +0 -0
  829. package/gdb/base/14034/16393 +0 -0
  830. package/gdb/base/14034/16396 +0 -0
  831. package/gdb/base/14034/16397 +0 -0
  832. package/gdb/base/14034/16398 +0 -0
  833. package/gdb/base/14034/16400 +0 -0
  834. package/gdb/base/14034/16403 +0 -0
  835. package/gdb/base/14034/16404 +0 -0
  836. package/gdb/base/14034/16420 +0 -0
  837. package/gdb/base/14034/16423 +0 -0
  838. package/gdb/base/14034/16424 +0 -0
  839. package/gdb/base/14034/16425 +0 -0
  840. package/gdb/base/14034/16427 +0 -0
  841. package/gdb/base/14034/16430 +0 -0
  842. package/gdb/base/14034/16431 +0 -0
  843. package/gdb/base/14034/16432 +0 -0
  844. package/gdb/base/14034/16434 +0 -0
  845. package/gdb/base/14034/16437 +0 -0
  846. package/gdb/base/14034/16438 +0 -0
  847. package/gdb/base/14034/16439 +0 -0
  848. package/gdb/base/14034/16446 +0 -0
  849. package/gdb/base/14034/16449 +0 -0
  850. package/gdb/base/14034/16450 +0 -0
  851. package/gdb/base/14034/16451 +0 -0
  852. package/gdb/base/14034/16458 +0 -0
  853. package/gdb/base/14034/16461 +0 -0
  854. package/gdb/base/14034/16462 +0 -0
  855. package/gdb/base/14034/16463 +0 -0
  856. package/gdb/base/14034/16475 +0 -0
  857. package/gdb/base/14034/16478 +0 -0
  858. package/gdb/base/14034/16479 +0 -0
  859. package/gdb/base/14034/16480 +0 -0
  860. package/gdb/base/14034/174 +0 -0
  861. package/gdb/base/14034/175 +0 -0
  862. package/gdb/base/14034/2187 +0 -0
  863. package/gdb/base/14034/2224 +0 -0
  864. package/gdb/base/14034/2228 +0 -0
  865. package/gdb/base/14034/2328 +0 -0
  866. package/gdb/base/14034/2336 +0 -0
  867. package/gdb/base/14034/2337 +0 -0
  868. package/gdb/base/14034/2579 +0 -0
  869. package/gdb/base/14034/2600 +0 -0
  870. package/gdb/base/14034/2600_fsm +0 -0
  871. package/gdb/base/14034/2600_vm +0 -0
  872. package/gdb/base/14034/2601 +0 -0
  873. package/gdb/base/14034/2601_fsm +0 -0
  874. package/gdb/base/14034/2601_vm +0 -0
  875. package/gdb/base/14034/2602 +0 -0
  876. package/gdb/base/14034/2602_fsm +0 -0
  877. package/gdb/base/14034/2602_vm +0 -0
  878. package/gdb/base/14034/2603 +0 -0
  879. package/gdb/base/14034/2603_fsm +0 -0
  880. package/gdb/base/14034/2603_vm +0 -0
  881. package/gdb/base/14034/2604 +0 -0
  882. package/gdb/base/14034/2605 +0 -0
  883. package/gdb/base/14034/2605_fsm +0 -0
  884. package/gdb/base/14034/2605_vm +0 -0
  885. package/gdb/base/14034/2606 +0 -0
  886. package/gdb/base/14034/2606_fsm +0 -0
  887. package/gdb/base/14034/2606_vm +0 -0
  888. package/gdb/base/14034/2607 +0 -0
  889. package/gdb/base/14034/2607_fsm +0 -0
  890. package/gdb/base/14034/2607_vm +0 -0
  891. package/gdb/base/14034/2608 +0 -0
  892. package/gdb/base/14034/2608_fsm +0 -0
  893. package/gdb/base/14034/2608_vm +0 -0
  894. package/gdb/base/14034/2609 +0 -0
  895. package/gdb/base/14034/2609_fsm +0 -0
  896. package/gdb/base/14034/2609_vm +0 -0
  897. package/gdb/base/14034/2610 +0 -0
  898. package/gdb/base/14034/2610_fsm +0 -0
  899. package/gdb/base/14034/2610_vm +0 -0
  900. package/gdb/base/14034/2611 +0 -0
  901. package/gdb/base/14034/2612 +0 -0
  902. package/gdb/base/14034/2612_fsm +0 -0
  903. package/gdb/base/14034/2612_vm +0 -0
  904. package/gdb/base/14034/2613 +0 -0
  905. package/gdb/base/14034/2615 +0 -0
  906. package/gdb/base/14034/2615_fsm +0 -0
  907. package/gdb/base/14034/2615_vm +0 -0
  908. package/gdb/base/14034/2616 +0 -0
  909. package/gdb/base/14034/2616_fsm +0 -0
  910. package/gdb/base/14034/2616_vm +0 -0
  911. package/gdb/base/14034/2617 +0 -0
  912. package/gdb/base/14034/2617_fsm +0 -0
  913. package/gdb/base/14034/2617_vm +0 -0
  914. package/gdb/base/14034/2618 +0 -0
  915. package/gdb/base/14034/2618_fsm +0 -0
  916. package/gdb/base/14034/2618_vm +0 -0
  917. package/gdb/base/14034/2619 +0 -0
  918. package/gdb/base/14034/2619_fsm +0 -0
  919. package/gdb/base/14034/2619_vm +0 -0
  920. package/gdb/base/14034/2620 +0 -0
  921. package/gdb/base/14034/2650 +0 -0
  922. package/gdb/base/14034/2651 +0 -0
  923. package/gdb/base/14034/2652 +0 -0
  924. package/gdb/base/14034/2653 +0 -0
  925. package/gdb/base/14034/2654 +0 -0
  926. package/gdb/base/14034/2655 +0 -0
  927. package/gdb/base/14034/2656 +0 -0
  928. package/gdb/base/14034/2657 +0 -0
  929. package/gdb/base/14034/2658 +0 -0
  930. package/gdb/base/14034/2659 +0 -0
  931. package/gdb/base/14034/2660 +0 -0
  932. package/gdb/base/14034/2661 +0 -0
  933. package/gdb/base/14034/2662 +0 -0
  934. package/gdb/base/14034/2663 +0 -0
  935. package/gdb/base/14034/2664 +0 -0
  936. package/gdb/base/14034/2665 +0 -0
  937. package/gdb/base/14034/2666 +0 -0
  938. package/gdb/base/14034/2667 +0 -0
  939. package/gdb/base/14034/2668 +0 -0
  940. package/gdb/base/14034/2669 +0 -0
  941. package/gdb/base/14034/2670 +0 -0
  942. package/gdb/base/14034/2673 +0 -0
  943. package/gdb/base/14034/2673_fsm +0 -0
  944. package/gdb/base/14034/2674 +0 -0
  945. package/gdb/base/14034/2674_fsm +0 -0
  946. package/gdb/base/14034/2675 +0 -0
  947. package/gdb/base/14034/2678 +0 -0
  948. package/gdb/base/14034/2679 +0 -0
  949. package/gdb/base/14034/2680 +0 -0
  950. package/gdb/base/14034/2681 +0 -0
  951. package/gdb/base/14034/2682 +0 -0
  952. package/gdb/base/14034/2683 +0 -0
  953. package/gdb/base/14034/2684 +0 -0
  954. package/gdb/base/14034/2685 +0 -0
  955. package/gdb/base/14034/2686 +0 -0
  956. package/gdb/base/14034/2687 +0 -0
  957. package/gdb/base/14034/2688 +0 -0
  958. package/gdb/base/14034/2689 +0 -0
  959. package/gdb/base/14034/2690 +0 -0
  960. package/gdb/base/14034/2691 +0 -0
  961. package/gdb/base/14034/2692 +0 -0
  962. package/gdb/base/14034/2693 +0 -0
  963. package/gdb/base/14034/2696 +0 -0
  964. package/gdb/base/14034/2699 +0 -0
  965. package/gdb/base/14034/2701 +0 -0
  966. package/gdb/base/14034/2702 +0 -0
  967. package/gdb/base/14034/2703 +0 -0
  968. package/gdb/base/14034/2704 +0 -0
  969. package/gdb/base/14034/2753 +0 -0
  970. package/gdb/base/14034/2753_fsm +0 -0
  971. package/gdb/base/14034/2753_vm +0 -0
  972. package/gdb/base/14034/2754 +0 -0
  973. package/gdb/base/14034/2755 +0 -0
  974. package/gdb/base/14034/2756 +0 -0
  975. package/gdb/base/14034/2757 +0 -0
  976. package/gdb/base/14034/2830 +0 -0
  977. package/gdb/base/14034/2831 +0 -0
  978. package/gdb/base/14034/2832 +0 -0
  979. package/gdb/base/14034/2833 +0 -0
  980. package/gdb/base/14034/2834 +0 -0
  981. package/gdb/base/14034/2835 +0 -0
  982. package/gdb/base/14034/2836 +0 -0
  983. package/gdb/base/14034/2836_fsm +0 -0
  984. package/gdb/base/14034/2836_vm +0 -0
  985. package/gdb/base/14034/2837 +0 -0
  986. package/gdb/base/14034/2838 +0 -0
  987. package/gdb/base/14034/2838_fsm +0 -0
  988. package/gdb/base/14034/2838_vm +0 -0
  989. package/gdb/base/14034/2839 +0 -0
  990. package/gdb/base/14034/2840 +0 -0
  991. package/gdb/base/14034/2840_fsm +0 -0
  992. package/gdb/base/14034/2840_vm +0 -0
  993. package/gdb/base/14034/2841 +0 -0
  994. package/gdb/base/14034/2995 +0 -0
  995. package/gdb/base/14034/2996 +0 -0
  996. package/gdb/base/14034/3079 +0 -0
  997. package/gdb/base/14034/3079_fsm +0 -0
  998. package/gdb/base/14034/3079_vm +0 -0
  999. package/gdb/base/14034/3080 +0 -0
  1000. package/gdb/base/14034/3081 +0 -0
  1001. package/gdb/base/14034/3085 +0 -0
  1002. package/gdb/base/14034/3118 +0 -0
  1003. package/gdb/base/14034/3119 +0 -0
  1004. package/gdb/base/14034/3164 +0 -0
  1005. package/gdb/base/14034/3256 +0 -0
  1006. package/gdb/base/14034/3257 +0 -0
  1007. package/gdb/base/14034/3258 +0 -0
  1008. package/gdb/base/14034/3350 +0 -0
  1009. package/gdb/base/14034/3351 +0 -0
  1010. package/gdb/base/14034/3379 +0 -0
  1011. package/gdb/base/14034/3380 +0 -0
  1012. package/gdb/base/14034/3381 +0 -0
  1013. package/gdb/base/14034/3394 +0 -0
  1014. package/gdb/base/14034/3394_fsm +0 -0
  1015. package/gdb/base/14034/3394_vm +0 -0
  1016. package/gdb/base/14034/3395 +0 -0
  1017. package/gdb/base/14034/3429 +0 -0
  1018. package/gdb/base/14034/3430 +0 -0
  1019. package/gdb/base/14034/3431 +0 -0
  1020. package/gdb/base/14034/3433 +0 -0
  1021. package/gdb/base/14034/3439 +0 -0
  1022. package/gdb/base/14034/3440 +0 -0
  1023. package/gdb/base/14034/3455 +0 -0
  1024. package/gdb/base/14034/3456 +0 -0
  1025. package/gdb/base/14034/3456_fsm +0 -0
  1026. package/gdb/base/14034/3456_vm +0 -0
  1027. package/gdb/base/14034/3466 +0 -0
  1028. package/gdb/base/14034/3467 +0 -0
  1029. package/gdb/base/14034/3468 +0 -0
  1030. package/gdb/base/14034/3501 +0 -0
  1031. package/gdb/base/14034/3502 +0 -0
  1032. package/gdb/base/14034/3503 +0 -0
  1033. package/gdb/base/14034/3534 +0 -0
  1034. package/gdb/base/14034/3541 +0 -0
  1035. package/gdb/base/14034/3541_fsm +0 -0
  1036. package/gdb/base/14034/3541_vm +0 -0
  1037. package/gdb/base/14034/3542 +0 -0
  1038. package/gdb/base/14034/3574 +0 -0
  1039. package/gdb/base/14034/3575 +0 -0
  1040. package/gdb/base/14034/3576 +0 -0
  1041. package/gdb/base/14034/3596 +0 -0
  1042. package/gdb/base/14034/3597 +0 -0
  1043. package/gdb/base/14034/3598 +0 -0
  1044. package/gdb/base/14034/3599 +0 -0
  1045. package/gdb/base/14034/3600 +0 -0
  1046. package/gdb/base/14034/3600_fsm +0 -0
  1047. package/gdb/base/14034/3600_vm +0 -0
  1048. package/gdb/base/14034/3601 +0 -0
  1049. package/gdb/base/14034/3601_fsm +0 -0
  1050. package/gdb/base/14034/3601_vm +0 -0
  1051. package/gdb/base/14034/3602 +0 -0
  1052. package/gdb/base/14034/3602_fsm +0 -0
  1053. package/gdb/base/14034/3602_vm +0 -0
  1054. package/gdb/base/14034/3603 +0 -0
  1055. package/gdb/base/14034/3603_fsm +0 -0
  1056. package/gdb/base/14034/3603_vm +0 -0
  1057. package/gdb/base/14034/3604 +0 -0
  1058. package/gdb/base/14034/3605 +0 -0
  1059. package/gdb/base/14034/3606 +0 -0
  1060. package/gdb/base/14034/3607 +0 -0
  1061. package/gdb/base/14034/3608 +0 -0
  1062. package/gdb/base/14034/3609 +0 -0
  1063. package/gdb/base/14034/3712 +0 -0
  1064. package/gdb/base/14034/3764 +0 -0
  1065. package/gdb/base/14034/3764_fsm +0 -0
  1066. package/gdb/base/14034/3764_vm +0 -0
  1067. package/gdb/base/14034/3766 +0 -0
  1068. package/gdb/base/14034/3767 +0 -0
  1069. package/gdb/base/14034/3997 +0 -0
  1070. package/gdb/base/14034/4143 +0 -0
  1071. package/gdb/base/14034/4144 +0 -0
  1072. package/gdb/base/14034/4145 +0 -0
  1073. package/gdb/base/14034/4146 +0 -0
  1074. package/gdb/base/14034/4147 +0 -0
  1075. package/gdb/base/14034/4148 +0 -0
  1076. package/gdb/base/14034/4149 +0 -0
  1077. package/gdb/base/14034/4150 +0 -0
  1078. package/gdb/base/14034/4151 +0 -0
  1079. package/gdb/base/14034/4152 +0 -0
  1080. package/gdb/base/14034/4153 +0 -0
  1081. package/gdb/base/14034/4154 +0 -0
  1082. package/gdb/base/14034/4155 +0 -0
  1083. package/gdb/base/14034/4156 +0 -0
  1084. package/gdb/base/14034/4157 +0 -0
  1085. package/gdb/base/14034/4158 +0 -0
  1086. package/gdb/base/14034/4159 +0 -0
  1087. package/gdb/base/14034/4160 +0 -0
  1088. package/gdb/base/14034/4163 +0 -0
  1089. package/gdb/base/14034/4164 +0 -0
  1090. package/gdb/base/14034/4165 +0 -0
  1091. package/gdb/base/14034/4166 +0 -0
  1092. package/gdb/base/14034/4167 +0 -0
  1093. package/gdb/base/14034/4168 +0 -0
  1094. package/gdb/base/14034/4169 +0 -0
  1095. package/gdb/base/14034/4170 +0 -0
  1096. package/gdb/base/14034/4171 +0 -0
  1097. package/gdb/base/14034/4172 +0 -0
  1098. package/gdb/base/14034/4173 +0 -0
  1099. package/gdb/base/14034/4174 +0 -0
  1100. package/gdb/base/14034/5002 +0 -0
  1101. package/gdb/base/14034/548 +0 -0
  1102. package/gdb/base/14034/549 +0 -0
  1103. package/gdb/base/14034/6102 +0 -0
  1104. package/gdb/base/14034/6104 +0 -0
  1105. package/gdb/base/14034/6106 +0 -0
  1106. package/gdb/base/14034/6110 +0 -0
  1107. package/gdb/base/14034/6111 +0 -0
  1108. package/gdb/base/14034/6112 +0 -0
  1109. package/gdb/base/14034/6113 +0 -0
  1110. package/gdb/base/14034/6117 +0 -0
  1111. package/gdb/base/14034/6175 +0 -0
  1112. package/gdb/base/14034/6176 +0 -0
  1113. package/gdb/base/14034/826 +0 -0
  1114. package/gdb/base/14034/827 +0 -0
  1115. package/gdb/base/14034/828 +0 -0
  1116. package/gdb/base/14034/PG_VERSION +0 -1
  1117. package/gdb/base/14034/pg_filenode.map +0 -0
  1118. package/gdb/base/14034/pg_internal.init +0 -0
  1119. package/gdb/global/1213 +0 -0
  1120. package/gdb/global/1213_fsm +0 -0
  1121. package/gdb/global/1213_vm +0 -0
  1122. package/gdb/global/1214 +0 -0
  1123. package/gdb/global/1214_fsm +0 -0
  1124. package/gdb/global/1214_vm +0 -0
  1125. package/gdb/global/1232 +0 -0
  1126. package/gdb/global/1233 +0 -0
  1127. package/gdb/global/1260 +0 -0
  1128. package/gdb/global/1260_fsm +0 -0
  1129. package/gdb/global/1260_vm +0 -0
  1130. package/gdb/global/1261 +0 -0
  1131. package/gdb/global/1261_fsm +0 -0
  1132. package/gdb/global/1261_vm +0 -0
  1133. package/gdb/global/1262 +0 -0
  1134. package/gdb/global/1262_fsm +0 -0
  1135. package/gdb/global/1262_vm +0 -0
  1136. package/gdb/global/2396 +0 -0
  1137. package/gdb/global/2396_fsm +0 -0
  1138. package/gdb/global/2396_vm +0 -0
  1139. package/gdb/global/2397 +0 -0
  1140. package/gdb/global/2671 +0 -0
  1141. package/gdb/global/2672 +0 -0
  1142. package/gdb/global/2676 +0 -0
  1143. package/gdb/global/2677 +0 -0
  1144. package/gdb/global/2694 +0 -0
  1145. package/gdb/global/2695 +0 -0
  1146. package/gdb/global/2697 +0 -0
  1147. package/gdb/global/2698 +0 -0
  1148. package/gdb/global/2846 +0 -0
  1149. package/gdb/global/2847 +0 -0
  1150. package/gdb/global/2964 +0 -0
  1151. package/gdb/global/2965 +0 -0
  1152. package/gdb/global/2966 +0 -0
  1153. package/gdb/global/2967 +0 -0
  1154. package/gdb/global/3592 +0 -0
  1155. package/gdb/global/3593 +0 -0
  1156. package/gdb/global/4060 +0 -0
  1157. package/gdb/global/4061 +0 -0
  1158. package/gdb/global/4175 +0 -0
  1159. package/gdb/global/4176 +0 -0
  1160. package/gdb/global/4177 +0 -0
  1161. package/gdb/global/4178 +0 -0
  1162. package/gdb/global/4181 +0 -0
  1163. package/gdb/global/4182 +0 -0
  1164. package/gdb/global/4183 +0 -0
  1165. package/gdb/global/4184 +0 -0
  1166. package/gdb/global/4185 +0 -0
  1167. package/gdb/global/4186 +0 -0
  1168. package/gdb/global/6000 +0 -0
  1169. package/gdb/global/6001 +0 -0
  1170. package/gdb/global/6002 +0 -0
  1171. package/gdb/global/6100 +0 -0
  1172. package/gdb/global/6114 +0 -0
  1173. package/gdb/global/6115 +0 -0
  1174. package/gdb/global/pg_control +0 -0
  1175. package/gdb/global/pg_filenode.map +0 -0
  1176. package/gdb/global/pg_internal.init +0 -0
  1177. package/gdb/pg_hba.conf +0 -98
  1178. package/gdb/pg_ident.conf +0 -42
  1179. package/gdb/pg_logical/replorigin_checkpoint +0 -0
  1180. package/gdb/pg_multixact/members/0000 +0 -0
  1181. package/gdb/pg_multixact/offsets/0000 +0 -0
  1182. package/gdb/pg_stat/db_0.stat +0 -0
  1183. package/gdb/pg_stat/db_14034.stat +0 -0
  1184. package/gdb/pg_stat/global.stat +0 -0
  1185. package/gdb/pg_subtrans/0000 +0 -0
  1186. package/gdb/pg_wal/000000010000000000000001 +0 -0
  1187. package/gdb/pg_xact/0000 +0 -0
  1188. package/gdb/postgresql.auto.conf +0 -2
  1189. package/gdb/postgresql.conf +0 -796
  1190. package/gdb/postmaster.opts +0 -1
  1191. package/server/API Project-7d45e9f24a96.p12 +0 -0
  1192. package/server/grnmap.pem +0 -31
  1193. package/server/grnsight.pem +0 -19
  1194. package/test-files/import-samples/attributes.graphml +0 -40
  1195. package/test-files/import-samples/port.graphml +0 -32
  1196. package/test-files/import-samples/simple.graphml +0 -31
  1197. package/web-client/public/js/grnsight.min.js +0 -2371
@@ -1,807 +0,0 @@
1
- <!doctype html>
2
- <html>
3
-
4
- <head>
5
- <title>GRNsight - About</title>
6
- <link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
7
- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
8
- <link rel="stylesheet" type="text/css" href="/GRNsight/assets/css/main.css">
9
- <meta charset="utf-8">
10
- <!-- Begin Jekyll SEO tag v2.6.1 -->
11
- <meta name="generator" content="Jekyll v3.9.0" />
12
- <meta property="og:title" content="About" />
13
- <meta property="og:locale" content="en_US" />
14
- <meta name="description" content="About the GRNsight gene regulatory network visualization web app: availability, compatibility, release notes, funding, privacy statement." />
15
- <meta property="og:description" content="About the GRNsight gene regulatory network visualization web app: availability, compatibility, release notes, funding, privacy statement." />
16
- <link rel="canonical" href="http://localhost:3001/GRNsight/about.html" />
17
- <meta property="og:url" content="http://localhost:3001/GRNsight/about.html" />
18
- <meta property="og:site_name" content="GRNsight" />
19
- <script type="application/ld+json">
20
- {"@type":"WebPage","url":"http://localhost:3001/GRNsight/about.html","description":"About the GRNsight gene regulatory network visualization web app: availability, compatibility, release notes, funding, privacy statement.","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:3001/GRNsight/assets/images/GRNsight_logo_20140710_main_resized.jpg"}},"headline":"About","@context":"https://schema.org"}</script>
21
- <!-- End Jekyll SEO tag -->
22
-
23
- </head>
24
-
25
-
26
- <body>
27
-
28
- <div id="header">
29
- <div id="logo">
30
- <a href="http://dondi.github.io/GRNsight"><img id="GRNsightLogo" src="/GRNsight/assets/images/GRNsight_logo_20140710_main_resized.jpg" alt="GRNsight" width="200" height="118"></a></div>
31
- <div id="lmu">
32
- <a href="http://www.lmu.edu" target="_blank"><img src="/GRNsight/assets/images/LMULogoHQ2.png" alt="LMU logo" width="200" height="118" id="lmuLogo" /></a><br /><br /><br />
33
- <p id="subtextLMU">A Joint Project of the<br /> LMU Bioinformatics and Biomathematics Groups</p>
34
- </div>
35
- <p id="title"><a href="/GRNsight">GRNsight</a></p>
36
- <p id="subtext">Web app and service for visualizing models of gene regulatory networks.</p>
37
- <div class="alert alert-success d-none" id="cookie-notice" role="alert">
38
- <div>This site uses Google Analytics to count pageviews and file uploads to demonstrate usage of our software to interested parties such as our employers and funding agencies. Information about your use of this site is shared with Google. By using this site, you agree to its use of cookies.</div>
39
- <button class="cookie-action" data-dismiss="alert" aria-label="Got It">
40
- <strong>Got It</strong>
41
- </button>
42
- <a target="_blank" class="cookie-action" href="https://www.google.com/policies/technologies/cookies/">
43
- <strong>Learn More</strong>
44
- </a>
45
- </div>
46
-
47
- </div>
48
-
49
- <div id="navBar" class=".backBox">
50
- <div id="stickyBar" data-spy="affix" data-offset-top="140">
51
- <ul class="nav">
52
- <li><a href="/GRNsight/">Home</a></li>
53
- <li><a href="/GRNsight/about.html">About</a></li>
54
- <li><a href="/GRNsight/news.html">News</a></li>
55
- <li><a href="https://github.com/dondi/GRNsight" target="_blank">Developers</a></li>
56
- <li><a href="/GRNsight/documentation.html">Documentation</a></li>
57
- <li><a href="https://github.com/dondi/GRNsight/wiki" target="_blank">Wiki</a></li>
58
- <li><a href="/GRNsight/publications.html">Publications</a></li>
59
- <li><a href="/GRNsight/people.html">People</a></li>
60
- <li><a href="/GRNsight/contact.html">Contact</a></li>
61
- <li><a href="/GRNsight/links.html">Links</a></li>
62
- <li><a href="/GRNsight/beta.html">Beta</a></li>
63
- <li><a href="/GRNsight/about.html#privacy">Privacy</a></li>
64
-
65
- </ul>
66
- <p id="modText" class="modNav">
67
- Last modified: 6/16/19
68
- </p>
69
- </div>
70
-
71
- </div>
72
-
73
- <div id="mainContent">
74
- <p id="pageTitle">About GRNsight</p>
75
- <div id="pageContent">
76
- <p>
77
- GRNsight is an open source web application for visualizing models of small- to medium-scale gene regulatory networks. GRNsight is a joint project of the <a href="http://www.lmu.edu/" target="_blank">Loyola Marymount University</a> Bioinformatics and Biomathematics Groups, headed by <a href="http://myweb.lmu.edu/kdahlqui/index.htm" target="_blank">Dr. Kam Dahlquist</a>, <a href="http://myweb.lmu.edu/dondi/" target="_blank">Dr. John David N. Dionisio</a>, and <a href="http://myweb.lmu.edu/bfitzpatrick/" target="_blank">Dr. Ben G. Fitzpatrick</a>. Undergraduate students initiated the development of GRNsight in Spring 2014, including Britain Southwick (Computer Science, ’14) and Nicole Anguiano (Computer Science, ’16), with consultation from Katrina Sherbina (Biomathematics, ’14). For a list of other former and current developers, see the <a href="http://dondi.github.io/GRNsight/people.html">People page</a>.
78
- <br><br>
79
- A <a href="http://en.wikipedia.org/wiki/Gene_regulatory_network" target="_blank">gene regulatory network (GRN)</a> consists of genes, transcription factors, and the regulatory connections between them, which govern the level of expression of mRNA and protein from those genes. GRNs can be mathematically modeled and simulated by applications such as <a href = "http://kdahlquist.github.io/GRNmap/index.html" target = "blank">GRNmap</a>, a MATLAB program that estimates the parameters and performs forward simulations of a differential equations model of a GRN. Computer representations of GRNs, such as the models output by GRNmap, are in the form of a tabular spreadsheet (adjacency matrix) that is not easily interpretable. Ideally, GRNs should be displayed as diagrams (graphs) detailing the regulatory relationships (edges) between each gene (node) in the network. To address this need, we developed GRNsight.
80
- <br><br>
81
- GRNsight allows users to upload spreadsheets generated by GRNmap and uses the information in these spreadsheets to automatically create and display a graph of the GRN model through a physics-based force simulation or in a grid layout. The application colors the edges and adjusts their thickness based on the sign (activation or repression) and the strength (magnitude) of the regulatory relationship, respectively. Nodes can be colored based on time course gene expression data found in the GRNmap spreadsheet. Finally, GRNsight allows the user to modify the graph in order to define the best visual layout for the network. Most of GRNsight is written in JavaScript. HTTP requests are handled using <a href="http://nodejs.org/" target="_blank">Node.js</a> and the <a href="http://expressjs.com/" target="_blank">Express framework</a>. Graphs are generated through <a href="http://d3js.org/" target="_blank">D3.js</a>, a JavaScript data visualization library.
82
- <br><br>
83
- Although originally designed for gene regulatory networks, we believe that GRNsight has general applicability for displaying any small, unweighted or weighted network with directed edges for systems biology or other application domains.
84
- </p>
85
- <div class="panel-group">
86
- <div class="panel panel-default">
87
- <div class="panel-heading">
88
- <p class="panel-title aboutHeaders">
89
- <a href="#availabilityContent" data-toggle="collapse">
90
- Availability
91
- </a>
92
- </p>
93
- </div>
94
-
95
- <div id="availabilityContent" class="panel-collapse collapse in">
96
- <div class="panel-body">
97
- <ul>
98
- <li>This web site is free and open to all users and there is no login requirement.</li>
99
- <li>Web site content is available under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/" target="_blank">Creative Commons Attribution Non-Commercial-Share Alike 3.0 Unported License</a>.</li>
100
- <li>GRNsight code is available under the open source <a href="http://opensource.org/licenses/BSD-3-Clause" target="_blank">BSD license</a>.</li>
101
- </ul>
102
- </div>
103
- </div>
104
- </div>
105
-
106
- <div class="panel panel-default">
107
- <div class="panel-heading">
108
- <p class="panel-title aboutHeaders">
109
- <a href="#compatibilityContent" data-toggle="collapse">
110
- Compatibility
111
- </a>
112
- </p>
113
- </div>
114
-
115
- <div id="compatibilityContent" class="panel-collapse collapse">
116
- <div class="panel-body">
117
- GRNsight has been tested with and confirmed to be working in Chrome version 75.0.3770.80 or higher and Firefox version 60.0.1 or higher on Windows 7 and Mac OS X operating systems. It may not work with other browsers, versions, or operating systems.
118
- </div>
119
- </div>
120
- </div>
121
-
122
- <div class="panel panel-default">
123
- <div class="panel-heading">
124
- <p class="panel-title aboutHeaders">
125
- <a data-toggle="collapse" href="#releaseContent">
126
- Release Notes
127
- </a>
128
- </p>
129
- </div>
130
-
131
- <div id="releaseContent" class="panel-collapse collapse">
132
- <div class="panel-body">
133
- <div class="panel-group">
134
-
135
- <div class="panel panel-default">
136
- <div class="panel-heading">
137
- <p class="panel-title aboutHeaders">
138
- <a href="#v4_0_0Content" data-toggle="collapse">
139
- GRNsight v4.0.0
140
- </a>
141
- </p>
142
- </div>
143
-
144
- <div id="v4_0_0Content" class="panel-collapse collapse">
145
- <div class="panel-body">
146
- GRNsight v4.0.0 includes the following new features and bug fixes:
147
- <ul>
148
- <li>GRNsight now follows a strict Model-View-Controller paradigm for its basic architecture. Except for the graphs, all elements displayed in the iframe (the main GRNsight functionality) now follow this architecture. These changes have occurred "under the hood" and will not be noticeable to users, except that it has made GRNsight more robust and has facilitated fixing many bugs caused by the interactions of new features introduced in previous versions </li>
149
- <ul>
150
- <li>Force Graph Parameter slider values are saved when a graph is uploaded</li>
151
- <li>The File -> Reload menu option reloads the graph in the layout configuration it was previously in </li>
152
- <li>Reset and Undo Reset Buttons are now grayed out when the Force Graph Parameter sliders are locked </li>
153
- <li>Various bugs that arose from the refactor are now fixed.</li>
154
- </ul>
155
- </li>
156
- <li>The Gene Page feature was improved both in its layout and "under the hood" to make database API calls and queries more robust. Changes were made to eventually enable the retrieval of gene information for genes from species other than Saccharomyces cerevisiae</li>
157
- <ul>
158
- <li>Gene page variables are also now a part of GRNstate in the Model-View-Controller paradigm</li>
159
- </ul>
160
- <li> Zoom levels remain consistent despite any user-defined parameter changes </li>
161
- <li> A bug was fixed in the automatic selection of the edge weight normalization factor. GRNsight now correctly uses the highest magnitude weight value for the default normalization factor, disregarding the sign of the weight </li>
162
- <li> Gray edges now only have one thickness </li>
163
- <li> GRNsight now returns an error when a file is too large </li>
164
- <li> The dropdown menu and sidebar menu viewport sizes now initialize to the same values </li>
165
- <li> The Log Fold Change Max Value field will only accept positive values, and the allowable range has been set to 0.01 - 100 </li>
166
- <li> GRNsight is now wholly served over HTTPS </li>
167
- <li> GRNsight libraries and documentation were updated </li>
168
- </ul>
169
- </div>
170
- </div>
171
- </div>
172
-
173
- <div class="panel panel-default">
174
- <div class="panel-heading">
175
- <p class="panel-title aboutHeaders">
176
- <a href="#v3_1_0Content" data-toggle="collapse">
177
- GRNsight v3.1.0
178
- </a>
179
- </p>
180
- </div>
181
-
182
- <div id="v3_1_0Content" class="panel-collapse collapse">
183
- <div class="panel-body">
184
- GRNsight v3.1.0 includes the following new features and bug fixes:
185
- <ul>
186
- <li>Added new gene information page feature
187
- <ul>
188
- <li>A dynamic gene information webpage now opens when a user right-clicks on a node in the graph. The page sends a series of Asynchronous JavaScript and XML (AJAX) data requests, written using the jQuery JavaScript library, to the JASPAR, NCBI Gene, UniProt, Ensembl, and Saccharomyces Genome Databases. The webpage is then populated with data returned regarding the gene’s description, protein sequence, DNA binding motif frequency matrix and sequence logo, and Gene Ontology terms.</li>
189
- </ul>
190
- </li>
191
- <li>Began a refactor to consolidate state management into a single controller for user selected options
192
- <ul>
193
- <li>The front end has now started to follow a Model-View-Controller Architecture (MVC), and has a combination of new files to reflect that change</li>
194
- </ul>
195
- </li>
196
- <li>Numbers can now be used as node labels</li>
197
- <li>Various bug fixes and UI enhancements
198
- <ul>
199
- <li>The option to Default to black edges has been reworded to be consistent with node coloring, and the behavior has been changed to reload the graph upon selection</li>
200
- <li>The print modal does not load twice when trying to print</li>
201
- <li>The viewport "Fit to window" option now functions properly</li>
202
- <li>Weight value font now shows up properly</li>
203
- <li>The check box for dashed edges has been moved underneath the gray threshold slider</li>
204
- </ul>
205
- </li>
206
- </ul>
207
- </div>
208
- </div>
209
- </div>
210
-
211
- <div class="panel panel-default">
212
- <div class="panel-heading">
213
- <p class="panel-title aboutHeaders">
214
- <a href="#v3_0_0Content" data-toggle="collapse">
215
- GRNsight v3.0.0
216
- </a>
217
- </p>
218
- </div>
219
-
220
- <div id="v3_0_0Content" class="panel-collapse collapse">
221
- <div class="panel-body">
222
- GRNsight v3.0.0 includes the following new features and bug fixes:
223
- <ul>
224
- <li>Node coloring feature was added to visualize gene expression data
225
- <ul>
226
- <li>Node coloring feature was added to visualize gene expression data</li>
227
- <li>GRNsight's Excel spreadsheet controller was expanded to process data from entire GRNmap input or output workbook, including expression and meta data</li>
228
- <li>Node coloring feature was implemented</li>
229
- <li>Demo Files #1 and #2 were updated to be in the correct format for node coloring</li>
230
- </ul>
231
- </li>
232
- <li>Grid Layout option was added</li>
233
- <li>Gray edges options were improved
234
- <ul>
235
- <li>Gray edge threshold value was changed to percent scale (0 - 100%)</li>
236
- <li>Option to show gray edges as dashed was added to increase accessibility for color-blind users</li>
237
- </ul>
238
- </li>
239
- <li>User Interface was updated with new features
240
- <ul>
241
- <li>Dropdown menu options were expanded to duplicate all functions available in the sidebar menu</li>
242
- <li>State variables for user selected options were consolidated</li>
243
- <li>New features were added to the client-side testing document</li>
244
- </ul>
245
- </li>
246
- <li>Security Vulnerability with "qs" package was resolved</li>
247
- <li>Webpack module bundler added to GRNsight</li>
248
- </ul>
249
- </div>
250
- </div>
251
- </div>
252
-
253
- <div class="panel panel-default">
254
- <div class="panel-heading">
255
- <p class="panel-title aboutHeaders">
256
- <a href="#v2_3_0Content" data-toggle="collapse">
257
- GRNsight v2.3.0
258
- </a>
259
- </p>
260
- </div>
261
-
262
- <div id="v2_3_0Content" class="panel-collapse collapse">
263
- <div class="panel-body">
264
- GRNsight v2.3.0 includes the following new features and bug fixes:
265
- <ul>
266
- <li>d3 visualization library was updated to v4.
267
- <ul>
268
- <li>It was determined that the move from v3 to v4 was feasible.</li>
269
- <li>Transitioned GRNsight to d3 v4.</li>
270
- <li>Removed sliders for "Charge Distance" and "Gravity" since the combination of "Link Distance" and "Charge" sliders accomplishes the same functionality.</li>
271
- </ul>
272
- </li>
273
- <li>ESLint correctly applied to code base.
274
- <ul>
275
- <li>Found that ESLint was inconsistent between Mac and Windows developers.</li>
276
- <li>Linting errors were fixed.</li>
277
- </ul>
278
- </li>
279
- <li>Bug relating to edge weights were fixed.
280
- <ul>
281
- <li>Minimum weights have been normalize to zero instead of the smallest weight in the worksheet.</li>
282
- <li>Edges that have the same weight value now render as thickest instead of thinnest edge thickness.</li>
283
- </ul>
284
- </li>
285
- <li>Syntactic tests for malformed GraphML XML (.graphml) files were completed which return errors to the user if an incorrectly formatted GraphML XML file is imported into GRNsight.</li>
286
- <li>Developer-related issues were resolved.
287
- <ul>
288
- <li>npm start procedure was fixed for Windows users.</li>
289
- </ul>
290
- </li>
291
- </ul>
292
- </div>
293
- </div>
294
- </div>
295
-
296
- <div class="panel panel-default">
297
- <div class="panel-heading">
298
- <p class="panel-title aboutHeaders">
299
- <a href="#v2_1_11Content" data-toggle="collapse">
300
- GRNsight v2.1.11
301
- </a>
302
- </p>
303
- </div>
304
-
305
- <div id="v2_1_11Content" class="panel-collapse collapse">
306
- <div class="panel-body">
307
- GRNsight v2.1.11 includes the following new features and bug fixes:
308
- <ul>
309
- <li>Improvements were made to the zoom functionality, including:</li>
310
- <ul>
311
- <li>Zoom now originates from the center of the graph</li>
312
- <li>Zoom factor is now annotated on zoom slider</li>
313
- <li>A vertical bar on the zoom slider indicates where the 100% zoom level is</li>
314
- <li>Mousewheel zoom was disabled</li>
315
- <li>Various bugs were fixed</li>
316
- </ul>
317
- <li>The user can now customize the normalization factor which controls how the thicknesses of the edges are determined based on the weight values or reset it back to the default value for that graph</li>
318
- <ul>
319
- <li>The user can also set the threshold upon which a weighted edge is colored gray using a slider</li>
320
- </ul>
321
- <li>Additional tests were added:</li>
322
- <ul>
323
- <li>Syntactic tests for malformed Simple Interaction Format (.sif) files were completed which return errors to the user if an incorrectly formatted SIF file is imported into GRNsight</li>
324
- <li>The routine that checks for syntactic errors in SIF and GraphML files was integrated with the semantic checker routine that looks for error common to all file formats that GRNsight supports</li>
325
- <li>Tests for incorrectly named Excel worksheets were added</li>
326
- <li>GRNsight now returns an error if a blank Excel, SIF , or GraphML file is uploaded</li>
327
- </ul>
328
- <li>An automatic client-side test generator was created that generates a document that can be followed by a user to systematically test specific combinations of user interface functions</li>
329
- <li>Additional bugs were fixed</li>
330
- <li>Code quality was improved by the use of ESLint</li>
331
- </ul>
332
- </div>
333
- </div>
334
- </div>
335
-
336
- <div class="panel panel-default">
337
- <div class="panel-heading">
338
- <p class="panel-title aboutHeaders">
339
- <a href="#v2_0_20Content" data-toggle="collapse">
340
- GRNsight v2.0.20
341
- </a>
342
- </p>
343
- </div>
344
- <div id="v2_0_20Content" class="panel-collapse collapse">
345
- <div class="panel-body">
346
- GRNsight v2.0.20 includes the following new features and bug fixes:
347
- <ul>
348
- <li>When a weighted graph is loaded, the user now has the options to show weights upon mouseover of an edge, always show weights, or never show weights</li>
349
- <li>The bounding box and viewport for the graph have been separated allowing for the following new features:</li>
350
- <ul>
351
- <li>The bounding box can now be fixed to the size of the viewport or adapted to the size of the graph</li>
352
- <li>The viewport size can be selected from among small, medium, and large options</li>
353
- <li>The best viewport size is automatically detected from the browser</li>
354
- <li>The viewport can be fit to the size of the browser window</li>
355
- <li>Zooming and scrolling have been enabled and refined</li>
356
- </ul>
357
- <li>Improvements to visuals have been made, including:</li>
358
- <ul>
359
- <li>Reducing the white space on either side of a node label for long labels</li>
360
- <li>Setting the minimum size of a node</li>
361
- <li>Making the pointed arrowhead larger for the thinnest edges</li>
362
- <li>Minor adjustments to the placement and centering of edge end-markers</li>
363
- </ul>
364
- <li>The use of special characters (except for "-" and "_") in node labels are no longer supported due to integration of cytoscape.js code into GRNsight for future implementation of graph statistics feature</li>
365
- <li>"Under the hood":</li>
366
- <ul>
367
- <li>The versions of package dependencies have been standardized and documented in the package.json file</li>
368
- <li>Code has been ported to version v0.7.2 of Node-xlsx</li>
369
- <li>Testing suite has been refactored into semantic and syntactic tests</li>
370
- <li>Additional syntactic tests have been written for SIF format</li>
371
- <li>A catch-all syntactic error has been implemented for ill-formed GraphML files so that the server doesn't crash upon loading</li>
372
- <li>A cap has been placed on the number of errors returned according to a tunable strictness parameter</li>
373
- </ul>
374
- <li>Numerous bugs have been fixed</li>
375
- </ul>
376
- </div>
377
- </div>
378
- </div>
379
-
380
- <div class="panel panel-default">
381
- <div class="panel-heading">
382
- <p class="panel-title aboutHeaders">
383
- <a href="#v1_18Content" data-toggle="collapse">
384
- GRNsight v1.18
385
- </a>
386
- </p>
387
- </div>
388
-
389
- <div id="v1_18Content" class="panel-collapse collapse">
390
- <div class="panel-body">
391
- GRNsight v1.18 includes the following new features and bug fixes:
392
- <ul>
393
- <li>Implemented import of weighted and unweighted network data from Simple Interaction Format (SIF, *.sif) format.</li>
394
- <li>Implemented export of weighted and unweighted network data to Simple Interaction Format (SIF, *.sif) format.</li>
395
- <li>Implemented import of weighted and unweighted network data from GraphML (*.graphml) format.</li>
396
- <li>Implemented export of weighted and unweighted network data to GraphML (*.graphml) format.</li>
397
- <li>Menu items for features that are not yet implemented are hidden.</li>
398
- <li>The true filenames of the demo files now display in the menu bar.</li>
399
- <li>Fixed bug where weights were not displaying upon edge mouseover by new implementation of the feature.</li>
400
- </ul>
401
- </div>
402
- </div>
403
- </div>
404
-
405
- <div class="panel panel-default">
406
- <div class="panel-heading">
407
- <p class="panel-title aboutHeaders">
408
- <a href="#v1_12Content" data-toggle="collapse">
409
- GRNsight v1.12
410
- </a>
411
- </p>
412
- </div>
413
-
414
- <div id="v1_12Content" class="panel-collapse collapse">
415
- <div class="panel-body">
416
- GRNsight v1.12 includes the following new features and bug fixes:
417
- <ul>
418
- <li>The node and edge count is now displayed in the green menu bar.</li>
419
- <li>The tooltips that display the weight values of edges were disabled for unweighted networks.</li>
420
- <li>Most libraries that GRNsight uses have been updated to the most current version. See <a href=https://github.com/dondi/GRNsight/wiki/Library-Requirements> this wiki page </a> for a list of libraries and versions.</li>
421
- <li>The test suite, test.js, was refactored to make unit tests more concise.</li>
422
- <li>Two warning messages were created to address potential formatting problems with input Excel spreadsheets:</li>
423
- <ul>
424
- <li>Extraneous data outside of the adjacency matrix.</li>
425
- <li>NaN's found in the adjacency matrix.</li>
426
- </ul>
427
- </ul>
428
- </div>
429
- </div>
430
- </div>
431
-
432
- <div class="panel panel-default">
433
- <div class="panel-heading">
434
- <p class="panel-title aboutHeaders">
435
- <a href="#v1_10_4Content" data-toggle="collapse">
436
- GRNsight v1.10.4
437
- </a>
438
- </p>
439
- </div>
440
-
441
- <div id="v1_10_4Content" class="panel-collapse collapse">
442
- <div class="panel-body">
443
- GRNsight v1.10.4 includes the following new features and bug fixes:
444
- <ul>
445
- <li>Made edges gradually turn straight when nodes get close enough to each other.</li>
446
- <li>Implemented an upload counter for Google Analytics. </li>
447
- <li>Implemented additional test cases for the unit testing framework. </li>
448
- </ul>
449
- </div>
450
- </div>
451
- </div>
452
-
453
- <div class="panel panel-default">
454
- <div class="panel-heading">
455
- <p class="panel-title aboutHeaders">
456
- <a href="#v1_10Content" data-toggle="collapse">
457
- GRNsight v1.10
458
- </a>
459
- </p>
460
- </div>
461
-
462
- <div id="v1_10Content" class="panel-collapse collapse">
463
- <div class="panel-body">
464
- GRNsight v1.10 includes the following new features and bug fixes:
465
- <ul>
466
- <li>Implementation of unit testing framework to facilitate test-driven development (TDD).</li>
467
- <li>Adjusted and refined space between repressor bars and their attached nodes.</li>
468
- <li>Added page counter to the bottom of each webpage based on data collected through Google Analytics.</li>
469
- </ul>
470
- </div>
471
- </div>
472
- </div>
473
-
474
- <div class="panel panel-default">
475
- <div class="panel-heading">
476
- <p class="panel-title aboutHeaders">
477
- <a href="#v1_8_2Content" data-toggle="collapse">
478
- GRNsight v1.8.2
479
- </a>
480
- </p>
481
- </div>
482
-
483
- <div id="v1_8_2Content" class="panel-collapse collapse">
484
- <div class="panel-body">
485
- GRNsight v1.8.2 includes the following new features and bug fixes:
486
- <ul>
487
- <li>Nodes and self-referential edges no longer go outside the bounding box of the graph.</li>
488
- <li>A bug was fixed that had inactivated the reset button before graph is loaded.</li>
489
- </ul>
490
- </div>
491
- </div>
492
- </div>
493
-
494
- <div class="panel panel-default">
495
- <div class="panel-heading">
496
- <p class="panel-title aboutHeaders">
497
- <a href="#v1_8Content" data-toggle="collapse">
498
- GRNsight v1.8
499
- </a>
500
- </p>
501
- </div>
502
-
503
- <div id="v1_8Content" class="panel-collapse collapse">
504
- <div class="panel-body">
505
- GRNsight v1.8 includes the following new features and bug fixes:
506
- <ul>
507
- <li>Two additional demo files have been provided for users to view: Demo #3 Unweighted GRN (21 genes, 31 edges) and Demo #4 (21 genes, 31 edges, Schade et al. 2004 data).</li>
508
- <li>GRNsight now allows the user to upload spreadsheets with asymmetric adjacency matrices. I.e., the number, identity, and order of genes across the top and side of the adjacency matrix do not have to match.</li>
509
- <li>The size of the bounding box for the graph has been fixed to a particular size.</li>
510
- <li>Edges between nodes no longer go outside the bounding box; self-referential edges do still go outside the bounding box--this will be addressed in a future release.</li>
511
- <li>A bug in Firefox that was chopping off points of arrowheads has been fixed.</li>
512
- <li>When a weighted graph is displayed, a message appears underneath the Undo Reset button to remind the user to "Mouse over the edges to see the weight parameter values."</li>
513
- <li>A workaround for printing in Firefox has been described.</li>
514
- <li>Nodes and self-referential edges no longer go outside the bounding box of the graph.</li>
515
- <li>A bug was fixed that had inactivated the reset button before graph is loaded.</li>
516
- </ul>
517
- </div>
518
- </div>
519
- </div>
520
-
521
- <div class="panel panel-default">
522
- <div class="panel-heading">
523
- <p class="panel-title aboutHeaders">
524
- <a href="#v1_6Content" data-toggle="collapse">
525
- GRNsight v1.6
526
- </a>
527
- </p>
528
- </div>
529
-
530
- <div id="v1_6Content" class="panel-collapse collapse">
531
- <div class="panel-body">
532
- GRNsight v1.6 includes improvements to the appearance of the gene regulatory network graphs and fixes for several reported issues as follows:
533
- <ul>
534
- <li>The arrowhead sizes of the self-referential edges were customized for each edge thickness to improve the appearance of the gene regulatory network graphs. The arrowheads are now centered on the self-referential edges. In Firefox, the pointy end of large self-referential arrowheads are being chopped off. This issue will be fixed in a future release.</li>
535
- <li>The ability for the server to reject erroneous files without crashing was improved.</li>
536
- <li>Several bugs related to the Reload and Open functions were fixed.</li>
537
- <li>The Reload and Print menu options were disabled before a gene regulatory network graph was loaded because there is nothing to reload or print at that point.</li>
538
- </ul>
539
- </ul>
540
- </div>
541
- </div>
542
- </div>
543
-
544
- <div class="panel panel-default">
545
- <div class="panel-heading">
546
- <p class="panel-title aboutHeaders">
547
- <a href="#v1_4Content" data-toggle="collapse">
548
- GRNsight v1.4
549
- </a>
550
- </p>
551
- </div>
552
-
553
- <div id="v1_4Content" class="panel-collapse collapse">
554
- <div class="panel-body">
555
- <ul>
556
- <li>
557
- The force graph parameter sliders, lock force graph parameter sliders check box and menu item, and reset force graph parameter button and menu item were all set to be active before a spreadsheet is loaded. The values set before loading will be used when a spreadsheet is loaded.
558
- </li>
559
- <li>
560
- Two options were added to the Edit > Preferences menu: "Format edges based on optimized weight parameters" or "Default to black edges with regular arrowheads". When "Format edges based on optimized weight parameters" is selected, spreadsheets named "network_optimized_weights" containing weighted values in the adjacency matrix will display with color and variable thicknesses depending on the weight values of the relationships between edges. If "Default to black edges with regular arrowheads" is selected, all graphs will appear as unweighted graphs.
561
- </li>
562
- <li>
563
- Printing was enabled in the File menu. Mac users can utilize native print to PDF function available from their operating system to print the graph to a PDF file. Windows users will need to have the full version of Adobe Acrobat (or other "print to PDF" utility) to print graphs to a PDF file. There is a known bug with the print function printing an extra blank page that is currently being investigated for a fix in a later release.
564
- </li>
565
- <li>Various bug fixes were implemented regarding the loading of the Demo GRNs and unusual behavior of the first node created from a spreadsheet.</li>
566
- </ul>
567
- </div>
568
- </div>
569
- </div>
570
-
571
- <div class="panel panel-default">
572
- <div class="panel-heading">
573
- <p class="panel-title aboutHeaders">
574
- <a href="#v1_2Content" data-toggle="collapse">
575
- GRNsight v1.2
576
- </a>
577
- </p>
578
- </div>
579
-
580
- <div id="v1_2Content" class="panel-collapse collapse">
581
- <div class="panel-body">
582
- <ul>
583
- <li>Code was brached so that the stable v1.2 runs on the GRNsight home page, while v1.3 Beta runs on a new Beta page for live testing of new features.</li>
584
- <li> Improvements were made to the user interface layout:
585
- <ul>
586
- <li>A menu bar was implemented to organize GRNsight functions and options.</li>
587
- <li>Instead of separate “Open” and “Submit” buttons, the “Open” menu option opens a dialog from which to choose a GRNmap spreadsheet and then automatically loads the graph; a new "Reload" option was implemented that reloads the current graph.</li>
588
- <li>Information about each force graph parameter was added into a tooltip that appears upon hovering over the label.</li>
589
- </ul>
590
- </li>
591
- <li>A Demo menu option was implemented to load sample unweighted and weighted gene regulatory networks.</li>
592
- <li>For graphs with weighted edges, the method for determining the thickness and coloring of the edges was changed. The way that GRNsight now determines the edge thickness is as follows. GRNsight divides all weight values by the absolute value of the maximum weight in the matrix to normalize all the values to between zero and 1. GRNsight then adjusts the thickness of the lines to vary continuously from the minimum thickness (for normalized weights near zero) to maximum thickness (normalized weights of 1). Edges with positive normalized weight values from 0.05 to 1 are colored magenta; edges with negative normalized weight values from -0.05 to -1 are colored cyan. Edges with normalized weight values between -0.05 and 0.05 are colored grey.</li>
593
- <li>Improvements were made to the appearance of the triangular arrowheads, blunt arrowheads, and circular edges. The triangular arrowheads and blunt arrowheads were also changed to be assigned on the same continuous linear scale as the edges.</li>
594
- <li>Cosmetic issues and performance issues were fixed by temporarily removing the highlighting and outlining of edges.</li>
595
- <li>The ranges and default values of the force graph parameters were adjusted to optimize the automatic layout of the Demo networks consisting of 21 nodes and 50 edges.</li>
596
- <li>grnsight.cs.lmu.edu was configured to serve 4 services via standard ports to reduce likelihood of blockage by anti-malware software.</li>
597
- </ul>
598
- </div>
599
- </div>
600
- </div>
601
-
602
- <div class="panel panel-default">
603
- <div class="panel-heading">
604
- <p class="panel-title aboutHeaders">
605
- <a href="#v1_0Content" data-toggle="collapse">
606
- GRNsight v1.0
607
- </a>
608
- </p>
609
- </div>
610
-
611
- <div id="v1_0Content" class="panel-collapse collapse">
612
- <div class="panel-body">
613
- <ul>
614
- <li>GRNsight has a service-oriented architecture.
615
- <ul>
616
- <li>GRNsight has two pieces: a server and a web client.</li>
617
- <li>The server is responsible for receiving and parsing an Excel spreadsheet uploaded by the user.</li>
618
- <li>The server uses the <a href="http://nodejs.org/" target="_blank">Node.js</a> framework.</li>
619
- <li>The web client receives data from the server and generates the graph visualization.</li>
620
- </ul>
621
- </li>
622
- <li>GRNsight uses the <a href="http://d3js.org/" target="_blank">Data-Driven Documents (D3)</a> JavaScript library to generate a graph derived from input network data.
623
- <ul>
624
- <li>D3 dynamically manipulates HTML and Scalable Vector Graphics (SVG) to form the elements of the graph.</li>
625
- <li>GRNsight implements D3’s force layout, which applies a physics-based simulation to the graph.</li>
626
- <li>D3 also allows for the fine tuning of Cascading Style Sheets (CSS), the code that styles web pages.</li>
627
- </ul>
628
- </li>
629
- <li>The default implementation of D3 simply had nodes and edges. We added several features, including:
630
- <ul>
631
- <li>Rectangular nodes.</li>
632
- <li>Labels on nodes.</li>
633
- <li>Variant node size.</li>
634
- <li>Multiple arrowheads were created as to represent the different types of edges depicted by the graph (activation, repression, and self-regulation).</li>
635
- <li>A special case was added to add a looping edge if a node regulated itself.</li>
636
- <li>Edge thickness varies based on the weight parameters in the spreadsheet uploaded by the user. Four thicknesses are set based on the four quartiles of the range of the weight parameter values.</li>
637
- <li>Edge color is based on the sign of the weight parameter. Positive values are colored magenta and negative values are colored cyan. Values in the first quartile near zero are colored gray.</li>
638
- <li>Tooltips display the weight value of an edge upon mouse hover; four significant digits are displayed.</li>
639
- <li>Edges were given a white outline to better distinguish them when multiple edges overlapped.</li>
640
- <li>The user can drag nodes to customize their view of the network.</li>
641
- <li>Edges adapt their anchor points to the movements of the nodes. </li>
642
- <li>Dragging a node will highlight all adjacent edges.</li>
643
- </ul>
644
- </li>
645
- <li>The user interface is compatible with Firefox and Chrome browsers.
646
- <ul>
647
- <li>File upload is via a simple HTML form element.</li>
648
- <li>Nodes are displayed as interactive HTML elements.</li>
649
- <li>Advanced users can utilize force graph parameter setting sliders to refine the visualization.
650
- <ul>
651
- <li>Nodes have a charge, which repels or attracts other nodes.</li>
652
- <li>The charge distance determines at what range a node’s charge will affect other nodes.</li>
653
- <li>The link distance determines the minimum distance maintained between nodes.</li>
654
- <li>Gravity determines how strongly the nodes are drawn to the center of the graph.</li>
655
- <li>Sliders can be locked to prevent changes.</li>
656
- </ul>
657
- </li>
658
- </ul>
659
- </li>
660
- </ul>
661
- </div>
662
- </div>
663
- </div>
664
- </div>
665
- </div>
666
- </div>
667
- </div>
668
-
669
- <div class="panel panel-default">
670
- <div class="panel-heading">
671
- <p class="panel-title aboutHeaders">
672
- <a data-toggle="collapse" href="#citingContent">
673
- How to Cite GRNsight
674
- </a>
675
- </p>
676
- </div>
677
-
678
- <div id="citingContent" class="panel-collapse collapse">
679
- <div class="panel-body">
680
- <div>
681
- If you use GRNsight in your work, please cite:
682
- </div>
683
- <div style="margin-left: 30px; padding-top: 10px; padding-bottom: 10px;">
684
- Dahlquist, K.D., Dionisio, J.D.N., Fitzpatrick, B.G., Anguiano, N.A., Varshneya, A., Southwick, B.J., Samdarshi, M. (2016) GRNsight: a web application and service for visualizing models of small- to medium-scale gene regulatory networks. PeerJ Computer Science 2:e85. <a href="https://doi.org/10.7717/peerj-cs.85" target="_blank">DOI: 10.7717/peerj-cs.85</a>.
685
- </div>
686
- <div>
687
- This publication references GRNsight v1.18.1. The <a href="https://zenodo.org/" target="_blank">Zenodo</a>-generated DOI for the latest software release is:
688
- </div>
689
- <div style="margin-left: 30px; padding-top: 10px; padding-bottom: 10px;">
690
- <a href="https://zenodo.org/badge/latestdoi/16195791"><img src="https://zenodo.org/badge/16195791.svg" alt="DOI"></a>
691
- </div>
692
- </div>
693
- </div>
694
- </div>
695
-
696
- <div class="panel panel-default">
697
- <div class="panel-heading">
698
- <p class="panel-title aboutHeaders">
699
- <a data-toggle="collapse" href="#fundingContent">
700
- Funding
701
- </a>
702
- </p>
703
- </div>
704
-
705
- <div id="fundingContent" class="panel-collapse collapse">
706
- <div class="panel-body">
707
- This work is partially supported by <a href="http://www.nsf.gov/awardsearch/showAward?AWD_ID=0921038" target="_blank">NSF award 0921038</a> (Kam D. Dahlquist, Ben G. Fitzpatrick, and Katrina Sherbina), a Kadner-Pitts Research Grant (Kam D. Dahlquist), the Loyola Marymount University Rains Research Assistant Program (Nicole A. Anguiano, Eileen J. Choe, Mihir Samdarshi), and the Loyola Marymount University Summer Undergraduate Research Program (Anindita Varshneya, John L. Lopez).
708
- </div>
709
- </div>
710
- </div>
711
-
712
- <div class="panel panel-default">
713
- <div class="panel-heading">
714
- <p class="panel-title aboutHeaders">
715
- <a href="#privacy" data-toggle="collapse">
716
- Privacy Statement
717
- </a>
718
- </p>
719
- </div>
720
-
721
- <div id="privacy" class="panel-collapse collapse">
722
- <div class="panel-body">
723
- <ul>
724
- <li>Every user's submitted data are private and not viewable by anyone other than the user. Uploaded data reside as temporary files and are deleted from the GRNsight server during standard operating system file cleanup procedures.</li>
725
- <li>This site uses Google Analytics to count pageviews and file uploads to demonstrate usage of our software to interested parties such as our employers and funding agencies. Information about your use of this site is shared with Google. By using this site, you agree to <a href="https://www.google.com/policies/technologies/cookies/">its use of cookies</a>.</li>
726
- </ul>
727
- </div>
728
- </div>
729
- </div>
730
-
731
- <div class="panel panel-default">
732
- <div class="panel-heading">
733
- <p class="panel-title aboutHeaders">
734
- <a href="#codeOfConduct" data-toggle="collapse">
735
- Code of Conduct
736
- </a>
737
- </p>
738
- </div>
739
-
740
- <div id="codeOfConduct" class="panel-collapse collapse">
741
- <div class="panel-body">
742
- This project has been released with a Contributor Code of Conduct. Participants in this project have agreed to abide by its terms. The full Code of Conduct can be read <a href="https://github.com/dondi/GRNsight/blob/master/CODE_OF_CONDUCT.md">here</a>.
743
- </div>
744
- </div>
745
- </div>
746
-
747
- </div>
748
- </div>
749
-
750
- <div id="footer">
751
- <hr id="separate">
752
- <ul id="footerNav">
753
- <li><a href="/GRNsight/">Home</a></li>
754
- <li><a href="/GRNsight/about.html">About</a></li>
755
- <li><a href="/GRNsight/news.html">News</a></li>
756
- <li><a href="https://github.com/dondi/GRNsight" target="_blank">Developers</a></li>
757
- <li><a href="/GRNsight/documentation.html">Documentation</a></li>
758
- <li><a href="https://github.com/dondi/GRNsight/wiki" target="_blank">Wiki</a></li>
759
- <li><a href="/GRNsight/publications.html">Publications</a></li>
760
- <li><a href="/GRNsight/people.html">People</a></li>
761
- <li><a href="/GRNsight/contact.html">Contact</a></li>
762
- <li><a href="/GRNsight/links.html">Links</a></li>
763
- <li><a href="/GRNsight/beta.html">Beta</a></li>
764
- <li><a href="/GRNsight/about.html#privacy">Privacy</a></li>
765
-
766
- </ul>
767
- <p id="CCLicense">
768
- This web site is free and open to all users and there is no login requirement.
769
-
770
- Web site content is available under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/" target="_blank">Creative Commons
771
- <br>
772
- Attribution Non-Commercial Share Alike 3.0 Unported License</a>.
773
-
774
- GRNsight code is available under the open source <a href="http://opensource.org/licenses/BSD-3-Clause" target="_blank">BSD license</a>.
775
-
776
- <br>
777
-
778
- This page has been accessed <span class="ga-report"></span> times.
779
-
780
-
781
- </p>
782
-
783
- </div>
784
- </div>
785
-
786
- <script>
787
- (function(i,s,o,g,r,a,m){i["GoogleAnalyticsObject"]=r;i[r]=i[r]||function(){
788
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
789
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
790
- })(window,document,"script","//www.google-analytics.com/analytics.js","ga");
791
-
792
- ga("create", "UA-54882218-1", "auto");
793
- ga("send", "pageview");
794
- </script>
795
- <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
796
- <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
797
- <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
798
- <script src="/GRNsight/assets/js/main.js"></script>
799
- <script src="/GRNsight/assets/js/ga-report.js"></script>
800
-
801
-
802
-
803
-
804
-
805
- </body>
806
-
807
- </html>