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
|
@@ -104,18 +104,34 @@ form label, form span
|
|
|
104
104
|
.glyphicon
|
|
105
105
|
min-width: 22px
|
|
106
106
|
|
|
107
|
+
.glyphicon-searchbar
|
|
108
|
+
margin-left: -22px
|
|
109
|
+
|
|
107
110
|
.dropdown-menu > li > a.upload
|
|
108
|
-
padding-
|
|
111
|
+
padding-top: 7px
|
|
112
|
+
padding-bottom: 5px
|
|
113
|
+
padding-left: 10px
|
|
109
114
|
padding-right: 0
|
|
110
115
|
|
|
116
|
+
.dropdown-menu > li > a.demo
|
|
117
|
+
padding-top: 7px
|
|
118
|
+
padding-left: 30px
|
|
119
|
+
padding-bottom: 5px
|
|
120
|
+
|
|
121
|
+
.dropdown-menu > li > a.create-network
|
|
122
|
+
padding-top: 7px
|
|
123
|
+
padding-bottom: 0px
|
|
124
|
+
padding-left: 30px
|
|
125
|
+
margin-bottom: -5px
|
|
126
|
+
|
|
111
127
|
.dropdown-menu > li > a.upload > label
|
|
112
128
|
font-weight: normal
|
|
113
129
|
margin-bottom: 0
|
|
114
|
-
padding-left:
|
|
130
|
+
padding-left: 22px
|
|
115
131
|
padding-right: 20px
|
|
116
132
|
width: 100%
|
|
117
133
|
|
|
118
|
-
.dropdown-menu > li > a.upload > input[type=file]
|
|
134
|
+
.dropdown-menu > li > a.upload > input[type=file], #upload-network
|
|
119
135
|
display: none
|
|
120
136
|
|
|
121
137
|
#fileName
|
|
@@ -139,6 +155,9 @@ nav.navbar.navbar-default
|
|
|
139
155
|
background-color: #16693F
|
|
140
156
|
color: #FFFFFF
|
|
141
157
|
|
|
158
|
+
.open
|
|
159
|
+
font-weight: normal
|
|
160
|
+
|
|
142
161
|
.navbar-right.graph-metadata-container > li
|
|
143
162
|
margin-top: 4px
|
|
144
163
|
margin-bottom: 4px
|
|
@@ -168,6 +187,26 @@ nav.navbar.navbar-default
|
|
|
168
187
|
justify-content: space-between
|
|
169
188
|
margin-top: 0px
|
|
170
189
|
|
|
190
|
+
.panelDropdownContainer
|
|
191
|
+
margin-top 0px
|
|
192
|
+
padding: 0px 10px 10px 0px
|
|
193
|
+
text-align: left
|
|
194
|
+
|
|
195
|
+
.panelGeneSearchBar
|
|
196
|
+
display: flex
|
|
197
|
+
width: 102.5%
|
|
198
|
+
|
|
199
|
+
.generateNetworkContainer
|
|
200
|
+
padding: 10px 0px
|
|
201
|
+
display: flex
|
|
202
|
+
#panel-gene-search-bar
|
|
203
|
+
width: calc(100% + 22px)
|
|
204
|
+
#generateNetworkButton
|
|
205
|
+
width: 100%
|
|
206
|
+
|
|
207
|
+
.NetworkGenesForm
|
|
208
|
+
padding-left: 0px
|
|
209
|
+
|
|
171
210
|
.buttonPairContainer > input[type=button], .buttonPairContainer > button
|
|
172
211
|
padding: 6px 10px
|
|
173
212
|
width: calc(50% - 2px)
|
|
@@ -333,6 +372,10 @@ text.weight.visible
|
|
|
333
372
|
.speciesIdentifiedDropdown
|
|
334
373
|
font-weight: normal
|
|
335
374
|
|
|
375
|
+
.panelDropdown
|
|
376
|
+
width: 100%
|
|
377
|
+
font-weight: normal
|
|
378
|
+
|
|
336
379
|
.currentSpecies
|
|
337
380
|
font-weight: bold
|
|
338
381
|
|
|
@@ -382,6 +425,8 @@ path.mousezone
|
|
|
382
425
|
#gray-edge-threshold-menu
|
|
383
426
|
margin-right:0.5ex
|
|
384
427
|
|
|
428
|
+
.menu-subheader
|
|
429
|
+
padding-left: 12px;
|
|
385
430
|
.menu-subheader
|
|
386
431
|
padding-left: 12px;
|
|
387
432
|
|
|
@@ -424,3 +469,153 @@ path.mousezone
|
|
|
424
469
|
margin-top: 15 px
|
|
425
470
|
display: none
|
|
426
471
|
|
|
472
|
+
#Saccharomyces-cerevisiae
|
|
473
|
+
color: #AAA
|
|
474
|
+
margin-left: 30px
|
|
475
|
+
|
|
476
|
+
.create-network-label
|
|
477
|
+
font-weight: normal
|
|
478
|
+
|
|
479
|
+
.sub-divider
|
|
480
|
+
border-top: 1px dotted #bbb
|
|
481
|
+
width:95%
|
|
482
|
+
margin: auto
|
|
483
|
+
|
|
484
|
+
.network-source-section
|
|
485
|
+
margin-left: 12px
|
|
486
|
+
|
|
487
|
+
#network-source
|
|
488
|
+
width: 60%
|
|
489
|
+
text-align: left
|
|
490
|
+
|
|
491
|
+
|
|
492
|
+
#network-source-label
|
|
493
|
+
margin-left: 0px
|
|
494
|
+
|
|
495
|
+
.long-sub-divider
|
|
496
|
+
border-top: 1px dotted #bbb
|
|
497
|
+
margin: 0px 0px 10px
|
|
498
|
+
|
|
499
|
+
.network-button-container
|
|
500
|
+
border:1px solid #CCC
|
|
501
|
+
border-radius: 5px
|
|
502
|
+
height: 45px
|
|
503
|
+
|
|
504
|
+
justify-content: center
|
|
505
|
+
display: flex
|
|
506
|
+
|
|
507
|
+
.network-button
|
|
508
|
+
width:100%
|
|
509
|
+
margin:5px 0px
|
|
510
|
+
height:34px
|
|
511
|
+
|
|
512
|
+
|
|
513
|
+
#upload-network
|
|
514
|
+
border: 2px solid #6c5ce7
|
|
515
|
+
padding: .2em .4em
|
|
516
|
+
border-radius: .2em
|
|
517
|
+
background-color: #a29bfe
|
|
518
|
+
transition: 1s
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
#upload-network:hover
|
|
522
|
+
background-color: #81ecec
|
|
523
|
+
border: 2px solid #00cec9
|
|
524
|
+
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
.sidebar-glyphicon
|
|
528
|
+
margin-right: 0px
|
|
529
|
+
|
|
530
|
+
.network-button.disabled
|
|
531
|
+
color: #AAA
|
|
532
|
+
|
|
533
|
+
.network-dropdown
|
|
534
|
+
width: 50%
|
|
535
|
+
|
|
536
|
+
#enter-search
|
|
537
|
+
margin-left: 0px
|
|
538
|
+
height: 100%
|
|
539
|
+
padding: 0
|
|
540
|
+
border-color:#aeaeae
|
|
541
|
+
|
|
542
|
+
#network-search-bar
|
|
543
|
+
margin-right: 0px
|
|
544
|
+
height: 100%
|
|
545
|
+
border-radius:5px
|
|
546
|
+
border: 1px solid #aeaeae
|
|
547
|
+
|
|
548
|
+
.custom-network-gene
|
|
549
|
+
border:1px solid #CCC
|
|
550
|
+
border-radius: 5px
|
|
551
|
+
height: 50px
|
|
552
|
+
padding: auto
|
|
553
|
+
display: flex
|
|
554
|
+
justify-content: center
|
|
555
|
+
align-items:center
|
|
556
|
+
flex-direction: column
|
|
557
|
+
width: 100%
|
|
558
|
+
margin:5px
|
|
559
|
+
|
|
560
|
+
#custom-network-genes-container
|
|
561
|
+
display: grid
|
|
562
|
+
column-gap: 20px
|
|
563
|
+
row-gap: 5px
|
|
564
|
+
grid-template-columns: 1fr 1fr 1fr
|
|
565
|
+
padding: 10px 5px
|
|
566
|
+
|
|
567
|
+
#submit-network
|
|
568
|
+
.custom-network-gene-display-id
|
|
569
|
+
font-size: 14px
|
|
570
|
+
|
|
571
|
+
.custom-network-gene-id
|
|
572
|
+
color: #BBB
|
|
573
|
+
font-size: 12px
|
|
574
|
+
|
|
575
|
+
.network-type
|
|
576
|
+
font-size: 12px
|
|
577
|
+
display: inline-block
|
|
578
|
+
font-style: italic
|
|
579
|
+
|
|
580
|
+
.network-source-section-title
|
|
581
|
+
font-weight: bold
|
|
582
|
+
font-size: 14px
|
|
583
|
+
|
|
584
|
+
.network-source-label
|
|
585
|
+
margin-left: 0px
|
|
586
|
+
|
|
587
|
+
.hidden-button
|
|
588
|
+
display:none
|
|
589
|
+
|
|
590
|
+
.modal-footer-div
|
|
591
|
+
display: flex
|
|
592
|
+
|
|
593
|
+
.modal-footer-div >div:last-of-type {
|
|
594
|
+
margin-left: auto;
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
.export-excel-workbook-sheet-option-subheader
|
|
598
|
+
margin-left: -20px
|
|
599
|
+
|
|
600
|
+
.export-radio-label.disabled
|
|
601
|
+
color: #AAA
|
|
602
|
+
|
|
603
|
+
# demoSourceDropdown > option {
|
|
604
|
+
direction: ltr;
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
.panelDropdownContainer > select {
|
|
608
|
+
right: auto;
|
|
609
|
+
padding: 13px 45px 15px 0px;
|
|
610
|
+
direction: ltr;
|
|
611
|
+
}
|
|
612
|
+
|
|
613
|
+
option {
|
|
614
|
+
text-align: left
|
|
615
|
+
}
|
|
616
|
+
|
|
617
|
+
.panelDropdownContainer .btn
|
|
618
|
+
text-align: left
|
|
619
|
+
|
|
620
|
+
upload-network
|
|
621
|
+
text-align: left
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
ul(class='dropdown-menu' role='menu')
|
|
2
|
+
li
|
|
3
|
+
a(href='#' class='unweighted') Demo #1: Unweighted GRN (15 genes, 28 edges, Dahlquist Lab unpublished data)
|
|
4
|
+
li
|
|
5
|
+
a(href='#' class='weighted') Demo #2: Weighted GRN (15 genes, 28 edges, Dahlquist Lab unpublished data)
|
|
6
|
+
li
|
|
7
|
+
a(href='#' class='schadeInput') Demo #3: Unweighted GRN (21 genes, 31 edges)
|
|
8
|
+
li
|
|
9
|
+
a(href='#' class='schadeOutput') Demo #4: Weighted GRN (21 genes, 31 edges, Schade et al. 2004 data)
|
|
10
|
+
|
|
@@ -4,7 +4,7 @@ html
|
|
|
4
4
|
link(rel='stylesheet', href='https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css', integrity='sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M', crossorigin='anonymous')
|
|
5
5
|
link(rel='stylesheet', href='gene/info.css')
|
|
6
6
|
body
|
|
7
|
-
input
|
|
7
|
+
input.service-root(type='hidden', value=`${serviceRoot}`)
|
|
8
8
|
// The following code is for the error modal
|
|
9
9
|
#errorModal.modal.fade(tab-index='-1', role='dialog', aria-labelledby='mySmallModalLabel', aria-hidden='true')
|
|
10
10
|
.modal-dialog
|
|
@@ -27,64 +27,43 @@ html
|
|
|
27
27
|
div(class='collapse navbar-collapse' id='header-nav')
|
|
28
28
|
ul(class='nav navbar-nav')
|
|
29
29
|
li(class='dropdown')
|
|
30
|
-
a(href='#' class='dropdown-toggle' data-toggle='dropdown')
|
|
30
|
+
a(href='#' class='dropdown-toggle' data-toggle='dropdown') Network
|
|
31
31
|
ul(class='dropdown-menu' role='menu')
|
|
32
|
+
span(class='menu-subheader')
|
|
33
|
+
strong Network Source
|
|
34
|
+
li(class='dropdown-submenu')
|
|
35
|
+
a(href='#' class='demo')
|
|
36
|
+
span Demo
|
|
37
|
+
include components/demo.pug
|
|
38
|
+
li(class='sub-divider')
|
|
32
39
|
li
|
|
33
40
|
a(class='upload' href='#' id='open-item')
|
|
34
|
-
label(for='upload' id='open')
|
|
41
|
+
label(for='upload-nav' id='open')
|
|
35
42
|
span(class='glyphicon glyphicon-folder-open')
|
|
36
|
-
| Open File
|
|
43
|
+
| Open File...
|
|
37
44
|
i (.xlsx, .sif, .graphml)
|
|
38
|
-
input(type='file' name='upload' id='upload' accept='application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, .sif, .graphml')
|
|
39
|
-
input(type='hidden'
|
|
45
|
+
input(type='file' name='upload' id="upload-nav" class='upload' accept='application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, .sif, .graphml')
|
|
46
|
+
input(type='hidden' class='service-root' value=`${serviceRoot}`)
|
|
47
|
+
li(class='sub-divider')
|
|
48
|
+
li
|
|
49
|
+
a(class='create-network' href='#')
|
|
50
|
+
label(for='create-network' class='create-network-label') Load from Database...
|
|
51
|
+
|
|
52
|
+
li(class='divider')
|
|
40
53
|
li(class='startDisabled disabled')
|
|
41
|
-
a(href='#'
|
|
54
|
+
a(href='#' class='reload')
|
|
42
55
|
span(class='glyphicon glyphicon-repeat')
|
|
43
56
|
| Reload
|
|
44
|
-
li(class='divider')
|
|
45
|
-
li(class='dropdown-submenu')
|
|
46
|
-
a(href='#')
|
|
47
|
-
span(class='glyphicon glyphicon-export')
|
|
48
|
-
| Export Data
|
|
49
|
-
ul(class='dropdown-menu')
|
|
50
|
-
//- Temporary hardcoded display: none pending further testing of the Excel export feature.
|
|
51
|
-
li(class='startDisabled disabled unweighted export' style='display: none')
|
|
52
|
-
a(href='#' id='exportAsExcelWkbk') To Excel Workbook
|
|
53
|
-
//- Need to omit the divider too.
|
|
54
|
-
li(class='divider' style='display: none')
|
|
55
|
-
li(class='startDisabled disabled unweighted export')
|
|
56
|
-
a(href='#' id='exportAsUnweightedSif') To Unweighted SIF
|
|
57
|
-
li(class='startDisabled disabled weighted export')
|
|
58
|
-
a(href='#' id='exportAsWeightedSif') To Weighted SIF
|
|
59
|
-
li(class='divider')
|
|
60
|
-
li(class='startDisabled disabled unweighted export')
|
|
61
|
-
a(href='#' id='exportAsUnweightedGraphMl') To Unweighted GraphML
|
|
62
|
-
li(class='startDisabled disabled weighted export')
|
|
63
|
-
a(href='#' id='exportAsWeightedGraphMl') To Weighted GraphML
|
|
64
|
-
li(class='divider')
|
|
65
|
-
//- li(class='startDisabled disabled unweighted export')
|
|
66
|
-
a(href='#' id='exportAsUnweightedExcel') To Unweighted Excel
|
|
67
|
-
//- li(class='startDisabled disabled weighted export')
|
|
68
|
-
//- a(href='#' id='exportAsWeightedExcel') To Weighted Excel
|
|
69
|
-
li(class='startDisabled disabled export')
|
|
70
|
-
a(href='#' id='exportAsExcel') To Excel
|
|
71
57
|
|
|
72
|
-
li(class='dropdown-submenu')
|
|
73
|
-
a(href='#')
|
|
74
|
-
span(class='glyphicon glyphicon-picture')
|
|
75
|
-
| Export Image
|
|
76
|
-
ul(class='dropdown-menu')
|
|
77
|
-
li(class='startDisabled disabled')
|
|
78
|
-
a(href='#' id='exportAsPng') To PNG
|
|
79
|
-
li(class='startDisabled disabled')
|
|
80
|
-
a(href='#' id='exportAsSvg') To SVG
|
|
81
|
-
li(class='startDisabled disabled')
|
|
82
|
-
a(href='#' id='exportAsPdf') To PDF
|
|
83
58
|
li(class='divider')
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
59
|
+
|
|
60
|
+
li
|
|
61
|
+
span(class='menu-subheader') Species
|
|
62
|
+
li
|
|
63
|
+
p(id='Saccharomyces-cerevisiae')
|
|
64
|
+
span(class='glyphicon glyphicon-ok')
|
|
65
|
+
| Saccharomyces cerevisiae
|
|
66
|
+
|
|
88
67
|
|
|
89
68
|
li(class='dropdown')
|
|
90
69
|
a(href='#' class='dropdown-toggle', data-toggle='dropdown') Layout
|
|
@@ -238,33 +217,52 @@ html
|
|
|
238
217
|
| %
|
|
239
218
|
|
|
240
219
|
li(class='dropdown')
|
|
241
|
-
a(href='#' class='dropdown-toggle' data-toggle='dropdown')
|
|
220
|
+
a(href='#' class='dropdown-toggle' data-toggle='dropdown') Export
|
|
242
221
|
ul(class='dropdown-menu' role='menu')
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
222
|
+
li(class='dropdown-submenu')
|
|
223
|
+
a(href='#')
|
|
224
|
+
span(class='glyphicon glyphicon-export')
|
|
225
|
+
| Export Data
|
|
226
|
+
ul(class='dropdown-menu')
|
|
227
|
+
//- Temporary hardcoded display: none pending further testing of the Excel export feature.
|
|
228
|
+
li(class='startDisabled disabled unweighted export' style='display: none')
|
|
229
|
+
a(href='#' id='exportAsExcelWkbk') To Excel Workbook
|
|
230
|
+
//- Need to omit the divider too.
|
|
231
|
+
li(class='divider' style='display: none')
|
|
232
|
+
li(class='startDisabled disabled unweighted export')
|
|
233
|
+
a(href='#' id='exportAsUnweightedSif') To Unweighted SIF
|
|
234
|
+
li(class='startDisabled disabled weighted export')
|
|
235
|
+
a(href='#' id='exportAsWeightedSif') To Weighted SIF
|
|
236
|
+
li(class='divider')
|
|
237
|
+
li(class='startDisabled disabled unweighted export')
|
|
238
|
+
a(href='#' id='exportAsUnweightedGraphMl') To Unweighted GraphML
|
|
239
|
+
li(class='startDisabled disabled weighted export')
|
|
240
|
+
a(href='#' id='exportAsWeightedGraphMl') To Weighted GraphML
|
|
241
|
+
li(class='divider')
|
|
242
|
+
//- li(class='startDisabled disabled unweighted export')
|
|
243
|
+
a(href='#' id='exportAsUnweightedExcel') To Unweighted Excel
|
|
244
|
+
//- li(class='startDisabled disabled weighted export')
|
|
245
|
+
//- a(href='#' id='exportAsWeightedExcel') To Weighted Excel
|
|
246
|
+
li(class='startDisabled disabled export')
|
|
247
|
+
a(href='#' id='exportAsExcel') To Excel
|
|
248
|
+
|
|
249
|
+
li(class='dropdown-submenu')
|
|
250
|
+
a(href='#')
|
|
251
|
+
span(class='glyphicon glyphicon-picture')
|
|
252
|
+
| Export Image
|
|
253
|
+
ul(class='dropdown-menu')
|
|
254
|
+
li(class='startDisabled disabled')
|
|
255
|
+
a(href='#' id='exportAsPng') To PNG
|
|
256
|
+
li(class='startDisabled disabled')
|
|
257
|
+
a(href='#' id='exportAsSvg') To SVG
|
|
258
|
+
li(class='startDisabled disabled')
|
|
259
|
+
a(href='#' id='exportAsPdf') To PDF
|
|
260
|
+
li(class='divider')
|
|
261
|
+
li(class='startDisabled disabled')
|
|
262
|
+
a(href='#' id='printGraph')
|
|
263
|
+
span(class='glyphicon glyphicon-print')
|
|
264
|
+
| Print
|
|
265
|
+
|
|
268
266
|
|
|
269
267
|
li(class='dropdown')
|
|
270
268
|
a(href='#' class='dropdown-toggle' data-toggle='dropdown') Help
|
|
@@ -278,15 +276,7 @@ html
|
|
|
278
276
|
|
|
279
277
|
li(class='dropdown')
|
|
280
278
|
a(href='#' class='dropdown-toggle' data-toggle='dropdown') Demo
|
|
281
|
-
|
|
282
|
-
li
|
|
283
|
-
a(href='#' id='unweighted') Demo #1: Unweighted GRN (15 genes, 28 edges, Dahlquist Lab unpublished data)
|
|
284
|
-
li
|
|
285
|
-
a(href='#' id='weighted') Demo #2: Weighted GRN (15 genes, 28 edges, Dahlquist Lab unpublished data)
|
|
286
|
-
li
|
|
287
|
-
a(href='#' id='schadeInput') Demo #3: Unweighted GRN (21 genes, 31 edges)
|
|
288
|
-
li
|
|
289
|
-
a(href='#' id='schadeOutput') Demo #4: Weighted GRN (21 genes, 31 edges, Schade et al. 2004 data)
|
|
279
|
+
include components/demo.pug
|
|
290
280
|
li
|
|
291
281
|
a(href='#' id='fileName')
|
|
292
282
|
ul(class='nav navbar-nav navbar-right graph-metadata-container')
|
|
@@ -330,8 +320,44 @@ html
|
|
|
330
320
|
div(class="zoomCenter")
|
|
331
321
|
input(id="zoomSlider" class="zoom" type="range" min="0" max="8" value="4" step="0.25" disabled="true")
|
|
332
322
|
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
|
|
333
326
|
div(class='sidebar' data-iframe-height)
|
|
334
327
|
div(class='panel-group')
|
|
328
|
+
div(class="network panel panel-default")
|
|
329
|
+
p(class='panel-title sidebarPanelHeader')
|
|
330
|
+
a(data-toggle='collapse' data-target='#networkSidebarPanel') Network
|
|
331
|
+
div(id="networkSidebarPanel" class="panel-collapse")
|
|
332
|
+
div(class="panel-body")
|
|
333
|
+
form(class='panelDropdownContainer')
|
|
334
|
+
p(class="network-source-section-title") Network Source
|
|
335
|
+
div(class="network-source-section")
|
|
336
|
+
form(class='panelDropdownContainer')
|
|
337
|
+
label(for='speciesDropdown' class='info') Demo
|
|
338
|
+
select(class="DemoSourceDropdown panelDropdown btn btn-default" id='demoSourceDropdown' href='#')
|
|
339
|
+
option(value="none" selected="true" disabled hidden) Select a Demo
|
|
340
|
+
option(href='#' id='demoSourceDropdown-unweighted' class='unweighted' value='unweighted') Demo #1: Unweighted GRN (15 genes, 28 edges, Dahlquist Lab unpublished data)
|
|
341
|
+
option(href='#' id='demoSourceDropdown-weighted' class='weighted' value='weighted') Demo #2: Weighted GRN (15 genes, 28 edges, Dahlquist Lab unpublished data)
|
|
342
|
+
option(href='#' id='demoSourceDropdown-schadeInput' class='schadeInput' value='schadeInput') Demo #3: Unweighted GRN (21 genes, 31 edges)
|
|
343
|
+
option(href='#' id='demoSourceDropdown-schadeOutput' class='schadeOutput' value='schadeOutput') Demo #4: Weighted GRN (21 genes, 31 edges, Schade et al. 2004 data)
|
|
344
|
+
label(for='upload-network' class='open btn btn-default network-button' data-toggle='tooltip', title='(.xlsx, .sif, .graphml)')
|
|
345
|
+
span(class='glyphicon glyphicon-folder-open')
|
|
346
|
+
| Open File
|
|
347
|
+
input(type='file' name='upload' id='upload-network' class='upload btn btn-default' accept='application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, .sif, .graphml')
|
|
348
|
+
input(type='hidden' class='service-root' value=`${serviceRoot}`)
|
|
349
|
+
button(id="create-network-button" class="btn btn-default create-network network-button")
|
|
350
|
+
span(class='glyphicon glyphicon-hdd sidebar-glyphicon')
|
|
351
|
+
| Load from Database
|
|
352
|
+
div(class="long-sub-divider")
|
|
353
|
+
button(id="reload-button", class="btn btn-default network-button reload startDisabled disabled")
|
|
354
|
+
span(class='glyphicon glyphicon-repeat sidebar-glyphicon')
|
|
355
|
+
| Reload
|
|
356
|
+
div(class="long-sub-divider")
|
|
357
|
+
label(for='species-info' class='info') Species:
|
|
358
|
+
span(id='species' class='network-type') Saccharomyces cerevisiae
|
|
359
|
+
input(type="hidden" id='species-info')
|
|
360
|
+
|
|
335
361
|
//- Sliders should have the ID convention of -Name-Val and -Name-Input in order to work properly in the javascript
|
|
336
362
|
div(class="force-graph panel panel-default")
|
|
337
363
|
p(class='panel-title sidebarPanelHeader')
|
|
@@ -445,22 +471,7 @@ html
|
|
|
445
471
|
br
|
|
446
472
|
input(type='checkbox' id='viewport' class='viewport' name='viewport' value='viewport')
|
|
447
473
|
label(for='viewport' class='sideLabel') Restrict graph to viewport
|
|
448
|
-
|
|
449
|
-
div(class="species-display panel panel-default")
|
|
450
|
-
p(class='panel-title sidebarPanelHeader')
|
|
451
|
-
a(id='speciesHeaderLink' data-toggle='collapse' data-target='#speciesSidebarPanel') Species
|
|
452
|
-
div(id="speciesSidebarPanel" class="panel-collapse collapse")
|
|
453
|
-
div(class="panel-body")
|
|
454
|
-
div(class="sideHeader currentSpecies") Current Species
|
|
455
|
-
select(class="speciesIdentifiedDropdown" id='speciesDropdown' href='#')
|
|
456
|
-
option(href='#' id='cressOption' value='Arabidopsis_thaliana') Arabidopsis thaliana
|
|
457
|
-
option(href='#' id='nematodeOption' value='Caenorhabditis_elegans') Caenorhabditis elegans
|
|
458
|
-
option(href='#' id='fruitflyOption' value='Drosophila_melanogaster') Drosophila melanogaster
|
|
459
|
-
option(href='#' id='humanOption' value='Homo_sapiens') Homo sapiens
|
|
460
|
-
option(href='#' id='mouseOption' value='Mus_musculus') Mus musculus
|
|
461
|
-
option(href='#' id='yeastOption' value='Saccharomyces_cerevisiae') Saccharomyces cerevisiae
|
|
462
|
-
|
|
463
|
-
|
|
474
|
+
|
|
464
475
|
div(class='graph-statistics-container hidden')
|
|
465
476
|
div(class='panel panel-default')
|
|
466
477
|
div(class='panel-heading' role='tab' id='graph-statistics-heading')
|
|
@@ -488,7 +499,7 @@ html
|
|
|
488
499
|
p(id='error')
|
|
489
500
|
div(class='modal-footer')
|
|
490
501
|
input(type='button' class='btn btn-default' data-dismiss='modal' value='Close')
|
|
491
|
-
input(type='button' id='launchFileOpen' class='btn btn-primary' data-dismiss='modal' value='Select New File' onclick="$('
|
|
502
|
+
input(type='button' id='launchFileOpen' class='btn btn-primary' data-dismiss='modal' value='Select New File' onclick="$('.upload').click()")
|
|
492
503
|
|
|
493
504
|
div(id='warningsModal' class='modal fade' tab-index='-1' role='dialog' aria-labelledby='mySmallModalLabel' aria-hidden='true')
|
|
494
505
|
div(class='modal-dialog')
|
|
@@ -510,7 +521,7 @@ html
|
|
|
510
521
|
|
|
511
522
|
div(class='modal-footer')
|
|
512
523
|
input(type='button' class='btn btn-default' data-dismiss='modal' value='Close')
|
|
513
|
-
|
|
524
|
+
|
|
514
525
|
div(id='exportExcelModal' class='modal fade' tab-index='-1' role='dialog' aria-labelledby='mySmallModalLabel' aria-hidden='true')
|
|
515
526
|
div(class='modal-dialog')
|
|
516
527
|
div(class='modal-content')
|
|
@@ -520,38 +531,20 @@ html
|
|
|
520
531
|
h4(class='modal-title') Export to Excel
|
|
521
532
|
div(class='modal-body')
|
|
522
533
|
div(id='exportExcelQuestions-containter')
|
|
523
|
-
//- form(id='exportExcelForm1')
|
|
524
|
-
//- div(class='form-group')
|
|
525
|
-
//- p(id='exportExcelNetwork')
|
|
526
|
-
//- ul(class='export-radio-group' id='export-excel-weights-list' style="list-style-type:none;")
|
|
527
|
-
//- div(class='form-group')
|
|
528
|
-
//- p(id='exportExcelExpressionSources')
|
|
529
|
-
//- ul(class='export-radio-group' id='export-excel-expression-source-list' style="list-style-type:none;")
|
|
530
|
-
//- li
|
|
531
|
-
//- input(type='radio' name='expressionSource' checked="true" value="userInput" id='exportExcelExpressionSource-userInputRadio' class='export-radio')
|
|
532
|
-
//- label(for='exportExcelExpressionSource-userInputCheckbox' id='exportExcelExpressionSource-userInput' class='export-radio-label')
|
|
533
|
-
//- li
|
|
534
|
-
//- input(type='radio' name='expressionSource' value="Dahlquist_2018" id='exportExcelExpressionSource-DahlquistRadio' class='export-radio')
|
|
535
|
-
//- label(for='exportExcelExpressionSource-DahlquistCheckbox' id='exportExcelExpressionSource-Dahlquist' class='export-radio-label')
|
|
536
|
-
//- li
|
|
537
|
-
//- input(type='radio' name='expressionSource' value="Kitagawa_2002" id='exportExcelExpressionSource-KitagawaRadio' class='export-radio')
|
|
538
|
-
//- label(for='exportExcelExpressionSource-KitagawaCheckbox' id='exportExcelExpressionSource-Kitagawa' class='export-radio-label')
|
|
539
|
-
//- li
|
|
540
|
-
//- input(type='radio' name='expressionSource' value="Thorsen_2007" id='exportExcelExpressionSource-ThorsenRadio' class='export-radio')
|
|
541
|
-
//- label(for='exportExcelExpressionSource-ThorsenCheckbox' id='exportExcelExpressionSource-Thorsen' class='export-radio-label')
|
|
542
|
-
//- li
|
|
543
|
-
//- input(type='radio' name='expressionSource' value="Barreto_2012" id='exportExcelExpressionSource-BarretoRadio' class='export-radio')
|
|
544
|
-
//- label(for='exportExcelExpressionSource-BarretoCheckbox' id='exportExcelExpressionSource-Barreto' class='export-radio-label')
|
|
545
|
-
//- button(type='submit' class='btn btn-default' id='exportExcelContinueButton') Continue
|
|
546
|
-
//- form(id='exportExcelForm2')
|
|
547
|
-
//- div(class='form-group')
|
|
548
|
-
//- p(id='exportExcelExpressionSheets')
|
|
549
|
-
//- ul(class='exportExcelExpressionSheets' id='export-excel-expression-sheet-list' style="list-style-type:none;")
|
|
550
|
-
//- //- input(type='checkbox' value='expression_sheet_name_expressionSuffix')
|
|
551
|
-
//- button(type='submit' class='btn btn-default' id='exportExcelButton') Export Workbook
|
|
552
534
|
div(class='modal-footer')
|
|
553
|
-
|
|
554
|
-
|
|
535
|
+
div(id='exportExcelFooter-container')
|
|
536
|
+
|
|
537
|
+
div(id='generateNetworkModal' class='modal fade' tab-index='-1' role='dialog' aria-labelledby='mySmallModalLabel' aria-hidden='true')
|
|
538
|
+
div(class='modal-dialog')
|
|
539
|
+
div(class='modal-content')
|
|
540
|
+
div(class='modal-header')
|
|
541
|
+
button(type='button' class='close' data-dismiss='modal' aria-label='Close')
|
|
542
|
+
span(aria-hidden='true') ×
|
|
543
|
+
h4(class='modal-title') Load from Database
|
|
544
|
+
div(class='modal-body')
|
|
545
|
+
div(id='generateNetworkQuestions-container')
|
|
546
|
+
div(class='modal-footer')
|
|
547
|
+
div(id='generateNetworkFooter-container')
|
|
555
548
|
|
|
556
549
|
div(id='warningsModalSpecies' class='modal fade' tab-index='-1' role='dialog' aria-labelledby='mySmallModalLabel' aria-hidden='true')
|
|
557
550
|
div(class='modal-dialog')
|
|
@@ -564,7 +557,7 @@ html
|
|
|
564
557
|
p(id='warningIntroSpecies')
|
|
565
558
|
div(class='modal-footer')
|
|
566
559
|
input(type='button' class='btn btn-default' data-dismiss='modal' value='Close')
|
|
567
|
-
//- input(type='button' id='launchFileOpen' class='btn btn-primary' data-dismiss='modal' value='Select New File' onclick="$('
|
|
560
|
+
//- input(type='button' id='launchFileOpen' class='btn btn-primary' data-dismiss='modal' value='Select New File' onclick="$('.upload').click()")
|
|
568
561
|
|
|
569
562
|
div(id='importErrorModal' class='modal fade' tab-index='-1' role='dialog' aria-hidden='true')
|
|
570
563
|
div(class='modal-dialog')
|