aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base/webqtlFormData.py
diff options
context:
space:
mode:
authorzsloan2016-05-17 16:03:05 +0000
committerzsloan2016-05-17 16:03:05 +0000
commit0d590051ce073a169295382e5adac34cc803e5ac (patch)
tree76bea6f1f69288a498e9f13d20b638b942ab0a0c /wqflask/base/webqtlFormData.py
parentf6cee1731772c3482b0afd4c77472d69e747c655 (diff)
parent04afa563e6d53fe2a91ac2e6eb4af2f2fa5d5c3b (diff)
downloadgenenetwork2-0d590051ce073a169295382e5adac34cc803e5ac.tar.gz
Merge branch 'staging' of github.com:genenetwork/genenetwork2
Diffstat (limited to 'wqflask/base/webqtlFormData.py')
-rwxr-xr-xwqflask/base/webqtlFormData.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/base/webqtlFormData.py b/wqflask/base/webqtlFormData.py
index 44fdcc3f..10251756 100755
--- a/wqflask/base/webqtlFormData.py
+++ b/wqflask/base/webqtlFormData.py
@@ -157,7 +157,7 @@ class webqtlFormData(object):
self.genotype_1 = reaper.Dataset()
- full_filename = os.path.join(webqtlConfig.GENODIR, self.group + '.geno')
+ full_filename = locate(self.group + '.geno','genotype')
# reaper barfs on unicode filenames, so here we ensure it's a string
full_filename = str(full_filename)