grnsight 5.1.0 → 6.0.4
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.
- package/.eslintrc.yml +2 -0
- package/.travis.yml +2 -0
- package/database/README.md +87 -0
- package/database/expression-database/README.md +60 -0
- package/database/expression-database/schema.sql +71 -0
- package/database/expression-database/scripts/loader.py +186 -0
- package/database/expression-database/scripts/preprocessing.py +197 -0
- package/database/network-database/README.md +88 -0
- package/database/network-database/schema.sql +25 -0
- package/database/network-database/scripts/filter_genes.py +76 -0
- package/database/network-database/scripts/generate_network.py +185 -0
- package/database/network-database/scripts/generate_sgd_network_from_yeastract_network.py +120 -0
- package/database/network-database/scripts/loader.py +79 -0
- package/gdb/PG_VERSION +1 -0
- package/gdb/base/1/112 +0 -0
- package/gdb/base/1/113 +0 -0
- package/gdb/base/1/1247 +0 -0
- package/gdb/base/1/1247_fsm +0 -0
- package/gdb/base/1/1247_vm +0 -0
- package/gdb/base/1/1249 +0 -0
- package/gdb/base/1/1249_fsm +0 -0
- package/gdb/base/1/1249_vm +0 -0
- package/gdb/base/1/1255 +0 -0
- package/gdb/base/1/1255_fsm +0 -0
- package/gdb/base/1/1255_vm +0 -0
- package/gdb/base/1/1259 +0 -0
- package/gdb/base/1/1259_fsm +0 -0
- package/gdb/base/1/1259_vm +0 -0
- package/gdb/base/1/13852 +0 -0
- package/gdb/base/1/13852_fsm +0 -0
- package/gdb/base/1/13852_vm +0 -0
- package/gdb/base/1/13855 +0 -0
- package/gdb/base/1/13856 +0 -0
- package/gdb/base/1/13857 +0 -0
- package/gdb/base/1/13857_fsm +0 -0
- package/gdb/base/1/13857_vm +0 -0
- package/gdb/base/1/13860 +0 -0
- package/gdb/base/1/13861 +0 -0
- package/gdb/base/1/13862 +0 -0
- package/gdb/base/1/13862_fsm +0 -0
- package/gdb/base/1/13862_vm +0 -0
- package/gdb/base/1/13865 +0 -0
- package/gdb/base/1/13866 +0 -0
- package/gdb/base/1/13867 +0 -0
- package/gdb/base/1/13867_fsm +0 -0
- package/gdb/base/1/13867_vm +0 -0
- package/gdb/base/1/13870 +0 -0
- package/gdb/base/1/13871 +0 -0
- package/gdb/base/1/1417 +0 -0
- package/gdb/base/1/1418 +0 -0
- package/gdb/base/1/174 +0 -0
- package/gdb/base/1/175 +0 -0
- package/gdb/base/1/2187 +0 -0
- package/gdb/base/1/2224 +0 -0
- package/gdb/base/1/2228 +0 -0
- package/gdb/base/1/2328 +0 -0
- package/gdb/base/1/2336 +0 -0
- package/gdb/base/1/2337 +0 -0
- package/gdb/base/1/2579 +0 -0
- package/gdb/base/1/2600 +0 -0
- package/gdb/base/1/2600_fsm +0 -0
- package/gdb/base/1/2600_vm +0 -0
- package/gdb/base/1/2601 +0 -0
- package/gdb/base/1/2601_fsm +0 -0
- package/gdb/base/1/2601_vm +0 -0
- package/gdb/base/1/2602 +0 -0
- package/gdb/base/1/2602_fsm +0 -0
- package/gdb/base/1/2602_vm +0 -0
- package/gdb/base/1/2603 +0 -0
- package/gdb/base/1/2603_fsm +0 -0
- package/gdb/base/1/2603_vm +0 -0
- package/gdb/base/1/2604 +0 -0
- package/gdb/base/1/2605 +0 -0
- package/gdb/base/1/2605_fsm +0 -0
- package/gdb/base/1/2605_vm +0 -0
- package/gdb/base/1/2606 +0 -0
- package/gdb/base/1/2606_fsm +0 -0
- package/gdb/base/1/2606_vm +0 -0
- package/gdb/base/1/2607 +0 -0
- package/gdb/base/1/2607_fsm +0 -0
- package/gdb/base/1/2607_vm +0 -0
- package/gdb/base/1/2608 +0 -0
- package/gdb/base/1/2608_fsm +0 -0
- package/gdb/base/1/2608_vm +0 -0
- package/gdb/base/1/2609 +0 -0
- package/gdb/base/1/2609_fsm +0 -0
- package/gdb/base/1/2609_vm +0 -0
- package/gdb/base/1/2610 +0 -0
- package/gdb/base/1/2610_fsm +0 -0
- package/gdb/base/1/2610_vm +0 -0
- package/gdb/base/1/2611 +0 -0
- package/gdb/base/1/2612 +0 -0
- package/gdb/base/1/2612_fsm +0 -0
- package/gdb/base/1/2612_vm +0 -0
- package/gdb/base/1/2613 +0 -0
- package/gdb/base/1/2615 +0 -0
- package/gdb/base/1/2615_fsm +0 -0
- package/gdb/base/1/2615_vm +0 -0
- package/gdb/base/1/2616 +0 -0
- package/gdb/base/1/2616_fsm +0 -0
- package/gdb/base/1/2616_vm +0 -0
- package/gdb/base/1/2617 +0 -0
- package/gdb/base/1/2617_fsm +0 -0
- package/gdb/base/1/2617_vm +0 -0
- package/gdb/base/1/2618 +0 -0
- package/gdb/base/1/2618_fsm +0 -0
- package/gdb/base/1/2618_vm +0 -0
- package/gdb/base/1/2619 +0 -0
- package/gdb/base/1/2619_fsm +0 -0
- package/gdb/base/1/2619_vm +0 -0
- package/gdb/base/1/2620 +0 -0
- package/gdb/base/1/2650 +0 -0
- package/gdb/base/1/2651 +0 -0
- package/gdb/base/1/2652 +0 -0
- package/gdb/base/1/2653 +0 -0
- package/gdb/base/1/2654 +0 -0
- package/gdb/base/1/2655 +0 -0
- package/gdb/base/1/2656 +0 -0
- package/gdb/base/1/2657 +0 -0
- package/gdb/base/1/2658 +0 -0
- package/gdb/base/1/2659 +0 -0
- package/gdb/base/1/2660 +0 -0
- package/gdb/base/1/2661 +0 -0
- package/gdb/base/1/2662 +0 -0
- package/gdb/base/1/2663 +0 -0
- package/gdb/base/1/2664 +0 -0
- package/gdb/base/1/2665 +0 -0
- package/gdb/base/1/2666 +0 -0
- package/gdb/base/1/2667 +0 -0
- package/gdb/base/1/2668 +0 -0
- package/gdb/base/1/2669 +0 -0
- package/gdb/base/1/2670 +0 -0
- package/gdb/base/1/2673 +0 -0
- package/gdb/base/1/2673_fsm +0 -0
- package/gdb/base/1/2674 +0 -0
- package/gdb/base/1/2674_fsm +0 -0
- package/gdb/base/1/2675 +0 -0
- package/gdb/base/1/2678 +0 -0
- package/gdb/base/1/2679 +0 -0
- package/gdb/base/1/2680 +0 -0
- package/gdb/base/1/2681 +0 -0
- package/gdb/base/1/2682 +0 -0
- package/gdb/base/1/2683 +0 -0
- package/gdb/base/1/2684 +0 -0
- package/gdb/base/1/2685 +0 -0
- package/gdb/base/1/2686 +0 -0
- package/gdb/base/1/2687 +0 -0
- package/gdb/base/1/2688 +0 -0
- package/gdb/base/1/2689 +0 -0
- package/gdb/base/1/2690 +0 -0
- package/gdb/base/1/2691 +0 -0
- package/gdb/base/1/2692 +0 -0
- package/gdb/base/1/2693 +0 -0
- package/gdb/base/1/2696 +0 -0
- package/gdb/base/1/2699 +0 -0
- package/gdb/base/1/2701 +0 -0
- package/gdb/base/1/2702 +0 -0
- package/gdb/base/1/2703 +0 -0
- package/gdb/base/1/2704 +0 -0
- package/gdb/base/1/2753 +0 -0
- package/gdb/base/1/2753_fsm +0 -0
- package/gdb/base/1/2753_vm +0 -0
- package/gdb/base/1/2754 +0 -0
- package/gdb/base/1/2755 +0 -0
- package/gdb/base/1/2756 +0 -0
- package/gdb/base/1/2757 +0 -0
- package/gdb/base/1/2830 +0 -0
- package/gdb/base/1/2831 +0 -0
- package/gdb/base/1/2832 +0 -0
- package/gdb/base/1/2833 +0 -0
- package/gdb/base/1/2834 +0 -0
- package/gdb/base/1/2835 +0 -0
- package/gdb/base/1/2836 +0 -0
- package/gdb/base/1/2836_fsm +0 -0
- package/gdb/base/1/2836_vm +0 -0
- package/gdb/base/1/2837 +0 -0
- package/gdb/base/1/2838 +0 -0
- package/gdb/base/1/2838_fsm +0 -0
- package/gdb/base/1/2838_vm +0 -0
- package/gdb/base/1/2839 +0 -0
- package/gdb/base/1/2840 +0 -0
- package/gdb/base/1/2840_fsm +0 -0
- package/gdb/base/1/2840_vm +0 -0
- package/gdb/base/1/2841 +0 -0
- package/gdb/base/1/2995 +0 -0
- package/gdb/base/1/2996 +0 -0
- package/gdb/base/1/3079 +0 -0
- package/gdb/base/1/3079_fsm +0 -0
- package/gdb/base/1/3079_vm +0 -0
- package/gdb/base/1/3080 +0 -0
- package/gdb/base/1/3081 +0 -0
- package/gdb/base/1/3085 +0 -0
- package/gdb/base/1/3118 +0 -0
- package/gdb/base/1/3119 +0 -0
- package/gdb/base/1/3164 +0 -0
- package/gdb/base/1/3256 +0 -0
- package/gdb/base/1/3257 +0 -0
- package/gdb/base/1/3258 +0 -0
- package/gdb/base/1/3350 +0 -0
- package/gdb/base/1/3351 +0 -0
- package/gdb/base/1/3379 +0 -0
- package/gdb/base/1/3380 +0 -0
- package/gdb/base/1/3381 +0 -0
- package/gdb/base/1/3394 +0 -0
- package/gdb/base/1/3394_fsm +0 -0
- package/gdb/base/1/3394_vm +0 -0
- package/gdb/base/1/3395 +0 -0
- package/gdb/base/1/3429 +0 -0
- package/gdb/base/1/3430 +0 -0
- package/gdb/base/1/3431 +0 -0
- package/gdb/base/1/3433 +0 -0
- package/gdb/base/1/3439 +0 -0
- package/gdb/base/1/3440 +0 -0
- package/gdb/base/1/3455 +0 -0
- package/gdb/base/1/3456 +0 -0
- package/gdb/base/1/3456_fsm +0 -0
- package/gdb/base/1/3456_vm +0 -0
- package/gdb/base/1/3466 +0 -0
- package/gdb/base/1/3467 +0 -0
- package/gdb/base/1/3468 +0 -0
- package/gdb/base/1/3501 +0 -0
- package/gdb/base/1/3502 +0 -0
- package/gdb/base/1/3503 +0 -0
- package/gdb/base/1/3534 +0 -0
- package/gdb/base/1/3541 +0 -0
- package/gdb/base/1/3541_fsm +0 -0
- package/gdb/base/1/3541_vm +0 -0
- package/gdb/base/1/3542 +0 -0
- package/gdb/base/1/3574 +0 -0
- package/gdb/base/1/3575 +0 -0
- package/gdb/base/1/3576 +0 -0
- package/gdb/base/1/3596 +0 -0
- package/gdb/base/1/3597 +0 -0
- package/gdb/base/1/3598 +0 -0
- package/gdb/base/1/3599 +0 -0
- package/gdb/base/1/3600 +0 -0
- package/gdb/base/1/3600_fsm +0 -0
- package/gdb/base/1/3600_vm +0 -0
- package/gdb/base/1/3601 +0 -0
- package/gdb/base/1/3601_fsm +0 -0
- package/gdb/base/1/3601_vm +0 -0
- package/gdb/base/1/3602 +0 -0
- package/gdb/base/1/3602_fsm +0 -0
- package/gdb/base/1/3602_vm +0 -0
- package/gdb/base/1/3603 +0 -0
- package/gdb/base/1/3603_fsm +0 -0
- package/gdb/base/1/3603_vm +0 -0
- package/gdb/base/1/3604 +0 -0
- package/gdb/base/1/3605 +0 -0
- package/gdb/base/1/3606 +0 -0
- package/gdb/base/1/3607 +0 -0
- package/gdb/base/1/3608 +0 -0
- package/gdb/base/1/3609 +0 -0
- package/gdb/base/1/3712 +0 -0
- package/gdb/base/1/3764 +0 -0
- package/gdb/base/1/3764_fsm +0 -0
- package/gdb/base/1/3764_vm +0 -0
- package/gdb/base/1/3766 +0 -0
- package/gdb/base/1/3767 +0 -0
- package/gdb/base/1/3997 +0 -0
- package/gdb/base/1/4143 +0 -0
- package/gdb/base/1/4144 +0 -0
- package/gdb/base/1/4145 +0 -0
- package/gdb/base/1/4146 +0 -0
- package/gdb/base/1/4147 +0 -0
- package/gdb/base/1/4148 +0 -0
- package/gdb/base/1/4149 +0 -0
- package/gdb/base/1/4150 +0 -0
- package/gdb/base/1/4151 +0 -0
- package/gdb/base/1/4152 +0 -0
- package/gdb/base/1/4153 +0 -0
- package/gdb/base/1/4154 +0 -0
- package/gdb/base/1/4155 +0 -0
- package/gdb/base/1/4156 +0 -0
- package/gdb/base/1/4157 +0 -0
- package/gdb/base/1/4158 +0 -0
- package/gdb/base/1/4159 +0 -0
- package/gdb/base/1/4160 +0 -0
- package/gdb/base/1/4163 +0 -0
- package/gdb/base/1/4164 +0 -0
- package/gdb/base/1/4165 +0 -0
- package/gdb/base/1/4166 +0 -0
- package/gdb/base/1/4167 +0 -0
- package/gdb/base/1/4168 +0 -0
- package/gdb/base/1/4169 +0 -0
- package/gdb/base/1/4170 +0 -0
- package/gdb/base/1/4171 +0 -0
- package/gdb/base/1/4172 +0 -0
- package/gdb/base/1/4173 +0 -0
- package/gdb/base/1/4174 +0 -0
- package/gdb/base/1/5002 +0 -0
- package/gdb/base/1/548 +0 -0
- package/gdb/base/1/549 +0 -0
- package/gdb/base/1/6102 +0 -0
- package/gdb/base/1/6104 +0 -0
- package/gdb/base/1/6106 +0 -0
- package/gdb/base/1/6110 +0 -0
- package/gdb/base/1/6111 +0 -0
- package/gdb/base/1/6112 +0 -0
- package/gdb/base/1/6113 +0 -0
- package/gdb/base/1/6117 +0 -0
- package/gdb/base/1/6175 +0 -0
- package/gdb/base/1/6176 +0 -0
- package/gdb/base/1/826 +0 -0
- package/gdb/base/1/827 +0 -0
- package/gdb/base/1/828 +0 -0
- package/gdb/base/1/PG_VERSION +1 -0
- package/gdb/base/1/pg_filenode.map +0 -0
- package/gdb/base/14033/112 +0 -0
- package/gdb/base/14033/113 +0 -0
- package/gdb/base/14033/1247 +0 -0
- package/gdb/base/14033/1247_fsm +0 -0
- package/gdb/base/14033/1247_vm +0 -0
- package/gdb/base/14033/1249 +0 -0
- package/gdb/base/14033/1249_fsm +0 -0
- package/gdb/base/14033/1249_vm +0 -0
- package/gdb/base/14033/1255 +0 -0
- package/gdb/base/14033/1255_fsm +0 -0
- package/gdb/base/14033/1255_vm +0 -0
- package/gdb/base/14033/1259 +0 -0
- package/gdb/base/14033/1259_fsm +0 -0
- package/gdb/base/14033/1259_vm +0 -0
- package/gdb/base/14033/13852 +0 -0
- package/gdb/base/14033/13852_fsm +0 -0
- package/gdb/base/14033/13852_vm +0 -0
- package/gdb/base/14033/13855 +0 -0
- package/gdb/base/14033/13856 +0 -0
- package/gdb/base/14033/13857 +0 -0
- package/gdb/base/14033/13857_fsm +0 -0
- package/gdb/base/14033/13857_vm +0 -0
- package/gdb/base/14033/13860 +0 -0
- package/gdb/base/14033/13861 +0 -0
- package/gdb/base/14033/13862 +0 -0
- package/gdb/base/14033/13862_fsm +0 -0
- package/gdb/base/14033/13862_vm +0 -0
- package/gdb/base/14033/13865 +0 -0
- package/gdb/base/14033/13866 +0 -0
- package/gdb/base/14033/13867 +0 -0
- package/gdb/base/14033/13867_fsm +0 -0
- package/gdb/base/14033/13867_vm +0 -0
- package/gdb/base/14033/13870 +0 -0
- package/gdb/base/14033/13871 +0 -0
- package/gdb/base/14033/1417 +0 -0
- package/gdb/base/14033/1418 +0 -0
- package/gdb/base/14033/174 +0 -0
- package/gdb/base/14033/175 +0 -0
- package/gdb/base/14033/2187 +0 -0
- package/gdb/base/14033/2224 +0 -0
- package/gdb/base/14033/2228 +0 -0
- package/gdb/base/14033/2328 +0 -0
- package/gdb/base/14033/2336 +0 -0
- package/gdb/base/14033/2337 +0 -0
- package/gdb/base/14033/2579 +0 -0
- package/gdb/base/14033/2600 +0 -0
- package/gdb/base/14033/2600_fsm +0 -0
- package/gdb/base/14033/2600_vm +0 -0
- package/gdb/base/14033/2601 +0 -0
- package/gdb/base/14033/2601_fsm +0 -0
- package/gdb/base/14033/2601_vm +0 -0
- package/gdb/base/14033/2602 +0 -0
- package/gdb/base/14033/2602_fsm +0 -0
- package/gdb/base/14033/2602_vm +0 -0
- package/gdb/base/14033/2603 +0 -0
- package/gdb/base/14033/2603_fsm +0 -0
- package/gdb/base/14033/2603_vm +0 -0
- package/gdb/base/14033/2604 +0 -0
- package/gdb/base/14033/2605 +0 -0
- package/gdb/base/14033/2605_fsm +0 -0
- package/gdb/base/14033/2605_vm +0 -0
- package/gdb/base/14033/2606 +0 -0
- package/gdb/base/14033/2606_fsm +0 -0
- package/gdb/base/14033/2606_vm +0 -0
- package/gdb/base/14033/2607 +0 -0
- package/gdb/base/14033/2607_fsm +0 -0
- package/gdb/base/14033/2607_vm +0 -0
- package/gdb/base/14033/2608 +0 -0
- package/gdb/base/14033/2608_fsm +0 -0
- package/gdb/base/14033/2608_vm +0 -0
- package/gdb/base/14033/2609 +0 -0
- package/gdb/base/14033/2609_fsm +0 -0
- package/gdb/base/14033/2609_vm +0 -0
- package/gdb/base/14033/2610 +0 -0
- package/gdb/base/14033/2610_fsm +0 -0
- package/gdb/base/14033/2610_vm +0 -0
- package/gdb/base/14033/2611 +0 -0
- package/gdb/base/14033/2612 +0 -0
- package/gdb/base/14033/2612_fsm +0 -0
- package/gdb/base/14033/2612_vm +0 -0
- package/gdb/base/14033/2613 +0 -0
- package/gdb/base/14033/2615 +0 -0
- package/gdb/base/14033/2615_fsm +0 -0
- package/gdb/base/14033/2615_vm +0 -0
- package/gdb/base/14033/2616 +0 -0
- package/gdb/base/14033/2616_fsm +0 -0
- package/gdb/base/14033/2616_vm +0 -0
- package/gdb/base/14033/2617 +0 -0
- package/gdb/base/14033/2617_fsm +0 -0
- package/gdb/base/14033/2617_vm +0 -0
- package/gdb/base/14033/2618 +0 -0
- package/gdb/base/14033/2618_fsm +0 -0
- package/gdb/base/14033/2618_vm +0 -0
- package/gdb/base/14033/2619 +0 -0
- package/gdb/base/14033/2619_fsm +0 -0
- package/gdb/base/14033/2619_vm +0 -0
- package/gdb/base/14033/2620 +0 -0
- package/gdb/base/14033/2650 +0 -0
- package/gdb/base/14033/2651 +0 -0
- package/gdb/base/14033/2652 +0 -0
- package/gdb/base/14033/2653 +0 -0
- package/gdb/base/14033/2654 +0 -0
- package/gdb/base/14033/2655 +0 -0
- package/gdb/base/14033/2656 +0 -0
- package/gdb/base/14033/2657 +0 -0
- package/gdb/base/14033/2658 +0 -0
- package/gdb/base/14033/2659 +0 -0
- package/gdb/base/14033/2660 +0 -0
- package/gdb/base/14033/2661 +0 -0
- package/gdb/base/14033/2662 +0 -0
- package/gdb/base/14033/2663 +0 -0
- package/gdb/base/14033/2664 +0 -0
- package/gdb/base/14033/2665 +0 -0
- package/gdb/base/14033/2666 +0 -0
- package/gdb/base/14033/2667 +0 -0
- package/gdb/base/14033/2668 +0 -0
- package/gdb/base/14033/2669 +0 -0
- package/gdb/base/14033/2670 +0 -0
- package/gdb/base/14033/2673 +0 -0
- package/gdb/base/14033/2673_fsm +0 -0
- package/gdb/base/14033/2674 +0 -0
- package/gdb/base/14033/2674_fsm +0 -0
- package/gdb/base/14033/2675 +0 -0
- package/gdb/base/14033/2678 +0 -0
- package/gdb/base/14033/2679 +0 -0
- package/gdb/base/14033/2680 +0 -0
- package/gdb/base/14033/2681 +0 -0
- package/gdb/base/14033/2682 +0 -0
- package/gdb/base/14033/2683 +0 -0
- package/gdb/base/14033/2684 +0 -0
- package/gdb/base/14033/2685 +0 -0
- package/gdb/base/14033/2686 +0 -0
- package/gdb/base/14033/2687 +0 -0
- package/gdb/base/14033/2688 +0 -0
- package/gdb/base/14033/2689 +0 -0
- package/gdb/base/14033/2690 +0 -0
- package/gdb/base/14033/2691 +0 -0
- package/gdb/base/14033/2692 +0 -0
- package/gdb/base/14033/2693 +0 -0
- package/gdb/base/14033/2696 +0 -0
- package/gdb/base/14033/2699 +0 -0
- package/gdb/base/14033/2701 +0 -0
- package/gdb/base/14033/2702 +0 -0
- package/gdb/base/14033/2703 +0 -0
- package/gdb/base/14033/2704 +0 -0
- package/gdb/base/14033/2753 +0 -0
- package/gdb/base/14033/2753_fsm +0 -0
- package/gdb/base/14033/2753_vm +0 -0
- package/gdb/base/14033/2754 +0 -0
- package/gdb/base/14033/2755 +0 -0
- package/gdb/base/14033/2756 +0 -0
- package/gdb/base/14033/2757 +0 -0
- package/gdb/base/14033/2830 +0 -0
- package/gdb/base/14033/2831 +0 -0
- package/gdb/base/14033/2832 +0 -0
- package/gdb/base/14033/2833 +0 -0
- package/gdb/base/14033/2834 +0 -0
- package/gdb/base/14033/2835 +0 -0
- package/gdb/base/14033/2836 +0 -0
- package/gdb/base/14033/2836_fsm +0 -0
- package/gdb/base/14033/2836_vm +0 -0
- package/gdb/base/14033/2837 +0 -0
- package/gdb/base/14033/2838 +0 -0
- package/gdb/base/14033/2838_fsm +0 -0
- package/gdb/base/14033/2838_vm +0 -0
- package/gdb/base/14033/2839 +0 -0
- package/gdb/base/14033/2840 +0 -0
- package/gdb/base/14033/2840_fsm +0 -0
- package/gdb/base/14033/2840_vm +0 -0
- package/gdb/base/14033/2841 +0 -0
- package/gdb/base/14033/2995 +0 -0
- package/gdb/base/14033/2996 +0 -0
- package/gdb/base/14033/3079 +0 -0
- package/gdb/base/14033/3079_fsm +0 -0
- package/gdb/base/14033/3079_vm +0 -0
- package/gdb/base/14033/3080 +0 -0
- package/gdb/base/14033/3081 +0 -0
- package/gdb/base/14033/3085 +0 -0
- package/gdb/base/14033/3118 +0 -0
- package/gdb/base/14033/3119 +0 -0
- package/gdb/base/14033/3164 +0 -0
- package/gdb/base/14033/3256 +0 -0
- package/gdb/base/14033/3257 +0 -0
- package/gdb/base/14033/3258 +0 -0
- package/gdb/base/14033/3350 +0 -0
- package/gdb/base/14033/3351 +0 -0
- package/gdb/base/14033/3379 +0 -0
- package/gdb/base/14033/3380 +0 -0
- package/gdb/base/14033/3381 +0 -0
- package/gdb/base/14033/3394 +0 -0
- package/gdb/base/14033/3394_fsm +0 -0
- package/gdb/base/14033/3394_vm +0 -0
- package/gdb/base/14033/3395 +0 -0
- package/gdb/base/14033/3429 +0 -0
- package/gdb/base/14033/3430 +0 -0
- package/gdb/base/14033/3431 +0 -0
- package/gdb/base/14033/3433 +0 -0
- package/gdb/base/14033/3439 +0 -0
- package/gdb/base/14033/3440 +0 -0
- package/gdb/base/14033/3455 +0 -0
- package/gdb/base/14033/3456 +0 -0
- package/gdb/base/14033/3456_fsm +0 -0
- package/gdb/base/14033/3456_vm +0 -0
- package/gdb/base/14033/3466 +0 -0
- package/gdb/base/14033/3467 +0 -0
- package/gdb/base/14033/3468 +0 -0
- package/gdb/base/14033/3501 +0 -0
- package/gdb/base/14033/3502 +0 -0
- package/gdb/base/14033/3503 +0 -0
- package/gdb/base/14033/3534 +0 -0
- package/gdb/base/14033/3541 +0 -0
- package/gdb/base/14033/3541_fsm +0 -0
- package/gdb/base/14033/3541_vm +0 -0
- package/gdb/base/14033/3542 +0 -0
- package/gdb/base/14033/3574 +0 -0
- package/gdb/base/14033/3575 +0 -0
- package/gdb/base/14033/3576 +0 -0
- package/gdb/base/14033/3596 +0 -0
- package/gdb/base/14033/3597 +0 -0
- package/gdb/base/14033/3598 +0 -0
- package/gdb/base/14033/3599 +0 -0
- package/gdb/base/14033/3600 +0 -0
- package/gdb/base/14033/3600_fsm +0 -0
- package/gdb/base/14033/3600_vm +0 -0
- package/gdb/base/14033/3601 +0 -0
- package/gdb/base/14033/3601_fsm +0 -0
- package/gdb/base/14033/3601_vm +0 -0
- package/gdb/base/14033/3602 +0 -0
- package/gdb/base/14033/3602_fsm +0 -0
- package/gdb/base/14033/3602_vm +0 -0
- package/gdb/base/14033/3603 +0 -0
- package/gdb/base/14033/3603_fsm +0 -0
- package/gdb/base/14033/3603_vm +0 -0
- package/gdb/base/14033/3604 +0 -0
- package/gdb/base/14033/3605 +0 -0
- package/gdb/base/14033/3606 +0 -0
- package/gdb/base/14033/3607 +0 -0
- package/gdb/base/14033/3608 +0 -0
- package/gdb/base/14033/3609 +0 -0
- package/gdb/base/14033/3712 +0 -0
- package/gdb/base/14033/3764 +0 -0
- package/gdb/base/14033/3764_fsm +0 -0
- package/gdb/base/14033/3764_vm +0 -0
- package/gdb/base/14033/3766 +0 -0
- package/gdb/base/14033/3767 +0 -0
- package/gdb/base/14033/3997 +0 -0
- package/gdb/base/14033/4143 +0 -0
- package/gdb/base/14033/4144 +0 -0
- package/gdb/base/14033/4145 +0 -0
- package/gdb/base/14033/4146 +0 -0
- package/gdb/base/14033/4147 +0 -0
- package/gdb/base/14033/4148 +0 -0
- package/gdb/base/14033/4149 +0 -0
- package/gdb/base/14033/4150 +0 -0
- package/gdb/base/14033/4151 +0 -0
- package/gdb/base/14033/4152 +0 -0
- package/gdb/base/14033/4153 +0 -0
- package/gdb/base/14033/4154 +0 -0
- package/gdb/base/14033/4155 +0 -0
- package/gdb/base/14033/4156 +0 -0
- package/gdb/base/14033/4157 +0 -0
- package/gdb/base/14033/4158 +0 -0
- package/gdb/base/14033/4159 +0 -0
- package/gdb/base/14033/4160 +0 -0
- package/gdb/base/14033/4163 +0 -0
- package/gdb/base/14033/4164 +0 -0
- package/gdb/base/14033/4165 +0 -0
- package/gdb/base/14033/4166 +0 -0
- package/gdb/base/14033/4167 +0 -0
- package/gdb/base/14033/4168 +0 -0
- package/gdb/base/14033/4169 +0 -0
- package/gdb/base/14033/4170 +0 -0
- package/gdb/base/14033/4171 +0 -0
- package/gdb/base/14033/4172 +0 -0
- package/gdb/base/14033/4173 +0 -0
- package/gdb/base/14033/4174 +0 -0
- package/gdb/base/14033/5002 +0 -0
- package/gdb/base/14033/548 +0 -0
- package/gdb/base/14033/549 +0 -0
- package/gdb/base/14033/6102 +0 -0
- package/gdb/base/14033/6104 +0 -0
- package/gdb/base/14033/6106 +0 -0
- package/gdb/base/14033/6110 +0 -0
- package/gdb/base/14033/6111 +0 -0
- package/gdb/base/14033/6112 +0 -0
- package/gdb/base/14033/6113 +0 -0
- package/gdb/base/14033/6117 +0 -0
- package/gdb/base/14033/6175 +0 -0
- package/gdb/base/14033/6176 +0 -0
- package/gdb/base/14033/826 +0 -0
- package/gdb/base/14033/827 +0 -0
- package/gdb/base/14033/828 +0 -0
- package/gdb/base/14033/PG_VERSION +1 -0
- package/gdb/base/14033/pg_filenode.map +0 -0
- package/gdb/base/14034/112 +0 -0
- package/gdb/base/14034/113 +0 -0
- package/gdb/base/14034/1247 +0 -0
- package/gdb/base/14034/1247_fsm +0 -0
- package/gdb/base/14034/1247_vm +0 -0
- package/gdb/base/14034/1249 +0 -0
- package/gdb/base/14034/1249_fsm +0 -0
- package/gdb/base/14034/1249_vm +0 -0
- package/gdb/base/14034/1255 +0 -0
- package/gdb/base/14034/1255_fsm +0 -0
- package/gdb/base/14034/1255_vm +0 -0
- package/gdb/base/14034/1259 +0 -0
- package/gdb/base/14034/1259_fsm +0 -0
- package/gdb/base/14034/1259_vm +0 -0
- package/gdb/base/14034/13852 +0 -0
- package/gdb/base/14034/13852_fsm +0 -0
- package/gdb/base/14034/13852_vm +0 -0
- package/gdb/base/14034/13855 +0 -0
- package/gdb/base/14034/13856 +0 -0
- package/gdb/base/14034/13857 +0 -0
- package/gdb/base/14034/13857_fsm +0 -0
- package/gdb/base/14034/13857_vm +0 -0
- package/gdb/base/14034/13860 +0 -0
- package/gdb/base/14034/13861 +0 -0
- package/gdb/base/14034/13862 +0 -0
- package/gdb/base/14034/13862_fsm +0 -0
- package/gdb/base/14034/13862_vm +0 -0
- package/gdb/base/14034/13865 +0 -0
- package/gdb/base/14034/13866 +0 -0
- package/gdb/base/14034/13867 +0 -0
- package/gdb/base/14034/13867_fsm +0 -0
- package/gdb/base/14034/13867_vm +0 -0
- package/gdb/base/14034/13870 +0 -0
- package/gdb/base/14034/13871 +0 -0
- package/gdb/base/14034/1417 +0 -0
- package/gdb/base/14034/1418 +0 -0
- package/gdb/base/14034/16386 +0 -0
- package/gdb/base/14034/16389 +0 -0
- package/gdb/base/14034/16390 +0 -0
- package/gdb/base/14034/16391 +0 -0
- package/gdb/base/14034/16393 +0 -0
- package/gdb/base/14034/16396 +0 -0
- package/gdb/base/14034/16397 +0 -0
- package/gdb/base/14034/16398 +0 -0
- package/gdb/base/14034/16400 +0 -0
- package/gdb/base/14034/16403 +0 -0
- package/gdb/base/14034/16404 +0 -0
- package/gdb/base/14034/16420 +0 -0
- package/gdb/base/14034/16423 +0 -0
- package/gdb/base/14034/16424 +0 -0
- package/gdb/base/14034/16425 +0 -0
- package/gdb/base/14034/16427 +0 -0
- package/gdb/base/14034/16430 +0 -0
- package/gdb/base/14034/16431 +0 -0
- package/gdb/base/14034/16432 +0 -0
- package/gdb/base/14034/16434 +0 -0
- package/gdb/base/14034/16437 +0 -0
- package/gdb/base/14034/16438 +0 -0
- package/gdb/base/14034/16439 +0 -0
- package/gdb/base/14034/16446 +0 -0
- package/gdb/base/14034/16449 +0 -0
- package/gdb/base/14034/16450 +0 -0
- package/gdb/base/14034/16451 +0 -0
- package/gdb/base/14034/16458 +0 -0
- package/gdb/base/14034/16461 +0 -0
- package/gdb/base/14034/16462 +0 -0
- package/gdb/base/14034/16463 +0 -0
- package/gdb/base/14034/16475 +0 -0
- package/gdb/base/14034/16478 +0 -0
- package/gdb/base/14034/16479 +0 -0
- package/gdb/base/14034/16480 +0 -0
- package/gdb/base/14034/174 +0 -0
- package/gdb/base/14034/175 +0 -0
- package/gdb/base/14034/2187 +0 -0
- package/gdb/base/14034/2224 +0 -0
- package/gdb/base/14034/2228 +0 -0
- package/gdb/base/14034/2328 +0 -0
- package/gdb/base/14034/2336 +0 -0
- package/gdb/base/14034/2337 +0 -0
- package/gdb/base/14034/2579 +0 -0
- package/gdb/base/14034/2600 +0 -0
- package/gdb/base/14034/2600_fsm +0 -0
- package/gdb/base/14034/2600_vm +0 -0
- package/gdb/base/14034/2601 +0 -0
- package/gdb/base/14034/2601_fsm +0 -0
- package/gdb/base/14034/2601_vm +0 -0
- package/gdb/base/14034/2602 +0 -0
- package/gdb/base/14034/2602_fsm +0 -0
- package/gdb/base/14034/2602_vm +0 -0
- package/gdb/base/14034/2603 +0 -0
- package/gdb/base/14034/2603_fsm +0 -0
- package/gdb/base/14034/2603_vm +0 -0
- package/gdb/base/14034/2604 +0 -0
- package/gdb/base/14034/2605 +0 -0
- package/gdb/base/14034/2605_fsm +0 -0
- package/gdb/base/14034/2605_vm +0 -0
- package/gdb/base/14034/2606 +0 -0
- package/gdb/base/14034/2606_fsm +0 -0
- package/gdb/base/14034/2606_vm +0 -0
- package/gdb/base/14034/2607 +0 -0
- package/gdb/base/14034/2607_fsm +0 -0
- package/gdb/base/14034/2607_vm +0 -0
- package/gdb/base/14034/2608 +0 -0
- package/gdb/base/14034/2608_fsm +0 -0
- package/gdb/base/14034/2608_vm +0 -0
- package/gdb/base/14034/2609 +0 -0
- package/gdb/base/14034/2609_fsm +0 -0
- package/gdb/base/14034/2609_vm +0 -0
- package/gdb/base/14034/2610 +0 -0
- package/gdb/base/14034/2610_fsm +0 -0
- package/gdb/base/14034/2610_vm +0 -0
- package/gdb/base/14034/2611 +0 -0
- package/gdb/base/14034/2612 +0 -0
- package/gdb/base/14034/2612_fsm +0 -0
- package/gdb/base/14034/2612_vm +0 -0
- package/gdb/base/14034/2613 +0 -0
- package/gdb/base/14034/2615 +0 -0
- package/gdb/base/14034/2615_fsm +0 -0
- package/gdb/base/14034/2615_vm +0 -0
- package/gdb/base/14034/2616 +0 -0
- package/gdb/base/14034/2616_fsm +0 -0
- package/gdb/base/14034/2616_vm +0 -0
- package/gdb/base/14034/2617 +0 -0
- package/gdb/base/14034/2617_fsm +0 -0
- package/gdb/base/14034/2617_vm +0 -0
- package/gdb/base/14034/2618 +0 -0
- package/gdb/base/14034/2618_fsm +0 -0
- package/gdb/base/14034/2618_vm +0 -0
- package/gdb/base/14034/2619 +0 -0
- package/gdb/base/14034/2619_fsm +0 -0
- package/gdb/base/14034/2619_vm +0 -0
- package/gdb/base/14034/2620 +0 -0
- package/gdb/base/14034/2650 +0 -0
- package/gdb/base/14034/2651 +0 -0
- package/gdb/base/14034/2652 +0 -0
- package/gdb/base/14034/2653 +0 -0
- package/gdb/base/14034/2654 +0 -0
- package/gdb/base/14034/2655 +0 -0
- package/gdb/base/14034/2656 +0 -0
- package/gdb/base/14034/2657 +0 -0
- package/gdb/base/14034/2658 +0 -0
- package/gdb/base/14034/2659 +0 -0
- package/gdb/base/14034/2660 +0 -0
- package/gdb/base/14034/2661 +0 -0
- package/gdb/base/14034/2662 +0 -0
- package/gdb/base/14034/2663 +0 -0
- package/gdb/base/14034/2664 +0 -0
- package/gdb/base/14034/2665 +0 -0
- package/gdb/base/14034/2666 +0 -0
- package/gdb/base/14034/2667 +0 -0
- package/gdb/base/14034/2668 +0 -0
- package/gdb/base/14034/2669 +0 -0
- package/gdb/base/14034/2670 +0 -0
- package/gdb/base/14034/2673 +0 -0
- package/gdb/base/14034/2673_fsm +0 -0
- package/gdb/base/14034/2674 +0 -0
- package/gdb/base/14034/2674_fsm +0 -0
- package/gdb/base/14034/2675 +0 -0
- package/gdb/base/14034/2678 +0 -0
- package/gdb/base/14034/2679 +0 -0
- package/gdb/base/14034/2680 +0 -0
- package/gdb/base/14034/2681 +0 -0
- package/gdb/base/14034/2682 +0 -0
- package/gdb/base/14034/2683 +0 -0
- package/gdb/base/14034/2684 +0 -0
- package/gdb/base/14034/2685 +0 -0
- package/gdb/base/14034/2686 +0 -0
- package/gdb/base/14034/2687 +0 -0
- package/gdb/base/14034/2688 +0 -0
- package/gdb/base/14034/2689 +0 -0
- package/gdb/base/14034/2690 +0 -0
- package/gdb/base/14034/2691 +0 -0
- package/gdb/base/14034/2692 +0 -0
- package/gdb/base/14034/2693 +0 -0
- package/gdb/base/14034/2696 +0 -0
- package/gdb/base/14034/2699 +0 -0
- package/gdb/base/14034/2701 +0 -0
- package/gdb/base/14034/2702 +0 -0
- package/gdb/base/14034/2703 +0 -0
- package/gdb/base/14034/2704 +0 -0
- package/gdb/base/14034/2753 +0 -0
- package/gdb/base/14034/2753_fsm +0 -0
- package/gdb/base/14034/2753_vm +0 -0
- package/gdb/base/14034/2754 +0 -0
- package/gdb/base/14034/2755 +0 -0
- package/gdb/base/14034/2756 +0 -0
- package/gdb/base/14034/2757 +0 -0
- package/gdb/base/14034/2830 +0 -0
- package/gdb/base/14034/2831 +0 -0
- package/gdb/base/14034/2832 +0 -0
- package/gdb/base/14034/2833 +0 -0
- package/gdb/base/14034/2834 +0 -0
- package/gdb/base/14034/2835 +0 -0
- package/gdb/base/14034/2836 +0 -0
- package/gdb/base/14034/2836_fsm +0 -0
- package/gdb/base/14034/2836_vm +0 -0
- package/gdb/base/14034/2837 +0 -0
- package/gdb/base/14034/2838 +0 -0
- package/gdb/base/14034/2838_fsm +0 -0
- package/gdb/base/14034/2838_vm +0 -0
- package/gdb/base/14034/2839 +0 -0
- package/gdb/base/14034/2840 +0 -0
- package/gdb/base/14034/2840_fsm +0 -0
- package/gdb/base/14034/2840_vm +0 -0
- package/gdb/base/14034/2841 +0 -0
- package/gdb/base/14034/2995 +0 -0
- package/gdb/base/14034/2996 +0 -0
- package/gdb/base/14034/3079 +0 -0
- package/gdb/base/14034/3079_fsm +0 -0
- package/gdb/base/14034/3079_vm +0 -0
- package/gdb/base/14034/3080 +0 -0
- package/gdb/base/14034/3081 +0 -0
- package/gdb/base/14034/3085 +0 -0
- package/gdb/base/14034/3118 +0 -0
- package/gdb/base/14034/3119 +0 -0
- package/gdb/base/14034/3164 +0 -0
- package/gdb/base/14034/3256 +0 -0
- package/gdb/base/14034/3257 +0 -0
- package/gdb/base/14034/3258 +0 -0
- package/gdb/base/14034/3350 +0 -0
- package/gdb/base/14034/3351 +0 -0
- package/gdb/base/14034/3379 +0 -0
- package/gdb/base/14034/3380 +0 -0
- package/gdb/base/14034/3381 +0 -0
- package/gdb/base/14034/3394 +0 -0
- package/gdb/base/14034/3394_fsm +0 -0
- package/gdb/base/14034/3394_vm +0 -0
- package/gdb/base/14034/3395 +0 -0
- package/gdb/base/14034/3429 +0 -0
- package/gdb/base/14034/3430 +0 -0
- package/gdb/base/14034/3431 +0 -0
- package/gdb/base/14034/3433 +0 -0
- package/gdb/base/14034/3439 +0 -0
- package/gdb/base/14034/3440 +0 -0
- package/gdb/base/14034/3455 +0 -0
- package/gdb/base/14034/3456 +0 -0
- package/gdb/base/14034/3456_fsm +0 -0
- package/gdb/base/14034/3456_vm +0 -0
- package/gdb/base/14034/3466 +0 -0
- package/gdb/base/14034/3467 +0 -0
- package/gdb/base/14034/3468 +0 -0
- package/gdb/base/14034/3501 +0 -0
- package/gdb/base/14034/3502 +0 -0
- package/gdb/base/14034/3503 +0 -0
- package/gdb/base/14034/3534 +0 -0
- package/gdb/base/14034/3541 +0 -0
- package/gdb/base/14034/3541_fsm +0 -0
- package/gdb/base/14034/3541_vm +0 -0
- package/gdb/base/14034/3542 +0 -0
- package/gdb/base/14034/3574 +0 -0
- package/gdb/base/14034/3575 +0 -0
- package/gdb/base/14034/3576 +0 -0
- package/gdb/base/14034/3596 +0 -0
- package/gdb/base/14034/3597 +0 -0
- package/gdb/base/14034/3598 +0 -0
- package/gdb/base/14034/3599 +0 -0
- package/gdb/base/14034/3600 +0 -0
- package/gdb/base/14034/3600_fsm +0 -0
- package/gdb/base/14034/3600_vm +0 -0
- package/gdb/base/14034/3601 +0 -0
- package/gdb/base/14034/3601_fsm +0 -0
- package/gdb/base/14034/3601_vm +0 -0
- package/gdb/base/14034/3602 +0 -0
- package/gdb/base/14034/3602_fsm +0 -0
- package/gdb/base/14034/3602_vm +0 -0
- package/gdb/base/14034/3603 +0 -0
- package/gdb/base/14034/3603_fsm +0 -0
- package/gdb/base/14034/3603_vm +0 -0
- package/gdb/base/14034/3604 +0 -0
- package/gdb/base/14034/3605 +0 -0
- package/gdb/base/14034/3606 +0 -0
- package/gdb/base/14034/3607 +0 -0
- package/gdb/base/14034/3608 +0 -0
- package/gdb/base/14034/3609 +0 -0
- package/gdb/base/14034/3712 +0 -0
- package/gdb/base/14034/3764 +0 -0
- package/gdb/base/14034/3764_fsm +0 -0
- package/gdb/base/14034/3764_vm +0 -0
- package/gdb/base/14034/3766 +0 -0
- package/gdb/base/14034/3767 +0 -0
- package/gdb/base/14034/3997 +0 -0
- package/gdb/base/14034/4143 +0 -0
- package/gdb/base/14034/4144 +0 -0
- package/gdb/base/14034/4145 +0 -0
- package/gdb/base/14034/4146 +0 -0
- package/gdb/base/14034/4147 +0 -0
- package/gdb/base/14034/4148 +0 -0
- package/gdb/base/14034/4149 +0 -0
- package/gdb/base/14034/4150 +0 -0
- package/gdb/base/14034/4151 +0 -0
- package/gdb/base/14034/4152 +0 -0
- package/gdb/base/14034/4153 +0 -0
- package/gdb/base/14034/4154 +0 -0
- package/gdb/base/14034/4155 +0 -0
- package/gdb/base/14034/4156 +0 -0
- package/gdb/base/14034/4157 +0 -0
- package/gdb/base/14034/4158 +0 -0
- package/gdb/base/14034/4159 +0 -0
- package/gdb/base/14034/4160 +0 -0
- package/gdb/base/14034/4163 +0 -0
- package/gdb/base/14034/4164 +0 -0
- package/gdb/base/14034/4165 +0 -0
- package/gdb/base/14034/4166 +0 -0
- package/gdb/base/14034/4167 +0 -0
- package/gdb/base/14034/4168 +0 -0
- package/gdb/base/14034/4169 +0 -0
- package/gdb/base/14034/4170 +0 -0
- package/gdb/base/14034/4171 +0 -0
- package/gdb/base/14034/4172 +0 -0
- package/gdb/base/14034/4173 +0 -0
- package/gdb/base/14034/4174 +0 -0
- package/gdb/base/14034/5002 +0 -0
- package/gdb/base/14034/548 +0 -0
- package/gdb/base/14034/549 +0 -0
- package/gdb/base/14034/6102 +0 -0
- package/gdb/base/14034/6104 +0 -0
- package/gdb/base/14034/6106 +0 -0
- package/gdb/base/14034/6110 +0 -0
- package/gdb/base/14034/6111 +0 -0
- package/gdb/base/14034/6112 +0 -0
- package/gdb/base/14034/6113 +0 -0
- package/gdb/base/14034/6117 +0 -0
- package/gdb/base/14034/6175 +0 -0
- package/gdb/base/14034/6176 +0 -0
- package/gdb/base/14034/826 +0 -0
- package/gdb/base/14034/827 +0 -0
- package/gdb/base/14034/828 +0 -0
- package/gdb/base/14034/PG_VERSION +1 -0
- package/gdb/base/14034/pg_filenode.map +0 -0
- package/gdb/base/14034/pg_internal.init +0 -0
- package/gdb/global/1213 +0 -0
- package/gdb/global/1213_fsm +0 -0
- package/gdb/global/1213_vm +0 -0
- package/gdb/global/1214 +0 -0
- package/gdb/global/1214_fsm +0 -0
- package/gdb/global/1214_vm +0 -0
- package/gdb/global/1232 +0 -0
- package/gdb/global/1233 +0 -0
- package/gdb/global/1260 +0 -0
- package/gdb/global/1260_fsm +0 -0
- package/gdb/global/1260_vm +0 -0
- package/gdb/global/1261 +0 -0
- package/gdb/global/1261_fsm +0 -0
- package/gdb/global/1261_vm +0 -0
- package/gdb/global/1262 +0 -0
- package/gdb/global/1262_fsm +0 -0
- package/gdb/global/1262_vm +0 -0
- package/gdb/global/2396 +0 -0
- package/gdb/global/2396_fsm +0 -0
- package/gdb/global/2396_vm +0 -0
- package/gdb/global/2397 +0 -0
- package/gdb/global/2671 +0 -0
- package/gdb/global/2672 +0 -0
- package/gdb/global/2676 +0 -0
- package/gdb/global/2677 +0 -0
- package/gdb/global/2694 +0 -0
- package/gdb/global/2695 +0 -0
- package/gdb/global/2697 +0 -0
- package/gdb/global/2698 +0 -0
- package/gdb/global/2846 +0 -0
- package/gdb/global/2847 +0 -0
- package/gdb/global/2964 +0 -0
- package/gdb/global/2965 +0 -0
- package/gdb/global/2966 +0 -0
- package/gdb/global/2967 +0 -0
- package/gdb/global/3592 +0 -0
- package/gdb/global/3593 +0 -0
- package/gdb/global/4060 +0 -0
- package/gdb/global/4061 +0 -0
- package/gdb/global/4175 +0 -0
- package/gdb/global/4176 +0 -0
- package/gdb/global/4177 +0 -0
- package/gdb/global/4178 +0 -0
- package/gdb/global/4181 +0 -0
- package/gdb/global/4182 +0 -0
- package/gdb/global/4183 +0 -0
- package/gdb/global/4184 +0 -0
- package/gdb/global/4185 +0 -0
- package/gdb/global/4186 +0 -0
- package/gdb/global/6000 +0 -0
- package/gdb/global/6001 +0 -0
- package/gdb/global/6002 +0 -0
- package/gdb/global/6100 +0 -0
- package/gdb/global/6114 +0 -0
- package/gdb/global/6115 +0 -0
- package/gdb/global/pg_control +0 -0
- package/gdb/global/pg_filenode.map +0 -0
- package/gdb/global/pg_internal.init +0 -0
- package/gdb/pg_hba.conf +98 -0
- package/gdb/pg_ident.conf +42 -0
- package/gdb/pg_logical/replorigin_checkpoint +0 -0
- package/gdb/pg_multixact/members/0000 +0 -0
- package/gdb/pg_multixact/offsets/0000 +0 -0
- package/gdb/pg_stat/db_0.stat +0 -0
- package/gdb/pg_stat/db_14034.stat +0 -0
- package/gdb/pg_stat/global.stat +0 -0
- package/gdb/pg_subtrans/0000 +0 -0
- package/gdb/pg_wal/000000010000000000000001 +0 -0
- package/gdb/pg_xact/0000 +0 -0
- package/gdb/postgresql.auto.conf +2 -0
- package/gdb/postgresql.conf +796 -0
- package/gdb/postmaster.opts +1 -0
- package/package.json +12 -12
- package/server/app.js +3 -1
- package/server/controllers/additional-sheet-parser.js +2 -2
- package/server/controllers/custom-workbook-controller.js +67 -0
- package/server/controllers/demo-workbooks.js +4 -4
- package/server/controllers/exporters/xlsx.js +29 -52
- package/server/controllers/expression-database-controller.js +19 -0
- package/server/controllers/network-database-controller.js +18 -0
- package/server/controllers/spreadsheet-controller.js +8 -8
- package/server/dals/expression-dal.js +131 -0
- package/server/dals/network-dal.js +101 -0
- package/test/additional-sheet-parser-tests.js +1 -1
- package/test/api-tests.js +2 -5
- package/test/export-tests.js +13 -2
- package/test/test.js +56 -19
- package/web-client/public/gene/api.js +1 -1
- package/web-client/public/js/api/grnsight-api.js +88 -0
- package/web-client/public/js/constants.js +7 -4
- package/web-client/public/js/generateNetwork.js +222 -0
- package/web-client/public/js/grnsight.js +2 -0
- package/web-client/public/js/grnsight.min.js +79 -43
- package/web-client/public/js/grnstate.js +2 -1
- package/web-client/public/js/setup-load-and-import-handlers.js +185 -153
- package/web-client/public/js/update-app.js +67 -101
- package/web-client/public/js/upload.js +420 -244
- package/web-client/public/stylesheets/grnsight.styl +198 -3
- package/web-client/views/components/demo.pug +10 -0
- package/web-client/views/info.pug +1 -1
- package/web-client/views/upload.pug +126 -133
- package/server/controllers/database-controller.js +0 -129
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/usr/local/Cellar/postgresql@14/14.5_3/bin/postgres "-D" "gdb"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "grnsight",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.4",
|
|
4
4
|
"description": "Web app and service for visualizing models of gene regulatory networks",
|
|
5
5
|
"directories": {
|
|
6
6
|
"test": "test"
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"cors": "2.8.1",
|
|
12
12
|
"cytoscape": "2.7.14",
|
|
13
13
|
"d3-v4-grid": "2.0.1",
|
|
14
|
-
"dotenv": "
|
|
14
|
+
"dotenv": "8.2.0",
|
|
15
15
|
"errorhandler": "1.5.0",
|
|
16
16
|
"express": "4.16.0",
|
|
17
17
|
"fs": "0.0.1-security",
|
|
@@ -25,31 +25,31 @@
|
|
|
25
25
|
"node-xlsx": "0.7.2",
|
|
26
26
|
"nodemon": "1.19.1",
|
|
27
27
|
"parallelshell": "3.0.1",
|
|
28
|
-
"pg": "
|
|
29
|
-
"pg-hstore": "
|
|
30
|
-
"pug": "
|
|
31
|
-
"querystring": "
|
|
28
|
+
"pg": "8.0.0",
|
|
29
|
+
"pg-hstore": "2.3.3",
|
|
30
|
+
"pug": "3.0.2",
|
|
31
|
+
"querystring": "0.2.0",
|
|
32
32
|
"save-svg-as-png": "1.4.14",
|
|
33
|
-
"sequelize": "
|
|
33
|
+
"sequelize": "5.21.6",
|
|
34
34
|
"serve-static": "1.13.1",
|
|
35
35
|
"should": "11.2.0",
|
|
36
|
-
"stylus": "
|
|
36
|
+
"stylus": "0.54.5",
|
|
37
37
|
"supertest": "3.0.0",
|
|
38
|
-
"url": "
|
|
38
|
+
"url": "0.11.0",
|
|
39
39
|
"webpack": "4.0.0",
|
|
40
40
|
"xml2js": "0.4.17",
|
|
41
41
|
"xmlbuilder": "8.2.2"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"browser-env": "
|
|
44
|
+
"browser-env": "3.3.0",
|
|
45
45
|
"chai": "4.1.2",
|
|
46
46
|
"coveralls": "2.13.1",
|
|
47
47
|
"eslint": "3.19.0",
|
|
48
48
|
"isomorphic-fetch": "2.2.1",
|
|
49
49
|
"istanbul": "0.4.5",
|
|
50
|
-
"jquery": "
|
|
50
|
+
"jquery": "3.6.0",
|
|
51
51
|
"jquery-extend": "2.0.3",
|
|
52
|
-
"jsdom": "
|
|
52
|
+
"jsdom": "13.2.0",
|
|
53
53
|
"markdown-pdf": "8.0.0",
|
|
54
54
|
"mocha": "2.5.3",
|
|
55
55
|
"mocha-lcov-reporter": "1.3.0",
|
package/server/app.js
CHANGED
|
@@ -33,7 +33,9 @@ require(__dirname + "/controllers/export-controller")(app);
|
|
|
33
33
|
require(__dirname + "/controllers/import-controller")(app);
|
|
34
34
|
require(__dirname + "/controllers/ga-controller")(app);
|
|
35
35
|
require(__dirname + "/controllers/api-controllers")(app);
|
|
36
|
-
require(__dirname + "/controllers/database-controller")(app);
|
|
36
|
+
require(__dirname + "/controllers/expression-database-controller")(app);
|
|
37
|
+
require(__dirname + "/controllers/network-database-controller")(app);
|
|
38
|
+
require(__dirname + "/controllers/custom-workbook-controller")(app);
|
|
37
39
|
|
|
38
40
|
// Don"t start the server if this app is run as a child process.
|
|
39
41
|
if (!module.parent) {
|
|
@@ -306,7 +306,7 @@ module.exports = function (workbookFile) {
|
|
|
306
306
|
errors: [],
|
|
307
307
|
warnings: []
|
|
308
308
|
}, // optimization_parameters only
|
|
309
|
-
|
|
309
|
+
twoColumnSheets: {}, // 2-column data
|
|
310
310
|
meta2: {} // optimation_diagnostics only //temporary until where it goes is decided
|
|
311
311
|
};
|
|
312
312
|
workbookFile.forEach(function (sheet) {
|
|
@@ -315,7 +315,7 @@ module.exports = function (workbookFile) {
|
|
|
315
315
|
// above line creates an object from the optimization paramerters sheet
|
|
316
316
|
// these are part of the "meta" property
|
|
317
317
|
} else if (TWO_COL_SHEET_NAMES.includes(sheet.name)) {
|
|
318
|
-
output[
|
|
318
|
+
output.twoColumnSheets[sheet.name] = parseTwoColumnSheet(sheet);
|
|
319
319
|
} else if (sheet.name === "optimization_diagnostics") {
|
|
320
320
|
output.meta2 = parseOptimizationDiagnosticsSheet(sheet);
|
|
321
321
|
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
/* eslint-disable camelcase */
|
|
2
|
+
var helpers = require(__dirname + "/helpers");
|
|
3
|
+
|
|
4
|
+
var processCustomWorkbook = function (path, res, app, workbook) {
|
|
5
|
+
helpers.attachCorsHeader(res, app);
|
|
6
|
+
helpers.attachFileHeaders(res, path);
|
|
7
|
+
return workbook.errors.length === 0
|
|
8
|
+
? // If all looks well, return the workbook with an all clear
|
|
9
|
+
res.json(workbook)
|
|
10
|
+
: // If all does not look well, return the workbook with an error 400
|
|
11
|
+
res.status(400).json(workbook);
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
const createCustomWorkbook = (genesString, linksString) => {
|
|
15
|
+
let genes = genesString.split(",").map(gene => {
|
|
16
|
+
return {name: gene};
|
|
17
|
+
});
|
|
18
|
+
let links = linksString === "" ? [] : linksString.split(",").map( link => {
|
|
19
|
+
link = link.split("->");
|
|
20
|
+
return {
|
|
21
|
+
source: parseInt(link[0]),
|
|
22
|
+
target: parseInt(link[1]),
|
|
23
|
+
value:1,
|
|
24
|
+
type:"arrowhead",
|
|
25
|
+
stroke: "black"
|
|
26
|
+
};
|
|
27
|
+
});
|
|
28
|
+
let positiveWeights = Array(links.length).fill(1);
|
|
29
|
+
return {
|
|
30
|
+
genes,
|
|
31
|
+
links,
|
|
32
|
+
errors: [],
|
|
33
|
+
warnings: [],
|
|
34
|
+
positiveWeights,
|
|
35
|
+
negativeWeights: [],
|
|
36
|
+
sheetType: "unweighted",
|
|
37
|
+
network: {
|
|
38
|
+
genes,
|
|
39
|
+
links,
|
|
40
|
+
errors: [],
|
|
41
|
+
warnings: [],
|
|
42
|
+
positiveWeights,
|
|
43
|
+
},
|
|
44
|
+
meta: {
|
|
45
|
+
data: {
|
|
46
|
+
species: "Saccharomyces cerevisiae",
|
|
47
|
+
taxon_id: 559292
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
meta2: {},
|
|
51
|
+
twoColumnSheets: {
|
|
52
|
+
},
|
|
53
|
+
expression: {
|
|
54
|
+
}
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
module.exports = function (app) {
|
|
59
|
+
if (app) {
|
|
60
|
+
|
|
61
|
+
// Load Custom Workbook
|
|
62
|
+
app.get("/upload-custom-workbook", function (req, res) {
|
|
63
|
+
let workbook = createCustomWorkbook(req.query.genes, req.query.links);
|
|
64
|
+
return processCustomWorkbook(req.query.name, res, app, workbook);
|
|
65
|
+
});
|
|
66
|
+
}
|
|
67
|
+
};
|
|
@@ -532,7 +532,7 @@ var demoWorkbook1 = function (path, res, app) {
|
|
|
532
532
|
taxon_id: 559292
|
|
533
533
|
}
|
|
534
534
|
},
|
|
535
|
-
|
|
535
|
+
twoColumnSheets: {
|
|
536
536
|
production_rates: {
|
|
537
537
|
data: {
|
|
538
538
|
ACE2: 0.2236,
|
|
@@ -2695,7 +2695,7 @@ var demoWorkbook2 = function (path, res, app) {
|
|
|
2695
2695
|
taxon_id: 559292
|
|
2696
2696
|
}
|
|
2697
2697
|
},
|
|
2698
|
-
|
|
2698
|
+
twoColumnSheets: {
|
|
2699
2699
|
production_rates: {
|
|
2700
2700
|
data: {
|
|
2701
2701
|
ACE2: 0.2236,
|
|
@@ -4622,7 +4622,7 @@ var demoWorkbook3 = function (path, res, app) {
|
|
|
4622
4622
|
taxon_id: 559292
|
|
4623
4623
|
}
|
|
4624
4624
|
},
|
|
4625
|
-
|
|
4625
|
+
twoColumnSheets: {},
|
|
4626
4626
|
expression: {
|
|
4627
4627
|
wt_log2_expression: {
|
|
4628
4628
|
errors: [],
|
|
@@ -5683,7 +5683,7 @@ var demoWorkbook4 = function (path, res, app) {
|
|
|
5683
5683
|
taxon_id: 559292
|
|
5684
5684
|
}
|
|
5685
5685
|
},
|
|
5686
|
-
|
|
5686
|
+
twoColumnSheets: {},
|
|
5687
5687
|
expression: {
|
|
5688
5688
|
wt_log2_expression: {
|
|
5689
5689
|
errors: [],
|
|
@@ -87,94 +87,71 @@ const isExpressionSheet = (sheetName) => {
|
|
|
87
87
|
const buildExpressionSheets = function (expressions) {
|
|
88
88
|
const builtExpressionSheets = [];
|
|
89
89
|
Object.keys(expressions).forEach((expression) => {
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
90
|
+
if (expressions[expression] !== null) {
|
|
91
|
+
let expressionName = expression;
|
|
92
|
+
if (!isExpressionSheet(expression)) {
|
|
93
|
+
expressionName = expression + "_expression";
|
|
94
|
+
}
|
|
95
|
+
const builtSheet = { name: expressionName, data: [] };
|
|
96
|
+
Object.keys(expressions[expression]["data"]).forEach((key) => {
|
|
97
|
+
const expressionData = expressions[expression]["data"][key];
|
|
98
|
+
builtSheet["data"].push([key, ...expressionData]);
|
|
99
|
+
});
|
|
100
|
+
builtExpressionSheets.push(builtSheet);
|
|
93
101
|
}
|
|
94
|
-
const builtSheet = { name: expressionName, data: [] };
|
|
95
|
-
Object.keys(expressions[expression]["data"]).forEach((key) => {
|
|
96
|
-
const expressionData = expressions[expression]["data"][key];
|
|
97
|
-
builtSheet["data"].push([key, ...expressionData]);
|
|
98
|
-
});
|
|
99
|
-
builtExpressionSheets.push(builtSheet);
|
|
100
102
|
});
|
|
101
103
|
return builtExpressionSheets;
|
|
102
104
|
};
|
|
103
105
|
|
|
104
106
|
const buildXlsxSheet = function (workbook) {
|
|
105
107
|
const resultSheet = [];
|
|
106
|
-
const exportNetworkType = workbook.exportNetworkType;
|
|
107
108
|
|
|
108
|
-
Object.keys(workbook).forEach((
|
|
109
|
-
switch (
|
|
110
|
-
case "
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
{
|
|
114
|
-
"name": "network",
|
|
115
|
-
"data": buildNetworkSheet(workbook.network.genes, workbook.network.links)
|
|
116
|
-
}
|
|
117
|
-
);
|
|
118
|
-
}
|
|
119
|
-
break;
|
|
120
|
-
case "networkOptimizedWeights":
|
|
121
|
-
if (exportNetworkType === "weighted") {
|
|
122
|
-
if (Object.keys(workbook.networkOptimizedWeights).length > 0) {
|
|
109
|
+
Object.keys(workbook.exportSheets).forEach((type) => {
|
|
110
|
+
switch (type) {
|
|
111
|
+
case "networks":
|
|
112
|
+
for (let network in workbook.exportSheets.networks) {
|
|
113
|
+
if (Object.keys(workbook.exportSheets.networks[network]).length > 0) {
|
|
123
114
|
resultSheet.push(
|
|
124
115
|
{
|
|
125
|
-
"name":
|
|
126
|
-
"data": buildNetworkSheet(workbook.
|
|
127
|
-
workbook.
|
|
116
|
+
"name": network,
|
|
117
|
+
"data": buildNetworkSheet(workbook.exportSheets.networks[network].genes,
|
|
118
|
+
workbook.exportSheets.networks[network].links)
|
|
128
119
|
}
|
|
129
120
|
);
|
|
130
121
|
}
|
|
131
122
|
}
|
|
132
123
|
break;
|
|
133
|
-
case "
|
|
134
|
-
if (Object.keys(workbook.
|
|
124
|
+
case "optimization_parameters":
|
|
125
|
+
if (workbook.exportSheets[type] !== null && Object.keys(workbook.exportSheets[type]).length > 0) {
|
|
135
126
|
resultSheet.push(
|
|
136
127
|
{
|
|
137
|
-
"name":
|
|
138
|
-
"data":
|
|
128
|
+
"name": type,
|
|
129
|
+
"data": buildMetaSheet(workbook.exportSheets[type])
|
|
139
130
|
}
|
|
140
131
|
);
|
|
141
132
|
}
|
|
142
133
|
break;
|
|
143
|
-
case "
|
|
144
|
-
if (Object.keys(workbook.meta).length > 0) {
|
|
145
|
-
resultSheet.push(
|
|
146
|
-
{
|
|
147
|
-
"name": "optimization_parameters",
|
|
148
|
-
"data": buildMetaSheet(workbook.meta)
|
|
149
|
-
}
|
|
150
|
-
);
|
|
151
|
-
}
|
|
152
|
-
break;
|
|
153
|
-
case "meta2":
|
|
134
|
+
case "optimization_diagnostics":
|
|
154
135
|
// Optimization Diagnostics sheet not properly implemented yet.
|
|
155
|
-
if (Object.keys(workbook.
|
|
136
|
+
if (Object.keys(workbook.exportSheets[type]).length > 0) {
|
|
156
137
|
resultSheet.push(
|
|
157
138
|
{
|
|
158
139
|
"name": "optimization_diagnostics",
|
|
159
|
-
"data": buildMeta2Sheet(workbook.
|
|
140
|
+
"data": buildMeta2Sheet(workbook.exportSheets[type])
|
|
160
141
|
}
|
|
161
142
|
);
|
|
162
143
|
}
|
|
163
144
|
break;
|
|
164
|
-
case "
|
|
165
|
-
resultSheet.push(...buildTestSheets(workbook[
|
|
145
|
+
case "two_column_sheets":
|
|
146
|
+
resultSheet.push(...buildTestSheets(workbook.exportSheets[type]));
|
|
166
147
|
break;
|
|
167
148
|
case "expression":
|
|
168
|
-
|
|
169
|
-
break;
|
|
170
|
-
case "exportExpression":
|
|
171
|
-
resultSheet.push(...buildExpressionSheets(workbook[key]));
|
|
149
|
+
resultSheet.push(...buildExpressionSheets(workbook.exportSheets.expression));
|
|
172
150
|
break;
|
|
173
151
|
default:
|
|
174
152
|
break;
|
|
175
153
|
}
|
|
176
154
|
});
|
|
177
|
-
|
|
178
155
|
return resultSheet;
|
|
179
156
|
};
|
|
180
157
|
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
|
|
2
|
+
var expressionDal = require(__dirname + "/../dals/expression-dal");
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
module.exports = function (app) {
|
|
6
|
+
|
|
7
|
+
app.get("/expressiondb", function (req, res) {
|
|
8
|
+
try {
|
|
9
|
+
return expressionDal.queryExpressionDatabase(req, res);
|
|
10
|
+
} catch (e) {
|
|
11
|
+
res.json({error: e.stack});
|
|
12
|
+
res.json({error: e.name});
|
|
13
|
+
res.json({error: e.message});
|
|
14
|
+
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
|
|
2
|
+
var expressionDal = require(__dirname + "/../dals/network-dal");
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
module.exports = function (app) {
|
|
6
|
+
|
|
7
|
+
app.get("/networkdb", function (req, res) {
|
|
8
|
+
try {
|
|
9
|
+
return expressionDal.queryNetworkDatabase(req, res);
|
|
10
|
+
} catch (e) {
|
|
11
|
+
res.json({error: e.stack});
|
|
12
|
+
res.json({error: e.name});
|
|
13
|
+
res.json({error: e.message});
|
|
14
|
+
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
};
|
|
@@ -158,19 +158,19 @@ var crossSheetInteractions = function (workbookFile) {
|
|
|
158
158
|
}
|
|
159
159
|
}
|
|
160
160
|
|
|
161
|
-
if (additionalData && additionalData.
|
|
162
|
-
// Add errors and warnings from
|
|
163
|
-
for (let sheet in additionalData.
|
|
164
|
-
additionalData.
|
|
161
|
+
if (additionalData && additionalData.twoColumnSheets) {
|
|
162
|
+
// Add errors and warnings from two column sheets
|
|
163
|
+
for (let sheet in additionalData.twoColumnSheets) {
|
|
164
|
+
additionalData.twoColumnSheets[sheet].errors.forEach(data => workbook.errors.push(data));
|
|
165
165
|
}
|
|
166
166
|
|
|
167
|
-
for (let sheet in additionalData.
|
|
168
|
-
additionalData.
|
|
167
|
+
for (let sheet in additionalData.twoColumnSheets) {
|
|
168
|
+
additionalData.twoColumnSheets[sheet].warnings.forEach(data => workbook.warnings.push(data));
|
|
169
169
|
}
|
|
170
170
|
}
|
|
171
171
|
|
|
172
172
|
if (additionalData && additionalData.meta2) {
|
|
173
|
-
// Add errors and warnings from
|
|
173
|
+
// Add errors and warnings from two column sheets
|
|
174
174
|
if (additionalData.meta2.errors !== undefined) {
|
|
175
175
|
additionalData.meta2.errors.forEach(data => workbook.errors.push(data));
|
|
176
176
|
}
|
|
@@ -266,7 +266,7 @@ var crossSheetInteractions = function (workbookFile) {
|
|
|
266
266
|
workbook.networkOptimizedWeights = networks.networkOptimizedWeights;
|
|
267
267
|
workbook.networkWeights = networks.networkWeights;
|
|
268
268
|
workbook.meta = additionalData.meta;
|
|
269
|
-
workbook.
|
|
269
|
+
workbook.twoColumnSheets = additionalData.twoColumnSheets;
|
|
270
270
|
workbook.meta2 = additionalData.meta2;
|
|
271
271
|
workbook.expression = expressionData.expression;
|
|
272
272
|
return workbook;
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
const Sequelize = require("sequelize");
|
|
2
|
+
require("dotenv").config();
|
|
3
|
+
var env = process.env.NODE_ENV || "development";
|
|
4
|
+
var config = require("../config/config")[env];
|
|
5
|
+
var sequelize = new Sequelize(
|
|
6
|
+
config.databaseName,
|
|
7
|
+
process.env.EXPRESSION_DB_USERNAME,
|
|
8
|
+
process.env.EXPRESSION_DB_PASSWORD,
|
|
9
|
+
{
|
|
10
|
+
host: config.databaseHost,
|
|
11
|
+
dialect: config.databaseDialect,
|
|
12
|
+
pool: {
|
|
13
|
+
max: 5,
|
|
14
|
+
min: 0,
|
|
15
|
+
idle: 10000
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
);
|
|
19
|
+
|
|
20
|
+
const buildExpressionGenesQuery = function (geneString) {
|
|
21
|
+
let genes = "";
|
|
22
|
+
let geneList = geneString.split(",");
|
|
23
|
+
geneList.forEach(x => genes += ( `(fall2021.gene.display_gene_id =\'${x}\') OR `));
|
|
24
|
+
return genes.substring(0, genes.length - 4);
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
const buildExpressionProductionDegradationRatesQuery = function (rateType, genes) {
|
|
28
|
+
return `
|
|
29
|
+
SELECT gene.display_gene_id, ${rateType} FROM fall2021.${rateType}, fall2021.gene WHERE
|
|
30
|
+
((${buildExpressionGenesQuery(genes)})
|
|
31
|
+
AND fall2021.gene.gene_id = fall2021.${rateType}.gene_id) ORDER BY display_gene_id;`;
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
const buildExpressionTimepointsFromDatasetQuery = function (dataset) {
|
|
35
|
+
return `
|
|
36
|
+
SELECT DISTINCT time_point, sample_id FROM fall2021.expression WHERE
|
|
37
|
+
dataset = '${dataset}' ORDER BY time_point ASC;`;
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
const buildExpressionDataQuery = function (dataset, genes) {
|
|
41
|
+
return `SELECT * FROM fall2021.expression, fall2021.gene WHERE fall2021.expression.dataset='${dataset}'
|
|
42
|
+
AND ((${buildExpressionGenesQuery(genes)})
|
|
43
|
+
AND fall2021.gene.gene_id = fall2021.expression.gene_id) ORDER BY sort_index;`;
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
const buildExpressionQuery = function (query) {
|
|
49
|
+
const expressionQueries = {
|
|
50
|
+
"DegradationRates": () => buildExpressionProductionDegradationRatesQuery("degradation_rate", query.genes),
|
|
51
|
+
"ProductionRates" : () => buildExpressionProductionDegradationRatesQuery("production_rate", query.genes),
|
|
52
|
+
"ExpressionData" : () => buildExpressionDataQuery(query.dataset, query.genes),
|
|
53
|
+
"ExpressionDatasets" : () => "SELECT DISTINCT dataset FROM fall2021.expression ORDER BY dataset ASC;",
|
|
54
|
+
"ExpressionTimePoints": () => buildExpressionTimepointsFromDatasetQuery(query.dataset)
|
|
55
|
+
};
|
|
56
|
+
if (Object.keys(expressionQueries).includes(query.type)) {
|
|
57
|
+
return expressionQueries[query.type]();
|
|
58
|
+
}
|
|
59
|
+
};
|
|
60
|
+
|
|
61
|
+
const listExpressionGeneData = function (gene, totalOutput) {
|
|
62
|
+
let listOfData = [];
|
|
63
|
+
totalOutput.forEach(function (x) {
|
|
64
|
+
if (x.display_gene_id === gene) {
|
|
65
|
+
listOfData.push(Number(x.expression));
|
|
66
|
+
}
|
|
67
|
+
});
|
|
68
|
+
return listOfData;
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
const convertExpressionToJSON = function (totalOutput, dataset, timePoints, allGenes) {
|
|
72
|
+
let JSONOutput = {
|
|
73
|
+
timePoints,
|
|
74
|
+
data: {
|
|
75
|
+
id: timePoints
|
|
76
|
+
}
|
|
77
|
+
};
|
|
78
|
+
allGenes.forEach(x => JSONOutput.data[x.toString()] = listExpressionGeneData(x, totalOutput));
|
|
79
|
+
return JSONOutput;
|
|
80
|
+
};
|
|
81
|
+
|
|
82
|
+
const ProductionDegradationRateToJSON = (totalOutput, rateType) => {
|
|
83
|
+
const JSONOutput = {
|
|
84
|
+
};
|
|
85
|
+
for (let gene of totalOutput) {
|
|
86
|
+
JSONOutput[gene.display_gene_id] = gene[rateType];
|
|
87
|
+
}
|
|
88
|
+
return JSONOutput;
|
|
89
|
+
};
|
|
90
|
+
|
|
91
|
+
const DatasetToJSON = (totalOutput) => {
|
|
92
|
+
const JSONOutput = {
|
|
93
|
+
expressionDatasets : []
|
|
94
|
+
};
|
|
95
|
+
for (let dataset of totalOutput) {
|
|
96
|
+
JSONOutput.expressionDatasets.push(dataset.dataset);
|
|
97
|
+
}
|
|
98
|
+
return JSONOutput;
|
|
99
|
+
};
|
|
100
|
+
|
|
101
|
+
const TimePointsToJSON = (totalOutput, dataset) => {
|
|
102
|
+
const JSONOutput = {};
|
|
103
|
+
JSONOutput[dataset] = [];
|
|
104
|
+
for (let timePoint of totalOutput) {
|
|
105
|
+
JSONOutput[dataset].push(timePoint.time_point);
|
|
106
|
+
}
|
|
107
|
+
return JSONOutput;
|
|
108
|
+
};
|
|
109
|
+
|
|
110
|
+
module.exports = {
|
|
111
|
+
queryExpressionDatabase: function (req, res) {
|
|
112
|
+
return sequelize.query(buildExpressionQuery(req.query),
|
|
113
|
+
{ type: sequelize.QueryTypes.SELECT })
|
|
114
|
+
.then(function (stdname) {
|
|
115
|
+
const convertToJSON = {
|
|
116
|
+
"DegradationRates" : () => ProductionDegradationRateToJSON(stdname, "degradation_rate"),
|
|
117
|
+
"ProductionRates" : () => ProductionDegradationRateToJSON(stdname, "production_rate"),
|
|
118
|
+
"ExpressionData" : () => convertExpressionToJSON(
|
|
119
|
+
stdname,
|
|
120
|
+
req.query.dataset,
|
|
121
|
+
req.query.timepoints.split(",").map(x => Number(x)),
|
|
122
|
+
req.query.genes.split(",")),
|
|
123
|
+
"ExpressionDatasets": () => DatasetToJSON(stdname),
|
|
124
|
+
"ExpressionTimePoints": () => TimePointsToJSON(stdname, req.query.dataset)
|
|
125
|
+
};
|
|
126
|
+
const type = req.query.type;
|
|
127
|
+
return (Object.keys(convertToJSON).includes(type)) ? res.send(convertToJSON[type]()) :
|
|
128
|
+
res.send(500, { errors: "Something went wrong."});
|
|
129
|
+
});
|
|
130
|
+
}
|
|
131
|
+
};
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
/* eslint-disable max-len */
|
|
2
|
+
const Sequelize = require("sequelize");
|
|
3
|
+
require("dotenv").config();
|
|
4
|
+
var env = process.env.NODE_ENV || "development";
|
|
5
|
+
var config = require("../config/config")[env];
|
|
6
|
+
var sequelize = new Sequelize(
|
|
7
|
+
config.databaseName,
|
|
8
|
+
process.env.EXPRESSION_DB_USERNAME,
|
|
9
|
+
process.env.EXPRESSION_DB_PASSWORD,
|
|
10
|
+
{
|
|
11
|
+
host: config.databaseHost,
|
|
12
|
+
dialect: config.databaseDialect,
|
|
13
|
+
pool: {
|
|
14
|
+
max: 5,
|
|
15
|
+
min: 0,
|
|
16
|
+
idle: 10000
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
|
|
21
|
+
const buildNetworkSourceQuery = function () {
|
|
22
|
+
return "SELECT * FROM spring2022_network.source ORDER BY time_stamp;";
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
const buildNetworkGeneFromSourceQuery = function (gene, source, timestamp) {
|
|
26
|
+
return `SELECT DISTINCT gene_id, display_gene_id FROM spring2022_network.network, spring2022_network.gene WHERE
|
|
27
|
+
network.time_stamp='${timestamp}' AND network.source='${source}' AND
|
|
28
|
+
(gene.gene_id ='${gene}' OR gene.display_gene_id ='${gene}') AND
|
|
29
|
+
(gene.gene_id = network.regulator_gene_id OR gene.gene_id = network.target_gene_id);`;
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
const buildNetworkGenesQuery = function (geneString) {
|
|
33
|
+
let genes = "(";
|
|
34
|
+
let geneList = geneString.split(",");
|
|
35
|
+
geneList.forEach(x => genes += ( `(network.regulator_gene_id =\'${x}\') OR `));
|
|
36
|
+
genes = `${genes.substring(0, genes.length - 4)}) AND (`;
|
|
37
|
+
geneList.forEach(x => genes += ( `(network.target_gene_id =\'${x}\') OR `));
|
|
38
|
+
return `${genes.substring(0, genes.length - 4)})`;
|
|
39
|
+
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
const buildGenerateNetworkQuery = function (genes, source, timestamp) {
|
|
43
|
+
return `SELECT DISTINCT regulator_gene_id, target_gene_id FROM
|
|
44
|
+
spring2022_network.network WHERE
|
|
45
|
+
time_stamp='${timestamp}' AND source='${source}' AND
|
|
46
|
+
${buildNetworkGenesQuery(genes)} ORDER BY regulator_gene_id DESC;`;
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
const buildQueryByType = function (queryType, query) {
|
|
50
|
+
const networkQueries = {
|
|
51
|
+
"NetworkSource": () => buildNetworkSourceQuery(),
|
|
52
|
+
"NetworkGeneFromSource": () => buildNetworkGeneFromSourceQuery(query.gene, query.source, query.timestamp),
|
|
53
|
+
"GenerateNetwork": () => buildGenerateNetworkQuery(query.genes, query.source, query.timestamp)
|
|
54
|
+
};
|
|
55
|
+
if (Object.keys(networkQueries).includes(query.type)) {
|
|
56
|
+
return networkQueries[query.type]();
|
|
57
|
+
}
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
const convertResponseToJSON = function (queryType, query, totalOutput) {
|
|
61
|
+
let JSONOutput = {};
|
|
62
|
+
switch (queryType) {
|
|
63
|
+
case "NetworkSource":
|
|
64
|
+
JSONOutput.sources = {};
|
|
65
|
+
totalOutput.forEach(function (x) {
|
|
66
|
+
const timestamp = x.time_stamp;
|
|
67
|
+
const source = x.source;
|
|
68
|
+
const displayName = x.display_name;
|
|
69
|
+
JSONOutput.sources[`${displayName} : ${timestamp.toISOString().split("T")[0]}`] = {timestamp, source};
|
|
70
|
+
});
|
|
71
|
+
return JSONOutput;
|
|
72
|
+
case "NetworkGeneFromSource":
|
|
73
|
+
JSONOutput.displayGeneId = totalOutput.length > 0 ? totalOutput[0].display_gene_id : null;
|
|
74
|
+
JSONOutput.geneId = totalOutput.length > 0 ? totalOutput[0].gene_id : null;
|
|
75
|
+
return JSONOutput;
|
|
76
|
+
case "GenerateNetwork":
|
|
77
|
+
JSONOutput.links = {};
|
|
78
|
+
for (let connection of totalOutput) {
|
|
79
|
+
if (JSONOutput.links[connection.regulator_gene_id] === undefined) {
|
|
80
|
+
JSONOutput.links[connection.regulator_gene_id] = [connection.target_gene_id];
|
|
81
|
+
} else {
|
|
82
|
+
JSONOutput.links[connection.regulator_gene_id].push(connection.target_gene_id);
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
return JSONOutput;
|
|
86
|
+
default:
|
|
87
|
+
return JSONOutput;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
};
|
|
91
|
+
|
|
92
|
+
module.exports = {
|
|
93
|
+
buildNetworkSourceQuery: buildNetworkSourceQuery,
|
|
94
|
+
queryNetworkDatabase: function (req, res) {
|
|
95
|
+
sequelize.query(buildQueryByType(req.query.type, req.query), { type: sequelize.QueryTypes.SELECT })
|
|
96
|
+
.then(function (stdname) {
|
|
97
|
+
const response = convertResponseToJSON(req.query.type, req.query, stdname);
|
|
98
|
+
return res.send(response);
|
|
99
|
+
});
|
|
100
|
+
}
|
|
101
|
+
};
|
|
@@ -103,7 +103,7 @@ describe("additional-sheet-parser", function () {
|
|
|
103
103
|
var workbook = xlsx.parse(__dirname + "/../test-files/spreadsheet-controller-test-files/" +
|
|
104
104
|
"2_column_data_format_test.xlsx");
|
|
105
105
|
var data = parseAdditionalSheets(workbook);
|
|
106
|
-
assert(data["
|
|
106
|
+
assert(data.twoColumnSheets["degradation_rates"], {
|
|
107
107
|
"ACE2": 0.1118,
|
|
108
108
|
"ASH1": 0.2166,
|
|
109
109
|
"CIN5": 0.1005,
|
package/test/api-tests.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
const jsdom = require("jsdom");
|
|
2
2
|
|
|
3
|
-
// Our fake document needs a
|
|
3
|
+
// Our fake document needs a .service-root element so that a fake "host" can be found by the code.
|
|
4
4
|
const { document } = (new jsdom.JSDOM("<input type='hidden' id='service-root' value='http://test'>")).window;
|
|
5
5
|
global.document = document;
|
|
6
6
|
global.window = document;
|
|
@@ -101,9 +101,6 @@ describe("The Gene Page", () => {
|
|
|
101
101
|
</eSearchResult>`;
|
|
102
102
|
|
|
103
103
|
|
|
104
|
-
let NCBIDoc = document.implementation.createDocument("", "", null);
|
|
105
|
-
let sequenceText = NCBIDoc.createTextNode(testString);
|
|
106
|
-
NCBIDoc.appendChild(sequenceText);
|
|
107
104
|
server.respondWith([
|
|
108
105
|
200,
|
|
109
106
|
{"Content-Type": "text/plain" }, testString]);
|
|
@@ -242,4 +239,4 @@ describe("The Gene Page", () => {
|
|
|
242
239
|
|
|
243
240
|
});
|
|
244
241
|
|
|
245
|
-
});
|
|
242
|
+
});
|