Re: Python-list Digest, Vol 112, Issue 79

2013-01-10 Thread Niklas Berliner
-- Weitergeleitete Nachricht -- From: Dave Angel d...@davea.name To: python-list@python.org Cc: Date: Thu, 10 Jan 2013 00:56:20 -0500 Subject: Re: subprocess.Popen and multiprocessing fails to execute external program On 01/09/2013 11:08 PM, Niklas Berliner wrote: I

subprocess.Popen and multiprocessing fails to execute external program

2013-01-09 Thread Niklas Berliner
I have a pipline that involves processing some data, handing the data to an external program (t_coffee used for sequence alignments in bioinformatics), and postprocessing the result. Since I have a lot of data, I need to run my pipeline in parallel which I implemented using the multiprocessing