Age | Commit message (Expand) | Author |
2021-06-01 | Fixed issue that caused attribute alignments to be off by one position | zsloan |
2021-06-01 | Made Genotype drop-down a little wider, since the genotype file names can be ... | zsloan |
2021-06-01 | Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing | zsloan |
2021-06-01 | Make the container div for the trait table have a minimum width scaling off o... | zsloan |
2021-06-01 | templates: edit_trait: Use correct textarea "name" for post_pub_desc | BonfaceKilz |
2021-06-01 | templates: edit_trait: Add "changed" class to hidden input values | BonfaceKilz |
2021-06-01 | templates: edit_trait: Only submit form elements that have changed | BonfaceKilz |
2021-05-28 | Added comment clarifying the situation with views.py imports | zsloan |
2021-05-28 | Re-added collect import in views.py since it was removed before (I'm guessing... | zsloan |
2021-05-27 | Merge pull request #579 from zsloan/feature/rqtl_with_gn3 | zsloan |
2021-05-27 | Fix the way Mock is initialized | zsloan |
2021-05-27 | Change test_rqtl_mapping.py to account for full results being returned from t... | zsloan |
2021-05-27 | Fixed way MockGroup was initialized | zsloan |
2021-05-27 | Forgot to import dataclass | zsloan |
2021-05-27 | Fixed syntax mistake when creating dataclass in test_rqtl_mapping.py | zsloan |
2021-05-27 | Removed parts of test_rqtl_mapping.py referring to process_perm_results and p... | zsloan |
2021-05-27 | Updated test_run_mapping.py to account for attribute keys being checked as lo... | zsloan |
2021-05-27 | Improved test_rqtl_mapping.py with Bonface's recommendation of uses dataclasses | zsloan |
2021-05-27 | Make all attribute names lowercase to deal with situations where sometimes th... | zsloan |
2021-05-27 | Add code writing perm_strata to phenotype input file in rqtl_mapping.py + fix... | zsloan |
2021-05-26 | doc: docker-container: Rename python3-genenetwork2 to genenetwork2 | BonfaceKilz |
2021-05-26 | workflows: main: Use "bonfacekilz/genenetwork2:latest" docker image | BonfaceKilz |
2021-05-26 | wqflask: views: Update comment when data is edited | BonfaceKilz |
2021-05-26 | wqflask: views: Import "fetchone" & "update" from "gn3.db" | BonfaceKilz |
2021-05-26 | Use @admin_login_required to only enable Rob to do edits to traits | BonfaceKilz |
2021-05-26 | wqflask: views: Add method that updates the trait | BonfaceKilz |
2021-05-26 | templates: edit_trait: Submit publish_xref data | BonfaceKilz |
2021-05-26 | wqflask: views: Remove unused imports | BonfaceKilz |
2021-05-26 | wqflask: views: Make imports top-level | BonfaceKilz |
2021-05-26 | templates: edit_trait: Make form functional(add ability to submit) | BonfaceKilz |
2021-05-26 | wqflask: views: Add edit_trait page | BonfaceKilz |
2021-05-26 | templates: edit_trait: Update edit btn to point to editing endpoint | BonfaceKilz |
2021-05-26 | wqflask: views: Add extra endpoint to display individual trait edit | BonfaceKilz |
2021-05-26 | templates: show_trait_details: Add an "[edit]" button | BonfaceKilz |
2021-05-26 | tests: test_gen_menu: Remove get_species | BonfaceKilz |
2021-05-26 | api: gen_menu: Replace get_species with get_all_species from gn3 | BonfaceKilz |
2021-05-26 | db: webqtlDatabaseFunction: Remove comment | BonfaceKilz |
2021-05-26 | db: webqtlDatabaseFunction: Remove logger info | BonfaceKilz |
2021-05-26 | wqflask: database: Replace one-line function with it's body | BonfaceKilz |
2021-05-26 | templates: edit_trait: Add form for editing a dataset (WIP) | BonfaceKilz |
2021-05-25 | Fixed/shortened get_categorical_variables function and correctly pass them to... | zsloan |
2021-05-25 | Removed code that processes output files, since this functionality is moved t... | zsloan |
2021-05-22 | Fixed the mocked return_value for requests.post to fix broken test | zsloan |
2021-05-22 | Fixed a couple broken tests | zsloan |
2021-05-22 | Rewrote test_rqtl_mapping.py, though haven't done tests for all functions yet | zsloan |
2021-05-21 | Removed a couple unused parameters for run_rqtl | zsloan |
2021-05-21 | run_rqtl now reads in permutation output | zsloan |
2021-05-21 | locustfile: Add new load test for a simple test-case | BonfaceKilz |
2021-05-20 | Re-implemented R/qtl to get the results from the GN3 API | zsloan |
2021-05-18 | Last commit failed to correctly change Y-axis position; this should fix that | zsloan |