diff options
author | Pjotr Prins | 2016-02-24 11:01:29 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-04-20 09:13:26 +0000 |
commit | 5fffa1aa4260af6663c1f9b4cf7494d3ebc6995d (patch) | |
tree | a68c6d32ab7db60db2350c5a0ba8c0d4abc7eaf2 /wqflask/base/webqtlFormData.py | |
parent | 92fda7557645199276bf4f8a65c40252c4d83c21 (diff) | |
download | genenetwork2-5fffa1aa4260af6663c1f9b4cf7494d3ebc6995d.tar.gz |
[PATCH 037/100] WebQtlConfig: sanitizing naming and used vars
Diffstat (limited to 'wqflask/base/webqtlFormData.py')
-rwxr-xr-x | wqflask/base/webqtlFormData.py | 2 |
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) |