Mercurial > repos > fubar > differential_count_models
changeset 21:1fe9db11189b draft
Uploaded
author | fubar |
---|---|
date | Sat, 27 Jul 2013 20:59:23 -0400 |
parents | 42c28d9fc836 |
children | 79e3d80d34f9 |
files | rgedgeR/rgToolFactory.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/rgedgeR/rgToolFactory.py Sat Jul 27 20:57:05 2013 -0400 +++ b/rgedgeR/rgToolFactory.py Sat Jul 27 20:59:23 2013 -0400 @@ -520,7 +520,7 @@ sto = open(self.tlog,'w') sto.write('## Toolfactory generated command line = %s\n' % ' '.join(self.cl)) sto.flush() - p = subprocess.Popen(self.cl,shell=False,stdout=sto,stderr=elog,stdin=subprocess.PIPE,cwd=self.opts.output_dir) + p = subprocess.Popen(self.cl,shell=False,stdout=sto,stderr=ste,stdin=subprocess.PIPE,cwd=self.opts.output_dir) else: p = subprocess.Popen(self.cl,shell=False,stdin=subprocess.PIPE) p.stdin.write(self.script)