aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-09Some phenotype searches were throwing an error due to an assert statement in ↵zsloan
trait.py. Since I couldn't find the purpose of the assert statement I removed it.
2015-07-07Updated mirror/development sites and changed font color in form control emementszsloan
2015-07-07Also added index column to collectionszsloan
2015-07-07Added index column and changed the way location is displayed for search resultszsloan
2015-07-06Forgot to add the search error page templatezsloan
2015-07-06An error page should be loaded if the user uses a nonexistent search term, ↵zsloan
instead of getting an Internal Server Error
2015-07-02Merge branch 'master' of github.com:genenetwork/genenetwork2zsloan
2015-07-02Merge pull request #81 from lomereiter/fix_exportingzsloan
Fix SVG/PDF exporting
2015-07-02Combined searches that didn't work previously should work now, including cis ↵zsloan
and trans combined searches
2015-07-02fix typosArtem Tarasov
2015-07-02fix #80Artem Tarasov
2015-07-02use button for returning to full viewArtem Tarasov
2015-07-02added CairoSVG to misc/requirementsArtem Tarasov
2015-07-01Needed to add a couple parenthesis for transLRS searcheszsloan
2015-07-01Merge branch 'master' of github.com:genenetwork/genenetwork2zsloan
2015-07-01cis and trans LRS searches now work. Still need to get them working in ↵zsloan
combined searches
2015-06-29Merge pull request #72 from lomereiter/issue69zsloan
Fixes #69
2015-06-29Merge pull request #77 from lomereiter/fix_sqlzsloan
SQL security fixes
2015-06-26Fixed minor bug where the static loading bar would remain after the mapping ↵zsloan
results were displayed.
2015-06-26Merge branch 'master' of github.com:genenetwork/genenetwork2zsloan
2015-06-26Fixed bug where mapping results sometimes wouldn't display. This would occurzsloan
due to a chromosome (in this case the last) not having any markers. Improved the way plink gets its path/command to use a method similar to the one Pjotr used with pylmm. I'll also do this for the other mapping methods. Fixed issue where the Y axis would always say LOD score. It now says LRS for mapping methods that return LRS Switched interval mapping (qtl reaper) to use the marker_regression template and removed the interval_mapping template (since it's unnecessary) Some commented out changes remain (in show_trait_mapping_tools and create_lodchart) from when I was attempting to open the mapping results in a new page. I had resolved every issue but the mapping javascript (lod_chart) not being able to access js_data (which has all the result data; markers, p-values, etc). I'm pretty sure that this is because js_data was inserted into the html after the page was loaded while the chart code ran immediately. I experimented with adding a short timeout to the mapping javascript and data table javascript, but while it worked for the table it did not work for the mapping figure. I don't know why this is.
2015-06-26Added license filepjotrp
2015-06-22Merge branch 'master' of github.com:genenetwork/genenetwork2zsloan
Conflicts: wqflask/wqflask/templates/marker_regression.html
2015-06-22Just a few minor changes before pulling Artem's fix to the mapping issue.zsloan
2015-06-22Merge pull request #75 from lomereiter/fix_searchzsloan
fix genotype search
2015-06-22Merge pull request #76 from lomereiter/fix_mapping_resultszsloan
fix mapping results loading
2015-06-22escape docs queryArtem Tarasov
2015-06-22fixed a few potential security issuesArtem Tarasov
2015-06-21fix mapping results loadingArtem Tarasov
2015-06-20fix genotype searchArtem Tarasov
2015-06-18Fixed issue that prevented multiple mapping submissions without refreshing. ↵zsloan
Also changed to where results open in new window instead of colorbox, though an issue remains where the css doesn't seem to be getting imported properly.
2015-06-18removed unused functionArtem Tarasov
2015-06-18fix all_samples_orderedArtem Tarasov
move duplicated code into a method, handle the case of missing f1/f12 correctly
2015-06-18add missing line to webqtlUtilArtem Tarasov
2015-06-17Now you can expand/contract tabs on the trait page by click anywhere on the barzsloan
2015-06-16Finished adding all the extra tools/links below the trait detailszsloan
2015-06-05Added back in some of the options on the trait page; Add, Find, and Verify ↵zsloan
now work. I'll get the other 4 working next.
2015-06-04Fixed a minor issue that was causing position search to not work.zsloan
2015-06-02Wildcards can now be appended to mRNA assay searches, but isn't working ↵zsloan
correctly yet with phenotypes
2015-06-02Added Panduka's Genotation tool link to the trait page, along with the Gene, ↵zsloan
OMIM, and GenBank links
2015-06-02Wildcard search should now work for Genotype searcheszsloan
2015-06-02Wildcard search (*) works for regular mRNA assay and phenotype searches and ↵zsloan
fixed issue with black columns in correlation page
2015-05-26Merge pull request #60 from lomereiter/ppzsloan
add missing file
2015-05-26add missing fileArtem Tarasov
2015-05-26Merge pull request #58 from lomereiter/ppzsloan
Use NVD3 for bar chart and probability plot
2015-05-26fix terminologyArtem Tarasov
2015-05-26use NVD3 for bar chartsArtem Tarasov
added informative tooltips and error bars
2015-05-23pp group selectionArtem Tarasov
2015-05-23fix group selection in blocking by indexArtem Tarasov
2015-05-23Fix trait groupingArtem Tarasov