Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-05 | Merge branch 'zsloan' into json | Pjotr Prins | |
2016-10-05 | Merge branch 'master' of github.com:zsloan/genenetwork2 into zsloan | Pjotr Prins | |
2016-10-04 | Fixed issue that caused adding to existing collections when not logged in to ↵ | zsloan | |
not work correctly. The problem was that it would get the collection name from the "new_collection" field instead of the "existing_collections" dropdown. | |||
2016-10-04 | Merge branch 'master' of github.com:zsloan/genenetwork2 into zsloan | Pjotr Prins | |
2016-10-03 | Merge branch 'master' of github.com:genenetwork/genenetwork2 | zsloan | |
2016-10-03 | Fixed problem that caused R/qtl with permutations to not work correctly | zsloan | |
2016-10-03 | Moved rqtl mapping code out of marker_regression and into its own file. | zsloan | |
Later we will want to run all mapping methods outside of the web server, though | |||
2016-10-03 | Use of GN2_PROFILE | Pjotr Prins | |
2016-10-03 | Config: supporting JSON OVERRIDES | Pjotr Prins | |
2016-10-03 | Debug: sanitize some output | Pjotr Prins | |
2016-10-03 | Config: use server port setting | Pjotr Prins | |
2016-10-03 | Handle JSON override files in startup script | Pjotr Prins | |
2016-10-03 | Bump to version 2.10-pre1 | Pjotr Prins | |
2016-10-03 | Error page: reduce cookie size | Pjotr Prins | |
2016-10-02 | Error page: trim error messages | Pjotr Prins | |
2016-10-02 | Errors: added time stamps in UTC | Pjotr Prins | |
2016-10-02 | Error page: also display the URL | Pjotr Prins | |
2016-10-02 | Merge branch 'master' of github.com:genenetwork/genenetwork2 | Pjotr Prins | |
2016-10-02 | Error page: use cookies to fixate the animation for one error | Pjotr Prins | |
2016-10-02 | Error: remove test error | Pjotr Prins | |
2016-10-02 | Error screen improvements with animated gifs | Pjotr Prins | |
2016-09-30 | Merge pull request #192 from lyan6/master | Pjotr Prins | |
Fix global search "il6" for "Internal Server Error". Add single quote… | |||
2016-09-30 | Add missing __init__.py | Pjotr Prins | |
2016-09-30 | Add logging for qtlreaper | Pjotr Prins | |
2016-09-29 | Fix global search "il6" for "Internal Server Error". Add single quotes into ↵ | Lei Yan | |
MySQL query. | |||
2016-09-27 | Remove reintroduced geno files | zsloan | |
2016-09-27 | Conflict in wqflask/wqflask/templates/show_trait_mapping_tools.html | zsloan | |
2016-09-26 | Test: added mechanize test for CIM (reaper) | Pjotr Prins | |
2016-09-26 | Test: added pylmm test | Pjotr Prins | |
2016-09-26 | Test: --all switch added | Pjotr Prins | |
2016-09-26 | Doc: edits from Zwets | Pjotr Prins | |
2016-09-26 | Mechanical Rob: make it possible to run single tests | Pjotr Prins | |
2016-09-26 | Test: mechanical Rob executes scanone test | Pjotr Prins | |
2016-09-26 | Settings: LOCAL_PRIVATE_FILES | Pjotr Prins | |
2016-09-25 | Test: should be a Post with parameters filled in | Pjotr Prins | |
2016-09-25 | Logger: use output for assessing mapping parameters | Pjotr Prins | |
2016-09-25 | Test: input parameters for mapping | Pjotr Prins | |
2016-09-25 | Make sure MAPPING_PATH exists | Pjotr Prins | |
2016-09-25 | Settings: enforce MAPPING_PATH only when running plink_gemma | Pjotr Prins | |
2016-09-25 | Removed large genotype_files from repository. The current set was saved | Pjotr Prins | |
in http://files.genenetwork.org/data_files/ and can be used when unpacked in GENENETWORK_FILES (see ./etc/default_settings.py) | |||
2016-09-25 | Testing: looking for a way to run pylmm | Pjotr Prins | |
2016-09-25 | I was getting below error with the small database. This commit, at least, does | Pjotr Prins | |
not assume the item exists. ERROR:wqflask:Exception on /marker_regression [POST] Traceback (most recent call last): File "/home/wrk/.guix-profile/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1817, in wsgi_app response = self.full_dispatch_request() File "/home/wrk/.guix-profile/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1477, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/wrk/.guix-profile/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1381, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/wrk/.guix-profile/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1475, in full_dispatch_request rv = self.dispatch_request() File "/home/wrk/.guix-profile/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1461, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "/export2/izip/git/opensource/genenetwork/sumo_gn2/wqflask/wqflask/views.py", line 460, in marker_regression_page template_vars = marker_regression.MarkerRegression(start_vars, temp_uuid) File "/export2/izip/git/opensource/genenetwork/sumo_gn2/wqflask/wqflask/marker_regression/marker_regression.py", line 74, in __init__ value = start_vars['value:' + sample] KeyError: 'value:BXD80' | |||
2016-09-25 | tools: export GENENETWORK_FILES and move cache into TMPDIR/gn2 | Pjotr Prins | |
2016-09-25 | Doc: Section on reproducibility | Pjotr Prins | |
- fixed SVG URLs | |||
2016-09-13 | Save Image now works for Network Graph and downloads current graph as a png | zsloan | |
2016-09-13 | Fixed the path for the json file in gen_select_dataset.py since it was wrong ↵ | zsloan | |
and uncommented simplejson import Added "Reset" option to network graph that returns all the nodes/edges Made the visualization options area in the network graph a little wider | |||
2016-09-13 | Merge pull request #181 from pjotrp/zsloan | zsloan | |
Run scripts from ./wqflask - just like the webserver | |||
2016-09-13 | Run scripts from ./wqflask - just like the webserver | Pjotr Prins | |
2016-09-12 | Merge pull request #180 from pjotrp/zsloan | zsloan | |
Support maintenance scripts | |||
2016-09-10 | Comment | Pjotr Prins | |