aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-23Fixed trait export for situations where there's no authors/title/journalzsloan
2020-10-22Merge pull request #460 from zsloan/move_styling_to_csszsloan
2020-10-22Merge pull request #461 from zsloan/mapping_y_axis_fixzsloan
2020-10-21Removed code setting the maximum tick value to 1.15* the max LRS/LOD if permu...zsloan
2020-10-21Ensured all Y axis ticks in the mapping figure are below the top of the figur...zsloan
2020-10-20Fixing typo in JS code where "attribute_start_pos" said "attribute_start_post"zsloan
2020-10-20Fixed some problems with the previous attempt at resolving conflicts before m...zsloan
2020-10-20Merge branch 'testing' into move_styling_to_csszsloan
2020-10-20Added classes to replace styling in show_trait_edit_data.html to show_trait.c...zsloan
2020-10-20Replaced _ with - in class names (though this change will end up being unnece...zsloan
2020-10-20Replaced one class name with a more generic "inline-div" since there are othe...zsloan
2020-10-20Made class names consistently use - instead of _ in show_trait_edit_data.htmlzsloan
2020-10-20Merge branch 'testing' into build/python3-migrationBonfaceKilz
2020-10-20Update how pbkdf2.pbkdf2_hex is used when encrypting passBonfaceKilz
2020-10-20Add tests for encoding passwordBonfaceKilz
2020-10-20Update pbkdf2BonfaceKilz
2020-10-20Add pbkdf2 testsBonfaceKilz
2020-10-20Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
2020-10-19Merge pull request #442 from zsloan/scroller_testingzsloan
2020-10-19Merge branch 'testing' into scroller_testingzsloan
2020-10-19Update snpString linkBonfaceKilz
2020-10-19Delete stale commentBonfaceKilz
2020-10-15Fixed issue that caused interval map setting to not work correctly for reaper...zsloan
2020-10-15Replaced the styling in show_trait_mapping_tools.html with CSS and changed so...zsloan
2020-10-15Put the correlation descriptions inside of a div so that they could have thei...zsloan
2020-10-15Replaced styling from show_trait_transform_and_filter.html with CSSzsloan
2020-10-14Removed some commented out HTMLzsloan
2020-10-14Converted show_trait_calculate_correlations.html to use CSS instead of stylin...zsloan
2020-10-14Changed a couple class names because it's probably dumb to include the pixels...zsloan
2020-10-14Moved show_trait_statistics.html styling to show_trait.css and fixed a minor ...zsloan
2020-10-13Added styling from show_trait_details.html to show_trait.csszsloan
2020-10-13Changed styling in show_trait.html to use CSS insteadzsloan
2020-10-13Merge branch 'testing', remote-tracking branch 'origin' into move_styling_to_csszsloan
2020-10-13Merge pull request #456 from zsloan/misc_rob_changeszsloan
2020-10-13Added right-alignment for trait_value_input text fields in sample table to CS...zsloan
2020-10-13Merge pull request #459 from zsloan/table_width_changeszsloan
2020-10-12Wrap args of print statements correctly using bracesBonfaceKilz
2020-10-12Merge branch 'testing' into build/python3-migrationBonfaceKilz
2020-10-09Change some column and overall table widths for search result table and view ...zsloan
2020-10-09Merge pull request #458 from BonfaceKilz/tests/add-extra-tests-for-collectionsBonfaceKilz
2020-10-09Apply PEP 8 to bufferBonfaceKilz
2020-10-09Add test for process_traits from collections.pyBonfaceKilz
2020-10-09Fix export function on traits and analysis pageBonfaceKilz
2020-10-09Update base64 conversionBonfaceKilz
2020-10-09Replace string concat("+") with python3's f-stringBonfaceKilz
2020-10-09Replace "ncores" with "nthreads" param to r_CTLscanBonfaceKilz
2020-10-09Use built-in array as a named importBonfaceKilz
2020-10-09Update base64 conversionBonfaceKilz
2020-10-09Convert cmp function into a key functionBonfaceKilz
2020-10-09Apply PEP-8 formattingBonfaceKilz