aboutsummaryrefslogtreecommitdiff
path: root/genotype_files/genotypes
AgeCommit message (Expand)Author
2016-03-17Fixed a bunch of geno files that had most of their contents removed for some ...zsloan
2016-02-08Removing LFSpjotrp
2015-11-09Fixed issue that caused mapping to not work; for some reason the path to pylm...zsloan
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
2015-05-01Added Pjotr's latest pylmm changes...Added GEMMA and necessary plink-format genotype files in gemma directory Added the GEMMA genotype files to git LFS Removed some unnecessary/duplicated code from interval_mapping.py Separated GEMMA mapping code into its own file (will also do this for other methods) and fixed and issue that caused it to not run Added the table to the pair scan results page and wrote some code adding its attributes to each marker object, but it still isn't working yet zsloan
2015-04-10Added git large file system (the .gitattributes files) and fixed an issue whe...zsloan
2015-03-27Removed everything from 'web' directory except genofiles and renamed the dire...zsloan