Other scripts are involved so I don't know how to ask this with all of the tino.
Right now I have this command,
subprocess.call(['python2.7', 'cello_client.py', 'get_results',
'--jobid','pythonTest4', '--filename',
'pythonTest4_dnacompiler_output.txt','>','out.txt'])
It's suppoosed to push the output to a text file out.txt, but it doesn't do this. Any suggestions?