aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-03Add basic structure for "/glossary" routes testBonfaceKilz
2020-11-03Update issue and PR templatesBonfaceKilz
2020-11-03Move logic for fetching md files to it's own functionBonfaceKilz
2020-11-03Use python3-genenetwork2 on commit bdce85d in containerBonfaceKilz
2020-11-03Add simple md content in glossary.mdBonfaceKilz
2020-11-03Update glossary template with markdown contentBonfaceKilz
2020-11-03Rename glossary.py to markdown_routes.pyBonfaceKilz
2020-11-03Merge branch 'testing' of https://github.com/genenetwork/genenetwork2 into te...Alexanderlacuna
2020-11-03remove unnecessary commentsAlexanderlacuna
2020-11-03add pep8 formattingAlexanderlacuna
2020-11-03add tests for the get_categorical_variables functionAlexanderlacuna
2020-11-03Remove encoding header for fileBonfaceKilz
2020-11-03Separate unittests from integration testsBonfaceKilz
2020-11-03Add test for "/glossary" routeBonfaceKilz
2020-11-03Add glossary template and use itBonfaceKilz
2020-11-03Add and register glossary blueprintBonfaceKilz
2020-11-03Apply PEP-8 to fileBonfaceKilz
2020-11-03switch from assertFalse to assertIsAlexanderlacuna
2020-11-03Remove stale fileBonfaceKilz
2020-11-03switch from assertTrue/False to assertIs to make the tests tighterAlexanderlacuna
2020-11-03use assertTrue and assertFalse in while testing booleanAlexanderlacuna
2020-11-02Merge pull request #476 from zsloan/correlation_errors_fixzsloan
2020-11-02Created function for encoding the column value as bytes when fetching from th...zsloan
2020-11-02Changed correlation page logic to skip over traits that share fewer than 6 sa...zsloan
2020-11-02add better formattingAlexanderlacuna
2020-11-02add function docstringAlexanderlacuna
2020-11-02add tests for show trait moduleAlexanderlacuna
2020-11-01replace var with let in getParams() local variablesuditgulati
2020-11-01add pagination to show_trait tables and reduce css post processing for faster...uditgulati
2020-11-01add server side processing to search table (/search and search_result_page.html)uditgulati
2020-11-01change arguments for ServerSideTable classuditgulati
2020-11-01add row highlight on checkbox checked stateuditgulati
2020-11-01update class name to ServerSideTable and add docstringuditgulati
2020-11-01replace var to let for variables in loopsuditgulati
2020-11-01make the page more color consistentuditgulati
2020-11-01fix issue when empty_filed_count is not claculateduditgulati
2020-11-01move SnpPage to a generic class ServerSideuditgulati
2020-11-01cell rendering cannot be in columnDef, optimised createdRowuditgulati
2020-11-01remove debug loguditgulati
2020-11-01remove createdRow callback and move color rendering to column defs to speedup...uditgulati
2020-11-01fix issue with column sort; put 'Gene' column data in one lineuditgulati
2020-11-01server side processing working for snp browseruditgulati
2020-11-01add server side processing due to large tables in DataTables; work on server-...uditgulati
2020-11-01export only checked rows to csv; update csv file nameuditgulati
2020-11-01add export to CSV button to export current pageuditgulati
2020-11-01rotate strain headers 270 deguditgulati
2020-11-01align numeric data values to right, categorial values to centeruditgulati
2020-11-01reduce gap between first and second column in formuditgulati
2020-11-01500 rows per page for DataTablesuditgulati
2020-11-01fix typo in check_if_in_gene function while querying for species_id = 0uditgulati