# HG changeset patch # User fubar # Date 1374973163 14400 # Node ID 1fe9db11189baa03a50e22ad65110e1c48e2423e # Parent 42c28d9fc8363bc3d11d15583d380b354ec59c76 Uploaded diff -r 42c28d9fc836 -r 1fe9db11189b rgedgeR/rgToolFactory.py --- 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)