I am doing some bioinformatics work. I have a python script that at one point calls a program to do an expensive process (sequence alignment..uses a lot of computational pow
Do you use subprocess.PIPE? I had problems and read about problems when it was used. Temporary files usually solved the problem.