aboutsummaryrefslogtreecommitdiff
path: root/wqflask
AgeCommit message (Expand)Author
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
2020-11-01add DataTables paginationuditgulati
2020-11-01make stains headers names horizontaluditgulati
2020-10-31Removed a line adding the ceiling of the Max LRS to the Y axis, since it has ...zsloan
2020-10-31remove redundant classesAlexanderlacuna
2020-10-31use descriptive variable namesAlexanderlacuna
2020-10-31Use more descriptive variable and class namesAlexanderlacuna
2020-10-30add test for get_export_metadataAlexanderlacuna
2020-10-30Merge branch 'testing' of https://github.com/genenetwork/genenetwork2 into te...Alexanderlacuna
2020-10-29Fixed issue with single-chromosome mapping after the bootstrap fix and fixed ...zsloan
2020-10-29Merge branch 'testing' of github.com:genenetwork/genenetwork2 into reaper_boo...zsloan
2020-10-29add test for show_traitAlexanderlacuna
2020-10-29Merge branch 'testing' of https://github.com/genenetwork/genenetwork2 into te...Alexanderlacuna
2020-10-29Merge pull request #469 from BonfaceKilz/bug/fix-cookies-verificationBonfaceKilz
2020-10-29resolve merge conflictAlexanderlacuna
2020-10-29format fileAlexanderlacuna
2020-10-29remove print statement in for loopAlexanderlacuna
2020-10-29add test for show_trait/export_trait_dataAlexanderlacuna
2020-10-29Merge pull request #471 from BonfaceKilz/bug/replace-map-on-strip-methodBonfaceKilz
2020-10-28Merge pull request #470 from zsloan/mapping_chr_view_fixzsloan
2020-10-28A non-string being used as a paramter in HT.Link caused an error after the Py...zsloan
2020-10-29Replace map on strip with a list comprehension that calls strip()BonfaceKilz
2020-10-28Use latin-1 encoding when converting hmac secret to bytesBonfaceKilz
2020-10-28Add new test for hmac_creation with latin-1 secretBonfaceKilz
2020-10-28Add tests for cookie verificationBonfaceKilz
2020-10-28Merge pull request #468 from zsloan/export_fixzsloan
2020-10-28Fixed trait page export to work with Scroller + added metadata for non-Pheno...zsloan
2020-10-27Cast ProbeSet description as binary to fix encoding issue on global search pagezsloan