aboutsummaryrefslogtreecommitdiff
path: root/wqflask
AgeCommit message (Expand)Author
2020-07-22It should add new resources to Redis automatically nowzsloan
2020-07-21Fixed issue that caused group codes to be wrong sometimeszsloan
2020-07-15Increased width for Min Expr since it was getting cut off if you added more t...zsloan
2020-07-15Fixed issue where DataTable was getting initialized twice when adding cofacto...zsloan
2020-07-15decodeURIComponent was throwing an error after the query-level fix to the uni...zsloan
2020-07-14Added binary casting to phenotype trait info query to fix unicode issuezsloan
2020-07-13Added pagination to search pages and moved info to both top and bottom of eac...zsloan
2020-07-11Changed mapping buttons back to buttons instead of inputs, since apparently h...zsloan
2020-07-09Fixed another issue with the drop-downszsloan
2020-07-08Removed remaining unused references to the old qtlreaperzsloan
2020-07-06Temporarily commented out the line in trait.py doing the encoding until we fi...zsloan
2020-07-06Fixed remaining issue with the logic for making the categories for the Type d...zsloan
2020-07-06Fixed issue where the N on the mapping loading page would sometimes be wrong ...zsloan
2020-07-06Fixed some of the logic with how traits are authenticated to avoid situation ...zsloan
2020-06-29Fixed remaining issue with the logic for creating the type dropdown option gr...zsloan
2020-06-29Loading screen should now show correct N when re-mapping or zooming into a mapzsloan
2020-06-29Change that hopefully fixes some encoding stuffzsloan
2020-06-26Removed collections with zero members from list and count of user collectionszsloan
2020-06-26Changed buttons to inputs on trait page to fix issue with Chrome opening two ...zsloan
2020-06-26Fixed issue where option to add members to an existing group was in the wrong...zsloan
2020-06-26Changed drop-down menus to include type sub-categorieszsloan
2020-06-24Temporary partial fix to issue of resources without info; need to add somethi...zsloan
2020-06-24Fixed issue where scatterplot had different N than correlation results + fixe...zsloan
2020-06-23Changed back previous 'fix' that was intended to fix issue where two tabs wer...zsloan
2020-06-22Fixed issue with temp traits not working for trait page functions like correl...zsloan
2020-06-20Missed one issue introduced by last commitzsloan
2020-06-20Fixed ports for proxy (though I need to add the port to global variables) and...zsloan
2020-06-20Added some admin functionality and fixed issue with temp traitszsloan
2020-06-17A user's id is now set as a parameter if it doesn't already existauthentication_testzsloan
2020-06-17Fixed issue where removing traits from collection didn't work; previous fix w...zsloan
2020-06-17Adding all the authentication stuffzsloan
2020-06-17Fixed issue caused by mapping scale sometimes being wrong + fixed Verify linkzsloan
2020-06-17Fixed issue where removing traits and then running a tool from collection pag...zsloan
2020-06-05Commiting other current group/resource management code, plus the new fileszsloan
2020-06-04Added back in trait info queries for situations where the proxy isn't runningzsloan
2020-06-04Really should have split this into many more commits:zsloan
2020-05-28Added lines calling proxy for publish datasets + added some resource redis qu...zsloan
2020-05-23Changed row highlight color to the more pale yellow it was beforezsloan
2020-05-21More adjusting to table widthszsloan
2020-05-21Made search result table width variable again and fixed row highlighting, tho...zsloan
2020-05-21Fixed search page table widths by setting max-width, at least for the time beingzsloan
2020-05-20Fixed issue when some case attribute values don't exist + added phenogen link...zsloan
2020-05-18Added warning that 1 is being added when doing log transform on traits with s...zsloan
2020-05-18Partial fix to issue of the top margin being too small when using R/qtl and c...zsloan
2020-05-18Fixed Bar Chart left margin issue and fixed issue where 0 values didn't have ...zsloan
2020-05-18Fixed issue with phenotype correlation table and added Plotly Chart Studio li...zsloan
2020-05-12Merging Danny's changes and Bonface's changes to js importszsloan
2020-05-12Replaced redis_user_id with user_id since there's no real need for the first ...zsloan
2020-05-12Added change for F2s in r/qtl and fixed minor issue in save_user in redis_toolszsloan
2020-05-12Mapping Rqtl using the correct way to use categorical covarsDanny Arends