Age | Commit message (Expand) | Author |
2021-04-27 | Randomized cross object filename, since I think it throws an error if the sam... | zsloan |
2021-04-27 | Stopped using the scanone function pointer when doing R/qtl mapping, since th......Instead the marker names are extracted from the scanone results using R immediately after they're generated, and then passed to process_rqtl_results
| zsloan |
2021-04-27 | templates: submit_trait.html: Add field for inputting trait name | BonfaceKilz |
2021-04-23 | Remove stale comments | BonfaceKilz |
2021-04-23 | Apply PEP-8 | BonfaceKilz |
2021-04-23 | Rewrite For Loop in a more Pythonic way | BonfaceKilz |
2021-04-23 | Rename index_page_orig to index_page | BonfaceKilz |
2021-04-23 | Add full link to genetic data collected as part of WebQTL project | BonfaceKilz |
2021-04-23 | Move looped sql query into one statement in "get_species_groups"...It's in-efficient to have a sql query executed in a loop. As data
grows, the query becomes slower. It's better to let sql handle such
queries.
| BonfaceKilz |
2021-04-23 | Remove stale comments | BonfaceKilz |
2021-04-22 | Account for situations where the trait symbol is null for ProbeSet traits; pr... | zsloan |
2021-04-22 | Added JS that sets the 'add to collection' dropdown to default to the collect... | zsloan |
2021-04-19 | Specify only getting the first two items after splitting the trait/dataset in... | zsloan |
2021-04-19 | Removedu nused function from network_graph.py | zsloan |
2021-04-19 | Removed commented out js file | zsloan |
2021-04-19 | Fixed NIAAA link because apparently it was changed | zsloan |
2021-04-19 | Removed unused code | zsloan |
2021-04-14 | Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing | zsloan |
2021-04-14 | Added JS that automatically selects the default collection if it's set | zsloan |
2021-04-14 | Added option to set default collection to collections/view.html | zsloan |
2021-04-09 | Merge branch 'testing' of github.com:genenetwork/genenetwork2 into acenteno | Arthur Centeno |
2021-04-09 | link to webinars | Arthur Centeno |
2021-04-09 | Changed connditional in show_trait.js to check categorical_attr_exists instea... | zsloan |
2021-04-09 | Replaced the conditional for whether to show 'Block samples by group' to inst... | zsloan |
2021-04-09 | Store categorical_attr_exists as a string instead of boolean since apparently... | zsloan |
2021-04-09 | Added varaiable 'categorical_attr_exists' tracking whether there are any case... | zsloan |
2021-03-30 | Shifted some code out of the try/except that shouldn't have been inside it | zsloan |
2021-03-30 | Shifted the 'try' in a try/except up some to account for a possible error wit... | zsloan |
2021-03-29 | Changed minimum num_overlap to 2, since there apparently need to be that many... | zsloan |
2021-03-29 | Check if a trait in a collection is a properly structured string to avoid an ... | zsloan |
2021-03-26 | Split rat RRID by _ in order to pull out just the ID number, since the number... | zsloan |
2021-03-26 | Added try/except to deal with the possibility of user_id being stored in Redi... | zsloan |
2021-03-19 | Added other BXD individual groups to the list of BXD groups used when drawing... | zsloan |
2021-03-17 | Added the RRID urls for mouse and rat to webqtlConfig | zsloan |
2021-03-17 | Fixed the logic for creating the RRID links to account for the fact that the ... | zsloan |
2021-03-17 | Added a check for if there's a second value for case attributes, for situatio... | zsloan |
2021-03-17 | Added URL as second value for RRID case attributes, so it can be displayed in... | zsloan |
2021-03-16 | Fixed test_check_resource_availability_of_super_user to account for user_id b... | zsloan |
2021-03-16 | Added try/except to convert owner_id to bytes if necessary | zsloan |
2021-03-16 | Fixed encoding in load_json_from_redis to account for the first that column v... | zsloan |
2021-03-16 | Fixed encoding to make get_user_groups work properly, since the user IDs for ... | zsloan |
2021-03-16 | Removed unnecessary encoding of user_id from authentication_tools.py | zsloan |
2021-03-16 | Removed unnecessary decoding when getting user_id from UserSession | zsloan |
2021-03-12 | Fixed imports in send_forgot_password_email since they apparently needed to b... | zsloan |
2021-03-07 | Right-aligned the Mean column for phenotype global search | zsloan |
2021-03-07 | Limited Mean for phenotype global search to 3 decimal places | zsloan |
2021-03-04 | Fixed issue that caused JS to break when trait description contains a newline... | zsloan |
2021-03-03 | Checked if pre_publication_description is NULL, because there was an error re... | zsloan |
2021-02-23 | Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing | zsloan |
2021-02-23 | This should fix the issue with Haplotype Analyst sample names/values not bein... | zsloan |