aboutsummaryrefslogtreecommitdiff
path: root/wqflask
AgeCommit message (Expand)Author
2020-11-05remove duplicatesAlexanderlacuna
2020-11-05add test for samplelist and show_traitAlexanderlacuna
2020-11-04Changed numeric-html sorting for the Tissue/Lit r columns to natural-minus-na...zsloan
2020-11-04Use new glossary link from glossary_blueprint in html templatesBonfaceKilz
2020-11-04Add missing imageBonfaceKilz
2020-11-04Add link markers to elements which are referenced from elsewhereBonfaceKilz
2020-11-04Update test_markdown_routesBonfaceKilz
2020-11-04Add an edit link button to glossary pageBonfaceKilz
2020-11-04Wrap rendered content in div containerBonfaceKilz
2020-11-04Update glossary markdown fileBonfaceKilz
2020-11-04Merge pull request #475 from Alexanderlacuna/test-showtraitBonfaceKilz
2020-11-04correct a typoAlexanderlacuna
2020-11-04remove extra whitespaceAlexanderlacuna
2020-11-04remove whitespace in line 119-120Alexanderlacuna
2020-11-04remove whitespaceAlexanderlacuna
2020-11-04remove whitespace and assertIsAlexanderlacuna
2020-11-03Merge pull request #479 from zsloan/bug/haplotype_analyst_error_fixzsloan
2020-11-03Changed the syntax for the "sort" function in the docstring of GeneralObject ...zsloan
2020-11-03Fixed a sort used when doing the haplotype analysis to be compatible with Pyt...zsloan
2020-11-03Fix false-positive testsBonfaceKilz
2020-11-03Merge pull request #478 from zsloan/loading_page_n_fixzsloan
2020-11-03Joined sample names in primary_samples and all_samples with commas because th...zsloan
2020-11-03Delete fileBonfaceKilz
2020-11-03Add basic tests for rendering_markdownBonfaceKilz
2020-11-03Add basic structure for "/glossary" routes testBonfaceKilz
2020-11-03Move logic for fetching md files to it's own functionBonfaceKilz
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-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-10-31Removed a line adding the ceiling of the Max LRS to the Y axis, since it has ...zsloan
2020-10-31remove redundant classesAlexanderlacuna