aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-23Use Python3 string methodsBonfaceKilz
2020-08-23Remove unused importsBonfaceKilz
2020-08-22Set min-width for search result table, since the description columnzsloan
2020-08-20Changed Molecular Trait Datasets to Molecular Traits in the Typezsloan
2020-08-20Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
2020-08-20Merge pull request #423 from BonfaceKilz/build/use-datatable-extensions-from-...zsloan
2020-08-20Handle module renames in the standard libraryBonfaceKilz
2020-08-20Replace all references to python2.7 with python3.8BonfaceKilz
2020-08-20Disable python2 QTLReaperBonfaceKilz
2020-08-20Add backward support for urllibBonfaceKilz
2020-08-20Check the availability of datatables extension files from guixBonfaceKilz
2020-08-20Use dataTables.colResize.js and naturalSort from guixBonfaceKilz
2020-08-20Use buttons.colVis.min.js from guixBonfaceKilz
2020-08-20Use buttons.bootstrap.css from guixBonfaceKilz
2020-08-20Use scroller.dataTables.min.css from guixBonfaceKilz
2020-08-20Use dataTables.colReorder.js from guixBonfaceKilz
2020-08-20Use jquery.dataTables.js from guixBonfaceKilz
2020-08-20Use dataTables.buttons.min.js from guixBonfaceKilz
2020-08-20Use buttons.dataTables.min.css from guixBonfaceKilz
2020-08-19Added Invert button to collection pagezsloan
2020-08-19Tools used from the collection page now use all traits if no rows arezsloan
2020-08-19Show short labels by default in Correlation Matrixzsloan
2020-08-19Remove extra whitespace(or add it) from comma separated itemsBonfaceKilz
2020-08-19Make Python more idiomaticBonfaceKilz
2020-08-19Rename xrange() to range() and wrap existing range() calls with listBonfaceKilz
2020-08-19Handle the rename of urllib and urllib2 to the urllib packageBonfaceKilz
2020-08-19Replace backtick repr with the repr() functionBonfaceKilz
2020-08-19Handle the move of reduce() to functools.reduce()BonfaceKilz
2020-08-19Convert `raw_input` to `input`BonfaceKilz
2020-08-19Wrap `raise` statements in parenthesisBonfaceKilz
2020-08-19Convert the use of iterator’s next() methods to the next() functionBonfaceKilz
2020-08-19Convert the old not-equal syntax, <>, to !=BonfaceKilz
2020-08-19Replace `izip` with python's built-in equivalentBonfaceKilz
2020-08-19Change `dict.has_key(key)` to `key in dict`BonfaceKilz
2020-08-19Wrap `filter()` usage in a `list` callBonfaceKilz
2020-08-19Fix dictionary iteration methodsBonfaceKilz
2020-08-19Remove erroneous `if .. else` branchBonfaceKilz
2020-08-19Wrap `map()` in a `list` callBonfaceKilz
2020-08-18Apply pep8BonfaceKilz
2020-08-18Replace "raw_input" with "input"BonfaceKilz
2020-08-18Replace "<>" with "!="BonfaceKilz
2020-08-18Wrap print statements in parenthesesBonfaceKilz
2020-08-18Fix malformed docstringBonfaceKilz
2020-08-18Replace DOS style line endings with UNIX style onesBonfaceKilz
2020-08-18Apply pep8BonfaceKilz
2020-08-17Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
2020-08-17Merge pull request #417 from BonfaceKilz/feature/pil-pillow-conversionzsloan
2020-08-18Fix positioning for many instances of text in the mapping figurezsloan
2020-08-17Placed X/Y trait info before the table on the correlation scatterplotzsloan
2020-08-10Add fonts for pillowPjotr Prins