Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-03 | Merge branch 'master' of https://github.com/genenetwork/genenetwork2 | zsloan | |
2016-03-03 | Update gsearch.py | Lei Yan | |
2016-03-02 | Increased gsearch speed by removing unnecessary query for sample data | zsloan | |
Still slower than preferable due to having to query the gn1 database for every trait in the search results | |||
2016-03-01 | Merge branch 'master' of https://github.com/genenetwork/genenetwork2 | zsloan | |
2016-03-01 | Committing change to dataset menu before pull | zsloan | |
2016-03-01 | Fixed csv download and removed non-working "Download Table" button for ↵ | zsloan | |
collections list, collection view, gene/pheno global search, and regular search Not sure what the best way to determine the filename is, so just using "search_results" or "collection_list" for now In future I want to replace the default csv download button by attaching its function to the previous "Download Table" button | |||
2016-02-26 | PLINK should not run correctly and graph using GN1 image | zsloan | |
Updated dataset menu structure json Increased the width for the label and text field for inputting MAF for PLINK and GEMMA | |||
2016-02-25 | fixed untracked files | zsloan | |
2016-02-24 | GEMMA mostly working with gn1 mapping, though there may be some issue with ↵ | zsloan | |
the y scale | |||
2016-02-18 | Edited gen_select_dataset to remove confidential datasets | zsloan | |
Also hard-coded the removal of Macaque Monkey since I couldn't think of a good way to retroactively check if every dataset in a species is confidential | |||
2016-02-15 | Fixed R/qtl mapping so the group (BXD, etc) isn't hardcoded | zsloan | |
Removed an extraneous </td> tag from the show trait page | |||
2016-02-11 | Updated jquery validation plugin, now works in IE | zsloan | |
Fixed a couple minor html syntax erors in login_user.html and base.html Changed export button on correlation page to csvHtml5, but still has problem with commas in fields being interpreted as a new column | |||
2016-02-08 | Fixed the logic if how the correlation page applies filters (mean ↵ | zsloan | |
expression, location, etc) Added back some colorbox directories that we apparently need (I had removed them in an earlier commit) | |||
2016-02-08 | Merge branch 'master' of github.com:genenetwork/genenetwork2 into development | zsloan | |
Conflicts: .gitignore | |||
2016-02-08 | gitignore: resolved conflict | pjotrp | |
2016-02-04 | Most importantly, this commit fixes an issue that caused the trait page to ↵ | zsloan | |
not work because of the new dataset_menu_structure.json file An Intro section is also added to the header, though for the time being its contents aren't populated and the edit option isn't working | |||
2016-01-29 | Info button should now work for phenotype and genotype datasets | zsloan | |
2016-01-27 | Merge branch 'master' of github.com:genenetwork/genenetwork2 into development | zsloan | |
2016-01-27 | Added info button to Dataset dropdown on index page | zsloan | |
Fixed script that generates dataset dropdown json file to include accession id Fixed dataset link on search results page | |||
2016-01-26 | Removed a bunch of files/directories/packages that are no longer used and ↵ | zsloan | |
some corresponding imports | |||
2016-01-19 | Adding Python setup.py support | pjotrp | |
2016-01-15 | Cofactor now works with reaper | zsloan | |
2016-01-14 | Regular and single chr views work for qtl reaper now | zsloan | |
Single chr now works for R/qtl (didn't before) Merged qtl reaper code into marker_regression.py | |||
2016-01-12 | Mapping works for rqtl and centimorgan scale | zsloan | |
2016-01-06 | Single chromosome view now works for mapping page using GN1's image code | zsloan | |
Removed loading bar that appeared on show trait page since it didn't work with GN1 mapping (which opens in a new page) | |||
2016-01-04 | Added headers/foots/css to mapping page | zsloan | |
Mapping results table now works | |||
2015-12-18 | Mapping results open in new window; still need to add header/footer/js | zsloan | |
2015-12-18 | Added image map for figure | zsloan | |
2015-12-15 | Added the js_data so both the GN1 and GN2 figures can be displayed | zsloan | |
2015-12-14 | GN1 mapping full genome figure now correct for pylmm and output to web page | zsloan | |
2015-12-12 | Changed loop drawing qtl curve to fix some issues; still need to make it ↵ | zsloan | |
draw to different chr areas though | |||
2015-12-09 | Disabled GN1 mapping for master branch; mistakenly pushed with it enabled before | zsloan | |
2015-12-09 | Fixed search result page text to make sense for all working search terms | zsloan | |
Added a bunch of print statements to GN1 mapping code to locate where code stalls | |||
2015-12-04 | Commented out code related to additive/dominance effect in gn1 marker ↵ | zsloan | |
regression code; gn1 code now runs without errors but still need to give output to template | |||
2015-11-18 | Fixed issue where literature and tissue correlation didn't work | zsloan | |
Scatterplot matrix feature only appears if user is logged in now Committing current progress on mapping page (it can at least import the file now, but there are still errors) | |||
2015-11-09 | Fixed issue that caused mapping to not work; for some reason the path to ↵ | zsloan | |
pylmm was wrong | |||
2015-11-05 | Fixed issue where misplaced html comment end hid all phenotype table results | zsloan | |
2015-10-23 | Fixed error if you click search after entering white spaces; Ethan's fix ↵ | zsloan | |
only worked when the user hits enter | |||
2015-10-23 | Merge pull request #128 from sn3twork/issues/126 | zsloan | |
Fixes issue #126. | |||
2015-10-22 | Fixes issue #126. Fixed broken references to dbdoc folder. They now all | Ethan Willis | |
point to static/dbdoc. Added static/dbdoc folder. | |||
2015-10-22 | Fixes issue #98. Doesn't submit search request if the search request | Ethan Willis | |
contains *only* whitespace. | |||
2015-10-22 | Merge branch 'master' of github.com:genenetwork/genenetwork2 | zsloan | |
2015-10-22 | Added factor loadings table and plot (though need to finish improving plot ↵ | zsloan | |
still) Fixed issue where cM locations for R/qtl were displayed as Mb and had used Mb Chr lenghts for the scale | |||
2015-10-20 | Merge pull request #124 from sn3twork/enhancement/ui/wgcna_setup | zsloan | |
Updated wgcna_setup to use Bootstrap error messages and form styling. | |||
2015-10-20 | Updated wgcna_setup to use Bootstrap error messages and form styling. | Ethan Willis | |
2015-10-19 | Enhancement of fix for bug #98. Refuses submission of search form if | Ethan Willis | |
search terms are empty. This avoids an internal server error. | |||
2015-10-12 | Changed the location filter for correlation page | zsloan | |
2015-10-12 | Fixed an error page that occurs if traits with no overlapping samples are ↵ | zsloan | |
used for correlation matrix | |||
2015-10-09 | Merge branch 'master' of github.com:zsloan/genenetwork2 | zsloan | |
2015-10-09 | Fixed correlations for phenotype datasets | zsloan | |
Fixed table for some expression dataset searches Added collection button to correlation page Added color gradient to correlation matrix |