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
|
@@ -5,12 +5,31 @@
|
|
|
5
5
|
/* eslint-disable max-len */
|
|
6
6
|
import { grnState } from "./grnstate";
|
|
7
7
|
|
|
8
|
+
|
|
8
9
|
import {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
stopLoadingIcon
|
|
10
|
+
stopLoadingIcon,
|
|
11
|
+
startLoadingIcon
|
|
12
12
|
} from "./update-app";
|
|
13
13
|
|
|
14
|
+
import { queryExpressionDatabase } from "./api/grnsight-api.js";
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
const EXPRESSION_SHEET_SUFFIXES = ["_expression", "_optimized_expression", "_sigmas"];
|
|
18
|
+
|
|
19
|
+
const isExpressionSheet = (sheetName) => {
|
|
20
|
+
return EXPRESSION_SHEET_SUFFIXES.some(function (suffix) {
|
|
21
|
+
return sheetName.includes(suffix);
|
|
22
|
+
});
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
const removeExpressionSuffix = (sheetName) => {
|
|
26
|
+
let sheet = sheetName.split("_log2").join("").split("_log").join("");
|
|
27
|
+
for (let suffix of EXPRESSION_SHEET_SUFFIXES) {
|
|
28
|
+
sheet = sheet.split(suffix).join("");
|
|
29
|
+
}
|
|
30
|
+
return sheet;
|
|
31
|
+
};
|
|
32
|
+
|
|
14
33
|
export const uploadState = {
|
|
15
34
|
currentWorkbook: null,
|
|
16
35
|
};
|
|
@@ -72,16 +91,139 @@ export const upload = function () {
|
|
|
72
91
|
return filename + "." + extension;
|
|
73
92
|
};
|
|
74
93
|
|
|
94
|
+
const exportExcel = (route, extension, sheetType) => {
|
|
95
|
+
if (!$(this).parent().hasClass("disabled")) {
|
|
96
|
+
var workbookToExport = flattenWorkbook(uploadState.currentWorkbook, sheetType);
|
|
97
|
+
var workbookFilename = filenameWithExtension(sheetType !== uploadState.currentWorkbook.sheetType ?
|
|
98
|
+
sheetType : "", extension);
|
|
99
|
+
workbookToExport.filename = workbookFilename;
|
|
100
|
+
var exportForm = $("<form></form>").attr({
|
|
101
|
+
method: "POST",
|
|
102
|
+
action: $(".service-root").val() + "/" + route
|
|
103
|
+
}).append($("<input></input>").attr({
|
|
104
|
+
type: "hidden",
|
|
105
|
+
name: "filename",
|
|
106
|
+
value: workbookFilename
|
|
107
|
+
})).append($("<input></input>").attr({
|
|
108
|
+
type: "hidden",
|
|
109
|
+
name: "workbook",
|
|
110
|
+
value: JSON.stringify(workbookToExport)
|
|
111
|
+
}));
|
|
112
|
+
$("body").append(exportForm);
|
|
113
|
+
exportForm.submit();
|
|
114
|
+
exportForm.remove();
|
|
115
|
+
}
|
|
116
|
+
$("#exportExcelModal").modal("hide");
|
|
117
|
+
};
|
|
118
|
+
|
|
119
|
+
const updateOptimizationParameters = (finalExportSheets) => {
|
|
120
|
+
let optimizationParameters = {
|
|
121
|
+
data: {
|
|
122
|
+
alpha: 0.002,
|
|
123
|
+
"kk_max": 1,
|
|
124
|
+
MaxIter: 100000000,
|
|
125
|
+
TolFun: 0.000001,
|
|
126
|
+
MaxFunEval: 100000000,
|
|
127
|
+
TolX: 0.000001,
|
|
128
|
+
"production_function": "Sigmoid",
|
|
129
|
+
"L_curve": 0,
|
|
130
|
+
"estimate_params": 1,
|
|
131
|
+
"make_graphs": 1,
|
|
132
|
+
"fix_P": 0,
|
|
133
|
+
"fix_b": 0,
|
|
134
|
+
}
|
|
135
|
+
};
|
|
136
|
+
const expression = Object.keys(finalExportSheets.expression);
|
|
137
|
+
let expTimepoints = expression.length > 0 ? finalExportSheets.expression[expression[0]].timePoints : null;
|
|
138
|
+
expTimepoints = expTimepoints ? [...(new Set(expTimepoints))].sort(function (a, b) {
|
|
139
|
+
return a - b;
|
|
140
|
+
}) : null;
|
|
141
|
+
const simTimepoints = expTimepoints ? Array.from(Array(expTimepoints[expTimepoints.length - 1] + 1).keys()).filter(x => x % 5 === 0) : null;
|
|
142
|
+
const strain = expression.length > 0 ? expression.map(x => removeExpressionSuffix(x)) : null;
|
|
143
|
+
if (expTimepoints) {
|
|
144
|
+
optimizationParameters.data["expression_timepoints"] = expTimepoints;
|
|
145
|
+
}
|
|
146
|
+
if (strain) {
|
|
147
|
+
optimizationParameters.data.Strain = strain;
|
|
148
|
+
}
|
|
149
|
+
if (simTimepoints) {
|
|
150
|
+
optimizationParameters.data["simulation_timepoints"] = simTimepoints;
|
|
151
|
+
}
|
|
152
|
+
optimizationParameters.data.species = "Saccharomyces cerevisiae";
|
|
153
|
+
optimizationParameters.data["taxon_id"] = 559292;
|
|
154
|
+
return optimizationParameters;
|
|
155
|
+
};
|
|
156
|
+
|
|
157
|
+
const handleExpressionDataAndExport = (route, extension, sheetType, source, finalExportSheets) => {
|
|
158
|
+
if (source === "userInput" && grnState.workbook.expression) {
|
|
159
|
+
// make sure that the optimization parameters sheet is actually properly formatted
|
|
160
|
+
if (finalExportSheets["optimization_parameters"]) {
|
|
161
|
+
finalExportSheets["optimization_parameters"] = updateOptimizationParameters(finalExportSheets);
|
|
162
|
+
}
|
|
163
|
+
grnState.workbook.exportSheets = finalExportSheets;
|
|
164
|
+
exportExcel(route, extension, sheetType);
|
|
165
|
+
} else {
|
|
166
|
+
// expression source is from database so lets query her up
|
|
167
|
+
for (let sheet in finalExportSheets.expression) {
|
|
168
|
+
startLoadingIcon();
|
|
169
|
+
const dataset = `${source}_${sheet.replace("_log2_expression", "")}`;
|
|
170
|
+
queryExpressionDatabase({
|
|
171
|
+
type: "ExpressionTimePoints",
|
|
172
|
+
dataset
|
|
173
|
+
}).then(function (timepointsResponse) {
|
|
174
|
+
queryExpressionDatabase({
|
|
175
|
+
type:"ExpressionData",
|
|
176
|
+
dataset,
|
|
177
|
+
genes : grnState.workbook.genes.map(x => {
|
|
178
|
+
return x.name;
|
|
179
|
+
}).join(","),
|
|
180
|
+
timepoints: timepointsResponse[dataset]
|
|
181
|
+
}).then(function (response) {
|
|
182
|
+
finalExportSheets.expression[sheet] = response;
|
|
183
|
+
if (finalExportSheets.expression[sheet]) {
|
|
184
|
+
stopLoadingIcon();
|
|
185
|
+
if ( !Object.values(finalExportSheets.expression).includes(null) ) {
|
|
186
|
+
// we have all of the expression sheets so lets initilize the export process
|
|
187
|
+
Object.keys(finalExportSheets.expression).forEach((sheet) => {
|
|
188
|
+
// make sure that the sheets we queried are populated with the correct data
|
|
189
|
+
if (!(finalExportSheets.expression[sheet].data && finalExportSheets.expression[sheet].timePoints)) {
|
|
190
|
+
// if the resulting query doesn't contains both the timePoint data and
|
|
191
|
+
// the gene data then don't export it. If not don't :)
|
|
192
|
+
finalExportSheets.expression[sheet] = null;
|
|
193
|
+
}
|
|
194
|
+
});
|
|
195
|
+
if (finalExportSheets["optimization_parameters"] === null) {
|
|
196
|
+
finalExportSheets["optimization_parameters"] = updateOptimizationParameters(finalExportSheets);
|
|
197
|
+
}
|
|
198
|
+
grnState.workbook.exportSheets = finalExportSheets;
|
|
199
|
+
exportExcel(route, extension, sheetType);
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
}).catch(function (error) {
|
|
203
|
+
console.log(error.stack);
|
|
204
|
+
console.log(error.name);
|
|
205
|
+
console.log(error.message);
|
|
206
|
+
});
|
|
207
|
+
}).catch(function (error) {
|
|
208
|
+
console.log(error.stack);
|
|
209
|
+
console.log(error.name);
|
|
210
|
+
console.log(error.message);
|
|
211
|
+
});
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
};
|
|
215
|
+
|
|
216
|
+
|
|
75
217
|
const handleExportExcelButtonExport = (route, extension, sheetType, source) => {
|
|
76
218
|
grnState.workbook.exportNetworkType = sheetType;
|
|
77
|
-
const
|
|
219
|
+
const workbookSheets = $("input[name=workbookSheets]:checked");
|
|
78
220
|
var chosenSheets = [];
|
|
79
|
-
for (const [key, value] of Object.entries(
|
|
221
|
+
for (const [key, value] of Object.entries(workbookSheets)) {
|
|
80
222
|
if (!isNaN(parseInt(key, 10))) {
|
|
81
223
|
if (value.value === "select all") {
|
|
82
|
-
const
|
|
224
|
+
const allWorkbookSheets = $("input[name=workbookSheets]");
|
|
83
225
|
chosenSheets = [];
|
|
84
|
-
for (const [k, v] of Object.entries(
|
|
226
|
+
for (const [k, v] of Object.entries(allWorkbookSheets)) {
|
|
85
227
|
if (!isNaN(parseInt(k, 10))) {
|
|
86
228
|
if (v.value !== "select all") {
|
|
87
229
|
chosenSheets.push(v.value);
|
|
@@ -94,90 +236,88 @@ export const upload = function () {
|
|
|
94
236
|
}
|
|
95
237
|
}
|
|
96
238
|
}
|
|
97
|
-
const
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
239
|
+
const finalExportSheets = {
|
|
240
|
+
networks: {},
|
|
241
|
+
expression: {},
|
|
242
|
+
"two_column_sheets": {}
|
|
243
|
+
};
|
|
244
|
+
const twoColumnSheets = grnState.workbook.twoColumnSheets ? Object.keys(grnState.workbook.twoColumnSheets) : [];
|
|
245
|
+
// Collect all of the Sheets to be exported
|
|
246
|
+
for (let sheet of chosenSheets) {
|
|
247
|
+
if (sheet === "network_optimized_weights") {
|
|
248
|
+
finalExportSheets.networks[sheet] = grnState.workbook.networkOptimizedWeights;
|
|
249
|
+
} else if (sheet === "network") {
|
|
250
|
+
finalExportSheets.networks[sheet] = grnState.workbook.network;
|
|
251
|
+
} else if (sheet === "network_weights") {
|
|
252
|
+
finalExportSheets.networks[sheet] = grnState.workbook.networkWeights;
|
|
253
|
+
} else if (sheet === "optimization_diagnostics") { // Get the additional Sheets
|
|
254
|
+
finalExportSheets[sheet] = grnState.workbook.meta2;
|
|
255
|
+
} else if (sheet === "optimization_parameters") {
|
|
256
|
+
finalExportSheets[sheet] = source === "userInput" ? grnState.workbook.meta : null;
|
|
257
|
+
} else if (isExpressionSheet(sheet)) {
|
|
258
|
+
finalExportSheets.expression[sheet] = source === "userInput" ? grnState.workbook.expression[sheet] : null;
|
|
259
|
+
} else {
|
|
260
|
+
if (source === "userInput" && twoColumnSheets.indexOf(sheet) !== -1) {
|
|
261
|
+
finalExportSheets.two_column_sheets[sheet] = grnState.workbook.twoColumnSheets[sheet];
|
|
262
|
+
} else {
|
|
263
|
+
// Generate the two column sheet specified
|
|
264
|
+
if (source === "userInput" && Object.keys(finalExportSheets.two_column_sheets).includes(sheet)) {
|
|
265
|
+
finalExportSheets.two_column_sheets[sheet] = grnState.workbook.two_column_sheets[sheet];
|
|
266
|
+
} else if (sheet === "threshold_b") {
|
|
267
|
+
finalExportSheets.two_column_sheets[sheet] = {
|
|
268
|
+
data: {},
|
|
269
|
+
errors: [],
|
|
270
|
+
warnings: []
|
|
271
|
+
};
|
|
272
|
+
for (let g of grnState.workbook.genes) {
|
|
273
|
+
finalExportSheets.two_column_sheets[sheet].data[g.name] = 0;
|
|
274
|
+
}
|
|
275
|
+
} else {
|
|
276
|
+
finalExportSheets.two_column_sheets[sheet] = null;
|
|
277
|
+
}
|
|
105
278
|
}
|
|
106
279
|
}
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
type: "hidden",
|
|
123
|
-
name: "workbook",
|
|
124
|
-
value: JSON.stringify(workbookToExport)
|
|
125
|
-
}));
|
|
126
|
-
$("body").append(exportForm);
|
|
127
|
-
exportForm.submit();
|
|
128
|
-
exportForm.remove();
|
|
129
|
-
}
|
|
130
|
-
$("#exportExcelModal").modal("hide");
|
|
131
|
-
} else {
|
|
132
|
-
// source is from database so lets query her up
|
|
133
|
-
for (let sheet of chosenSheets) {
|
|
134
|
-
let queryURL = buildURL({ dataset: sheet });
|
|
135
|
-
responseData("", queryURL).then(function (response) {
|
|
136
|
-
exportSheets[sheet] = response;
|
|
137
|
-
if (exportSheets[sheet]) {
|
|
138
|
-
stopLoadingIcon();
|
|
139
|
-
if (Object.keys(exportSheets).length === chosenSheets.length) {
|
|
140
|
-
// we have all of the sheets so lets initilize the export process
|
|
141
|
-
const finalExportSheets = {};
|
|
142
|
-
Object.keys(exportSheets).forEach((sheet) => {
|
|
143
|
-
// make sure that the sheets we queried are populated with the correct data
|
|
144
|
-
if (exportSheets[sheet].data && exportSheets[sheet].timePoints) {
|
|
145
|
-
// if the resulting query contains both the timePoint data and
|
|
146
|
-
// the gene data then export it. If not don't :)
|
|
147
|
-
finalExportSheets[sheet] = exportSheets[sheet];
|
|
148
|
-
}
|
|
149
|
-
});
|
|
150
|
-
grnState.workbook.exportExpression = finalExportSheets;
|
|
151
|
-
if (!$(this).parent().hasClass("disabled")) {
|
|
152
|
-
var workbookToExport = flattenWorkbook(uploadState.currentWorkbook, sheetType);
|
|
153
|
-
var workbookFilename = filenameWithExtension(sheetType !== uploadState.currentWorkbook.sheetType ?
|
|
154
|
-
sheetType : "", extension);
|
|
155
|
-
workbookToExport.filename = workbookFilename;
|
|
156
|
-
var exportForm = $("<form></form>").attr({
|
|
157
|
-
method: "POST",
|
|
158
|
-
action: $("#service-root").val() + "/" + route
|
|
159
|
-
}).append($("<input></input>").attr({
|
|
160
|
-
type: "hidden",
|
|
161
|
-
name: "filename",
|
|
162
|
-
value: workbookFilename
|
|
163
|
-
})).append($("<input></input>").attr({
|
|
164
|
-
type: "hidden",
|
|
165
|
-
name: "workbook",
|
|
166
|
-
value: JSON.stringify(workbookToExport)
|
|
167
|
-
}));
|
|
168
|
-
$("body").append(exportForm);
|
|
169
|
-
exportForm.submit();
|
|
170
|
-
exportForm.remove();
|
|
171
|
-
}
|
|
172
|
-
$("#exportExcelModal").modal("hide");
|
|
173
|
-
}
|
|
280
|
+
}
|
|
281
|
+
const twoColumnSheetType = {"production_rates" : "ProductionRates", "degradation_rates":"DegradationRates" };
|
|
282
|
+
const twoColumnQuerySheets = Object.keys(finalExportSheets.two_column_sheets).filter( x => finalExportSheets.two_column_sheets[x] === null);
|
|
283
|
+
if (twoColumnQuerySheets.length > 0) {
|
|
284
|
+
// if we need to query production rates and degradation rates
|
|
285
|
+
for (let sheet of twoColumnQuerySheets) {
|
|
286
|
+
if (finalExportSheets.two_column_sheets[sheet] === null) {
|
|
287
|
+
let result = {
|
|
288
|
+
data: {},
|
|
289
|
+
errors: [],
|
|
290
|
+
warnings: []
|
|
291
|
+
};
|
|
292
|
+
let genes = [];
|
|
293
|
+
for (let g of grnState.workbook.genes) {
|
|
294
|
+
genes.push(g.name);
|
|
174
295
|
}
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
296
|
+
|
|
297
|
+
queryExpressionDatabase({
|
|
298
|
+
type:twoColumnSheetType[sheet],
|
|
299
|
+
genes:grnState.workbook.genes.map(x => {
|
|
300
|
+
return x.name;
|
|
301
|
+
}).join(",")
|
|
302
|
+
}).then(function (response) {
|
|
303
|
+
result.data = response;
|
|
304
|
+
finalExportSheets.two_column_sheets[sheet] = result;
|
|
305
|
+
if (!Object.values(finalExportSheets.two_column_sheets).includes(null)) {
|
|
306
|
+
// if we got all of the two column sheets, then proceed with export
|
|
307
|
+
handleExpressionDataAndExport(route, extension, sheetType, source, finalExportSheets);
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
}).catch(function (error) {
|
|
311
|
+
console.log(error.stack);
|
|
312
|
+
console.log(error.name);
|
|
313
|
+
console.log(error.message);
|
|
314
|
+
});
|
|
315
|
+
|
|
316
|
+
}
|
|
180
317
|
}
|
|
318
|
+
} else {
|
|
319
|
+
// you already have all of your two column sheet, so move through expressi5on
|
|
320
|
+
handleExpressionDataAndExport(route, extension, sheetType, source, finalExportSheets);
|
|
181
321
|
}
|
|
182
322
|
};
|
|
183
323
|
|
|
@@ -195,7 +335,7 @@ export const upload = function () {
|
|
|
195
335
|
|
|
196
336
|
var exportForm = $("<form></form>").attr({
|
|
197
337
|
method: "POST",
|
|
198
|
-
action: $("
|
|
338
|
+
action: $(".service-root").val() + "/" + route
|
|
199
339
|
}).append($("<input></input>").attr({
|
|
200
340
|
type: "hidden",
|
|
201
341
|
name: "filename",
|
|
@@ -215,166 +355,148 @@ export const upload = function () {
|
|
|
215
355
|
};
|
|
216
356
|
|
|
217
357
|
const createHTMLforForm1 = () => {
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
</
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
</
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
</li>
|
|
243
|
-
<li>
|
|
244
|
-
<input type=\'radio\' name=\'expressionSource\' value=\"Barreto_2012\" id=\'exportExcelExpressionSource-BarretoRadio\' class=\'export-radio\' />
|
|
245
|
-
<label for=\'exportExcelExpressionSource-BarretoRadio\' id=\'exportExcelExpressionSource-Barreto\' class=\'export-radio-label\'> </label>
|
|
246
|
-
</li>
|
|
247
|
-
</ul>
|
|
248
|
-
</div>
|
|
249
|
-
<button type=\'submit\' class=\'btn btn-default\' id=\'exportExcelContinueButton\'> Continue </button>
|
|
250
|
-
</form>
|
|
251
|
-
`;
|
|
358
|
+
const sources = [...new Set(grnState.database.expressionDatasets.map(s => s.slice(0, s.lastIndexOf("_"))) )];
|
|
359
|
+
let result = `
|
|
360
|
+
<form id=\'exportExcelForm1\'>
|
|
361
|
+
<div class=\'form-group export-form-group\'>
|
|
362
|
+
<p id=\'exportExcelNetwork\'></p>
|
|
363
|
+
<ul class=\'export-radio-group\' id=\'export-excel-weights-list\' style=\"list-style-type:none;\"> </ul>
|
|
364
|
+
</div>
|
|
365
|
+
<div class=\'form-group export-form-group\'>
|
|
366
|
+
<p id=\'exportExcelExpressionSources\'> </p>
|
|
367
|
+
<ul class=\'export-radio-group\' id=\'export-excel-expression-source-list\' style=\"list-style-type:none;\">
|
|
368
|
+
<li>
|
|
369
|
+
<input type=\'radio\' name=\'expressionSource\' checked=\"true\" value=\"userInput\" id=\'exportExcelExpressionSource-userInputRadio\' class=\'export-radio\' />
|
|
370
|
+
<label for=\'exportExcelExpressionSource-userInputRadio\' id=\'exportExcelExpressionSource-userInput\' class=\'export-radio-label\'> </label>
|
|
371
|
+
</li>`;
|
|
372
|
+
for (let source of sources) {
|
|
373
|
+
result += `
|
|
374
|
+
<li>
|
|
375
|
+
<input type=\'radio\' name=\'expressionSource\' value=\"${source}\" id=\'exportExcelExpressionSource-${source}Radio\' class=\'export-radio\' />
|
|
376
|
+
<label for=\'exportExcelExpressionSource-${source}Radio\' id=\'exportExcelExpressionSource-${source}\' class=\'export-radio-label\'>${source}</label>
|
|
377
|
+
</li>`;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
result += "</ul></div></form>";
|
|
381
|
+
return result;
|
|
252
382
|
};
|
|
253
383
|
|
|
254
384
|
const createHTMLforForm2 = () => {
|
|
255
385
|
return `
|
|
256
386
|
<form id=\'exportExcelForm2\'>
|
|
257
|
-
<div class=\'form-group\'>
|
|
258
|
-
<p id=\'
|
|
259
|
-
<ul class=\'
|
|
387
|
+
<div class=\'form-group export-form-group\'>
|
|
388
|
+
<p id=\'exportExcelWorkbookSheets\'></p>
|
|
389
|
+
<ul class=\'exportExcelWorkbookSheets\' id=\'export-excel-workbook-sheet-list\' style=\"list-style-type:none;\"> </ul>
|
|
260
390
|
</div>
|
|
261
|
-
<input type=\'button\' class=\'btn btn-default\' id=\'exportExcelButton\' value=\'Export Workbook\' />
|
|
262
391
|
</form>
|
|
263
392
|
`;
|
|
264
393
|
};
|
|
265
394
|
const createHTMLforWeights = () => {
|
|
266
|
-
$(".export-excel-weighted-option").remove();
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
<
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
Weighted
|
|
281
|
-
</label>
|
|
282
|
-
</li>
|
|
283
|
-
<li class=\'export-excel-weighted-option\'>
|
|
284
|
-
<input type=\'radio\' name=\'network-weights\' value=\"unweighted\" id=\'exportExcelUnweightedRadio\' class=\'export-radio\' />
|
|
285
|
-
<label for=\'exportExcelUnweightedRadio\' id=\'exportExcelUnweighted\' class=\'export-radio-label\' >
|
|
286
|
-
Unweighted
|
|
287
|
-
</label>
|
|
288
|
-
</li>
|
|
289
|
-
`;
|
|
290
|
-
}
|
|
395
|
+
// $(".export-excel-weighted-option").remove();
|
|
396
|
+
return `
|
|
397
|
+
<li class=\'export-excel-weighted-option\'>
|
|
398
|
+
<input type=\'radio\' ${grnState.workbook.sheetType === "weighted" ? "checked" : "disabled"}=\"true\" name=\'network-weights\' value=\"weighted\" id=\'exportExcelWeightedRadio\' class=\'export-radio\' />
|
|
399
|
+
<label for=\'exportExcelWeightedRadio\' id=\'exportExcelWeighted\' class=\'export-radio-label ${grnState.workbook.sheetType !== "weighted" && "disabled"}\' >
|
|
400
|
+
Weighted
|
|
401
|
+
</label>
|
|
402
|
+
</li>
|
|
403
|
+
<li class=\'export-excel-weighted-option\'>
|
|
404
|
+
<input type=\'radio\' ${grnState.workbook.sheetType !== "weighted" && "checked=\"true\""} name=\'network-weights\' value=\"unweighted\" id=\'exportExcelUnweightedRadio\' class=\'export-radio\' />
|
|
405
|
+
<label for=\'exportExcelUnweightedRadio\' id=\'exportExcelUnweighted\' class=\'export-radio-label\' >
|
|
406
|
+
Unweighted
|
|
407
|
+
</label>
|
|
408
|
+
</li>`;
|
|
291
409
|
};
|
|
292
410
|
|
|
293
|
-
const
|
|
294
|
-
$(".export-excel-
|
|
411
|
+
const createHTMLforSheets = (source) => {
|
|
412
|
+
$(".export-excel-workbook-sheet-option").remove();
|
|
295
413
|
// check if user updated data is selected
|
|
296
414
|
let result = `
|
|
297
|
-
<li class=\'export-excel-
|
|
298
|
-
<input type=\'checkbox\' name=\'
|
|
299
|
-
<label for=\'
|
|
300
|
-
All
|
|
415
|
+
<li class=\'export-excel-workbook-sheet-option export-excel-workbook-sheet-option-subheader\'>
|
|
416
|
+
<input type=\'checkbox\' name=\'workbookSheets\' checked=\"true\" value=\"select all\" id=\'exportExcelWorkbookSheet-All\' class=\'export-checkbox\' />
|
|
417
|
+
<label for=\'exportExcelWorkbookSheet-All\' id=\'exportExcelWorkbookSheet-All-label\' class=\'export-checkbox-label\' >
|
|
418
|
+
Select All
|
|
419
|
+
</label>
|
|
420
|
+
</li>
|
|
421
|
+
|
|
422
|
+
<p class=\'export-excel-workbook-sheet-option-subheader\'> Network Sheets </p>
|
|
423
|
+
`;
|
|
424
|
+
const optionalAdditionalSheets = ["optimization_parameters", "production_rates", "degradation_rates", "threshold_b"];
|
|
425
|
+
let networks = [
|
|
426
|
+
(grnState.workbook.networkOptimizedWeights !== undefined && "network_optimized_weights"),
|
|
427
|
+
(grnState.workbook.network !== undefined && "network"),
|
|
428
|
+
(grnState.workbook.networkWeights !== undefined && "network_weights")];
|
|
429
|
+
networks = networks.filter(x => x !== false);
|
|
430
|
+
let additionalsheets = grnState.workbook.twoColumnSheets ? [
|
|
431
|
+
...Object.keys(grnState.workbook.twoColumnSheets),
|
|
432
|
+
(grnState.workbook.meta2 !== undefined && "optimization_diagnostics")
|
|
433
|
+
] : [
|
|
434
|
+
(grnState.workbook.meta2 !== undefined && "optimization_diagnostics")
|
|
435
|
+
];
|
|
436
|
+
additionalsheets = additionalsheets.filter(x => (x !== false && -1 !== optionalAdditionalSheets.indexOf(x)));
|
|
437
|
+
additionalsheets = [...optionalAdditionalSheets, ...additionalsheets].sort();
|
|
438
|
+
additionalsheets = [...(new Set(additionalsheets))];
|
|
439
|
+
for (let network of networks) {
|
|
440
|
+
result = result + `
|
|
441
|
+
<li class=\'export-excel-workbook-sheet-option\'>
|
|
442
|
+
<input type=\'checkbox\' name=\'workbookSheets\' checked=\"true\" value=\"${network}\" id=\'exportExcelWorkbookSheet-${network}\' class=\'export-checkbox\' />
|
|
443
|
+
<label for=\'exportExcelWorkbookSheet-${network}\' id=\'exportExcelWorkbookSheet-${network}-label\' class=\'export-checkbox-label\' >
|
|
444
|
+
${network}
|
|
301
445
|
</label>
|
|
302
446
|
</li>
|
|
303
447
|
`;
|
|
448
|
+
}
|
|
304
449
|
if (source === "userInput") {
|
|
305
|
-
|
|
450
|
+
result += grnState.workbook.expressionNames ? "<p class=\'export-excel-workbook-sheet-option-subheader\'> Expression Sheets </p>" : "";
|
|
451
|
+
if (grnState.workbook.expressionNames) {
|
|
452
|
+
for (let expression of grnState.workbook.expressionNames) {
|
|
453
|
+
result += `
|
|
454
|
+
<li class=\'export-excel-workbook-sheet-option\'>
|
|
455
|
+
<input type=\'checkbox\' name=\'workbookSheets\' checked=\"true\" value=\"${expression}\" id=\'exportExcelWorkbookSheet-${expression}\' class=\'export-checkbox\' />
|
|
456
|
+
<label for=\'exportExcelWorkbookSheet-${expression}\' id=\'exportExcelWorkbookSheet-${expression}-label\' class=\'export-checkbox-label\' >
|
|
457
|
+
${expression}
|
|
458
|
+
</label>
|
|
459
|
+
</li>
|
|
460
|
+
`;
|
|
461
|
+
}
|
|
462
|
+
}
|
|
463
|
+
result += "<p class=\'export-excel-workbook-sheet-option-subheader\'> Additional Sheets </p>";
|
|
464
|
+
for (let sheet of additionalsheets) {
|
|
306
465
|
result = result + `
|
|
307
|
-
<li class=\'export-excel-
|
|
308
|
-
<input type=\'checkbox\' name=\'
|
|
309
|
-
<label for=\'
|
|
310
|
-
${
|
|
466
|
+
<li class=\'export-excel-workbook-sheet-option\'>
|
|
467
|
+
<input type=\'checkbox\' name=\'workbookSheets\' checked=\"true\" value=\"${sheet}\" id=\'exportExcelWorkbookSheet-${sheet}\' class=\'export-checkbox\' />
|
|
468
|
+
<label for=\'exportExcelWorkbookSheet-${sheet}\' id=\'exportExcelWorkbookSheet-${sheet}-label\' class=\'export-checkbox-label\' >
|
|
469
|
+
${sheet}
|
|
311
470
|
</label>
|
|
312
471
|
</li>
|
|
313
472
|
`;
|
|
314
473
|
}
|
|
315
|
-
} else
|
|
316
|
-
// if the source is from a database
|
|
317
|
-
result = result + `
|
|
318
|
-
<li class=\'export-excel-expression-sheet-option\'>
|
|
319
|
-
<input type=\'checkbox\' name=\'expressionSheets\' checked=\"true\" value=\"Dahlquist_2018_dcin5\" id=\'exportExcelExpression-Dahlquist_2018_dcin5\' class=\'export-checkbox\' />
|
|
320
|
-
<label for=\'exportExcelExpression-Dahlquist_2018_dcin5\' id=\'exportExcelExpression-Dahlquist_2018_dcin5-label\' class=\'export-checkbox-label\' >
|
|
321
|
-
Dahlquist_2018_dcin5
|
|
322
|
-
</label>
|
|
323
|
-
</li>
|
|
324
|
-
<li class=\'export-excel-expression-sheet-option\'>
|
|
325
|
-
<input type=\'checkbox\' checked=\"true\" name=\'expressionSheets\' value=\"Dahlquist_2018_dgln3\" id=\'exportExcelExpression-Dahlquist_2018_dgln3\' class=\'export-checkbox\' />
|
|
326
|
-
<label for=\'exportExcelExpression-Dahlquist_2018_dgln3\' id=\'exportExcelExpression-Dahlquist_2018_dgln3-label\' class=\'export-checkbox-label\' >
|
|
327
|
-
Dahlquist_2018_dgln3
|
|
328
|
-
</label>
|
|
329
|
-
</li>
|
|
330
|
-
<li class=\'export-excel-expression-sheet-option\'>
|
|
331
|
-
<input type=\'checkbox\' checked=\"true\" name=\'expressionSheets\' value=\"Dahlquist_2018_dhap4\" id=\'exportExcelExpression-Dahlquist_2018_dhap4\' class=\'export-checkbox\' />
|
|
332
|
-
<label for=\'exportExcelExpression-Dahlquist_2018_dhap4\' id=\'exportExcelExpression-Dahlquist_2018_dhap4-label\' class=\'export-checkbox-label\' >
|
|
333
|
-
Dahlquist_2018_dhap4
|
|
334
|
-
</label>
|
|
335
|
-
</li>
|
|
336
|
-
<li class=\'export-excel-expression-sheet-option\'>
|
|
337
|
-
<input type=\'checkbox\' checked=\"true\" name=\'expressionSheets\' value=\"Dahlquist_2018_dzap1\" id=\'exportExcelExpression-Dahlquist_2018_dzap1\' class=\'export-checkbox\' />
|
|
338
|
-
<label for=\'exportExcelExpression-Dahlquist_2018_dzap1\' id=\'exportExcelExpression-Dahlquist_2018_dzap1-label\' class=\'export-checkbox-label\' >
|
|
339
|
-
Dahlquist_2018_dzap1
|
|
340
|
-
</label>
|
|
341
|
-
</li>
|
|
342
|
-
<div class=\'expression-db-loader\'></div>
|
|
343
|
-
<div class=\'expression-db-loader-text\'>Expression Database is Loading</div>
|
|
344
|
-
`;
|
|
345
|
-
} else if (source === "Kitagawa_2002") {
|
|
346
|
-
// if the source is from a database
|
|
347
|
-
result = result + `
|
|
348
|
-
<li class=\'export-excel-expression-sheet-option\'>
|
|
349
|
-
<input type=\'checkbox\' checked=\"true\" name=\'expressionSheets\' value=\"Kitagawa_2002_wt\" id=\'exportExcelExpression-Kitagawa_2002_wt\' class=\'export-checkbox\' />
|
|
350
|
-
<label for=\'exportExcelExpression-Kitagawa_2002_wt\' id=\'exportExcelExpression-Kitagawa_2002_wt-label\' class=\'export-checkbox-label\' >
|
|
351
|
-
Kitagawa_2002_wt
|
|
352
|
-
</label>
|
|
353
|
-
</li>
|
|
354
|
-
<div class=\'expression-db-loader\'></div>
|
|
355
|
-
<div class=\'expression-db-loader-text\'>Expression Database is Loading</div>
|
|
356
|
-
`;
|
|
357
|
-
} else if (source === "Thorsen_2007") {
|
|
358
|
-
// if the source is from a database
|
|
359
|
-
result = result + `
|
|
360
|
-
<li class=\'export-excel-expression-sheet-option\'>
|
|
361
|
-
<input type=\'checkbox\' checked=\"true\" name=\'expressionSheets\' value=\"Thorsen_2007_wt\" id=\'exportExcelExpression-Thorsen_2007_wt\' class=\'export-checkbox\' />
|
|
362
|
-
<label for=\'exportExcelExpression-Thorsen_2007_wt\' id=\'exportExcelExpression-Thorsen_2007_wt-label\' class=\'export-checkbox-label\' >
|
|
363
|
-
Thorsen_2007_wt
|
|
364
|
-
</label>
|
|
365
|
-
</li>
|
|
366
|
-
<div class=\'expression-db-loader\'></div>
|
|
367
|
-
<div class=\'expression-db-loader-text\'>Expression Database is Loading</div>
|
|
368
|
-
`;
|
|
369
|
-
} else if (source === "Barreto_2012") {
|
|
474
|
+
} else {
|
|
370
475
|
// if the source is from a database
|
|
371
|
-
result
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
476
|
+
result += "<p class=\'export-excel-workbook-sheet-option-subheader\'> Expression Sheets </p>";
|
|
477
|
+
const expressionSheets = grnState.database.expressionDatasets.filter(s => s.includes(source));
|
|
478
|
+
for (let sheet of expressionSheets) {
|
|
479
|
+
result += `
|
|
480
|
+
<li class=\'export-excel-workbook-sheet-option\'>
|
|
481
|
+
<input type=\'checkbox\' name=\'workbookSheets\' checked=\"true\" value=\"${sheet.slice(sheet.lastIndexOf("_") + 1) + "_log2_expression"}\" id=\'exportExcelWorkbookSheet-${sheet}\' class=\'export-checkbox\' />
|
|
482
|
+
<label for=\'exportExcelWorkbookSheet-${sheet}\' id=\'exportExcelWorkbookSheet-${sheet}-label\' class=\'export-checkbox-label\' >
|
|
483
|
+
${sheet.slice(sheet.lastIndexOf("_") + 1) + "_log2_expression"}
|
|
484
|
+
</label>
|
|
485
|
+
</li>`;
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
result += "<p class=\'export-excel-workbook-sheet-option-subheader\'> Additional Sheets </p>";
|
|
489
|
+
for (let sheet of additionalsheets) {
|
|
490
|
+
result += `
|
|
491
|
+
<li class=\'export-excel-workbook-sheet-option\'>
|
|
492
|
+
<input type=\'checkbox\' name=\'workbookSheets\' checked=\"true\" value=\"${sheet}\" id=\'exportExcelWorkbookSheet-${sheet}\' class=\'export-checkbox\' />
|
|
493
|
+
<label for=\'exportExcelWorkbookSheet-${sheet}\' id=\'exportExcelWorkbookSheet-${sheet}-label\' class=\'export-checkbox-label\' >
|
|
494
|
+
${sheet}
|
|
495
|
+
</label>
|
|
496
|
+
</li>
|
|
497
|
+
`;
|
|
498
|
+
}
|
|
499
|
+
result += `
|
|
378
500
|
<div class=\'expression-db-loader\'></div>
|
|
379
501
|
<div class=\'expression-db-loader-text\'>Expression Database is Loading</div>
|
|
380
502
|
`;
|
|
@@ -382,33 +504,90 @@ export const upload = function () {
|
|
|
382
504
|
return result;
|
|
383
505
|
};
|
|
384
506
|
|
|
385
|
-
const
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
507
|
+
const createHTMLforModalButtons = (isInitialModal) => {
|
|
508
|
+
return `
|
|
509
|
+
<div id=\'exportExcelFooter\' class=\'modal-footer-div\'>
|
|
510
|
+
${ !isInitialModal ?
|
|
511
|
+
`<div>
|
|
512
|
+
<input type=\'button\' class=\'btn btn-default\' id=\'Export-Excel-Button-Back\' value=\'Back\' />
|
|
513
|
+
</div>` : ""
|
|
514
|
+
}
|
|
515
|
+
<div>
|
|
516
|
+
<input type=\'button\' class=\'btn btn-default\' id=\'Export-Excel-Button${isInitialModal ? "-Continue" : ""}\' />
|
|
517
|
+
<input type=\'button\' class=\'btn btn-default\' data-dismiss=\'modal\' value=\'Cancel\' />
|
|
518
|
+
<div>
|
|
519
|
+
</div>
|
|
520
|
+
`;
|
|
394
521
|
};
|
|
395
522
|
|
|
396
|
-
var
|
|
523
|
+
var handleExportExcelModal = function () {
|
|
524
|
+
$("#exportExcelForm1").remove();
|
|
397
525
|
$("#exportExcelForm2").remove();
|
|
526
|
+
$("#exportExcelFooter").remove();
|
|
398
527
|
$("#exportExcelQuestions-containter").append(createHTMLforForm1);
|
|
399
|
-
$("#
|
|
400
|
-
$("#export-excel-weights-list").append(createHTMLforWeights());
|
|
528
|
+
$("#exportExcelFooter-container").append(createHTMLforModalButtons(true));
|
|
401
529
|
|
|
530
|
+
$("#exportExcelNetwork").html("Select the edge type:");
|
|
531
|
+
$("#export-excel-weights-list").append(createHTMLforWeights());
|
|
532
|
+
$("#Export-Excel-Button-Continue").prop("value", "Continue");
|
|
402
533
|
$("#exportExcelExpressionSources").html("Select the Expression Data Source:");
|
|
403
534
|
$("#exportExcelExpressionSource-userInput").html(grnState.name);
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
$("#
|
|
408
|
-
|
|
535
|
+
};
|
|
536
|
+
|
|
537
|
+
var handleWorkbookSheetCheckboxBehaviour = () => {
|
|
538
|
+
$("input[name=workbookSheets]").not($("#exportExcelWorkbookSheet-All")).on("click", ()=>{
|
|
539
|
+
const selectAll = $("#exportExcelWorkbookSheet-All");
|
|
540
|
+
const allSheets = $("input[name=workbookSheets]");
|
|
541
|
+
if (selectAll[0].checked) {
|
|
542
|
+
for (let i in allSheets) {
|
|
543
|
+
if (typeof allSheets[i] === "object") {
|
|
544
|
+
if (allSheets[i].checked !== selectAll[0].checked) {
|
|
545
|
+
selectAll[0].checked = false;
|
|
546
|
+
}
|
|
547
|
+
}
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
});
|
|
551
|
+
$("#exportExcelWorkbookSheet-All").on("click", ()=>{
|
|
552
|
+
const allSheets = $("input[name=workbookSheets]");
|
|
553
|
+
const selectAll = $("#exportExcelWorkbookSheet-All");
|
|
554
|
+
for (let i in allSheets) {
|
|
555
|
+
if (typeof allSheets[i] === "object") {
|
|
556
|
+
allSheets[i].checked = selectAll[0].checked;
|
|
557
|
+
}
|
|
558
|
+
}
|
|
559
|
+
});
|
|
560
|
+
};
|
|
561
|
+
|
|
562
|
+
var handleExportExcelButtonContinue = () => {
|
|
563
|
+
const weight = $("input[name=network-weights]:checked")[0].value;
|
|
564
|
+
const source = $("input[name=expressionSource]:checked")[0].value;
|
|
565
|
+
$("#exportExcelForm1").remove();
|
|
566
|
+
$("#exportExcelFooter").remove();
|
|
567
|
+
$("#exportExcelFooter-container").append(createHTMLforModalButtons(false));
|
|
568
|
+
$("#Export-Excel-Button").prop("value", "Export Workbook");
|
|
569
|
+
$("#exportExcelQuestions-containter").append(createHTMLforForm2);
|
|
570
|
+
$("#exportExcelWorkbookSheets").html("Select Workbook Sheets to Export:");
|
|
571
|
+
$("#export-excel-workbook-sheet-list").append(createHTMLforSheets(source));
|
|
572
|
+
handleWorkbookSheetCheckboxBehaviour();
|
|
573
|
+
$("#Export-Excel-Button-Back").on("click", () => {
|
|
574
|
+
handleExportExcelModal();
|
|
575
|
+
$("input[name=network-weights]").removeAttr("checked");
|
|
576
|
+
$("input[name=network-weights][value=" + weight + "]").prop("checked", true);
|
|
577
|
+
$("input[name=expressionSource]").removeAttr("checked");
|
|
578
|
+
$("input[name=expressionSource][value=" + source + "]").prop("checked", true);
|
|
579
|
+
$("#Export-Excel-Button-Continue").on("click", () => handleExportExcelButtonContinue());
|
|
580
|
+
});
|
|
581
|
+
$("#Export-Excel-Button").on("click", performExport("export-to-excel", "xlsx", weight, source));
|
|
582
|
+
};
|
|
583
|
+
|
|
584
|
+
var displayExportExcelModal = function () {
|
|
585
|
+
handleExportExcelModal();
|
|
586
|
+
$("#Export-Excel-Button-Continue").on("click", () => handleExportExcelButtonContinue());
|
|
409
587
|
$("#exportExcelModal").modal("show");
|
|
410
588
|
};
|
|
411
589
|
|
|
590
|
+
|
|
412
591
|
var performExcelExport = function () {
|
|
413
592
|
return function () {
|
|
414
593
|
if (!$(this).parent().hasClass("disabled")) {
|
|
@@ -417,13 +596,10 @@ export const upload = function () {
|
|
|
417
596
|
};
|
|
418
597
|
};
|
|
419
598
|
|
|
420
|
-
// $("#exportAsExcelWkbk").click(performExport("export-to-excel", "xlsx", "unweighted"));
|
|
421
599
|
$("#exportAsUnweightedSif").on("click", performExport("export-to-sif", "sif", "unweighted"));
|
|
422
600
|
$("#exportAsWeightedSif").on("click", performExport("export-to-sif", "sif", "weighted"));
|
|
423
601
|
$("#exportAsUnweightedGraphMl").on("click", performExport("export-to-graphml", "graphml", "unweighted"));
|
|
424
602
|
$("#exportAsWeightedGraphMl").on("click", performExport("export-to-graphml", "graphml", "weighted"));
|
|
425
|
-
// $("#exportAsUnweightedExcel").on("click", performExport("export-to-excel", "xlsx", "unweighted"));
|
|
426
|
-
// $("#exportAsWeightedExcel").on("click", performExport("export-to-excel", "xlsx", "weighted"));
|
|
427
603
|
$("#exportAsExcel").on("click", performExcelExport());
|
|
428
604
|
|
|
429
605
|
};
|