aboutsummaryrefslogtreecommitdiff
path: root/wqflask/maintenance/get_group_samplelists.py
AgeCommit message (Expand)Author
2019-12-09Fixed minor issue that caused the sample list to be fetched incorrectly for a...zsloan
2018-04-09Removed unused code from get_select_dataset.py and get_group_samplelists.py s...zsloan
2017-02-08Changed the way .fam files are written/read, which fixes the issue with GEMMA...zsloan
2016-06-18Changed file permssions to non-executablePjotr Prins
2016-06-17Removed trailing spaces in .py and .js filesPjotr Prins
2016-04-20[PATCH 037/100] WebQtlConfig: sanitizing naming and used varsPjotr Prins
2015-07-09Forgot to add one change to the last commitzsloan
2015-07-09Mapping methods now check for existing genotype files....Currently we still usually get our samplelists from the genofile. This is dumb because it results in us having a bunch of "dummy" genofiles for certain data sets (seems to be mostly human ones). This means that checking for the genofile alone isn't enough to determine if a mapping method should exist for a given group I wrote some code that will instead get the samplelist from the plink .fam file for some of these groups/datasets (if the .fam file exists). Ideally I would like to remove all of the dummy .geno files, but we can't yet do so because it's currently the only place we seem to be storing the sample list for some groups. I also moved gemma into the plink directory to get it out of the git tree. Since it uses the same files as plink, it doesn't make sense for it to be in its own separate directory zsloan
2014-05-05Committing a bunch of changes related to integrating GEMMA and...adding the correlation matrix page Zachary Sloan
2013-08-02Fixed a bug related to groups with genofiles (not sure if it makes sense...for them not to have genofiles yet) Zachary Sloan
2013-07-19Finished integrating code that reads sample list from geno files...withouot using reaper and caches results so it doesn't need to read the file every single time someone loads a page Zachary Sloan
2013-07-19Created file gen_group_samplelists that iterates through all genofiles...and builds each groups' samplelist Zachary Sloan