Python memory allocation error using subprocess.Popen

后端 未结 4 1222
清歌不尽
清歌不尽 2020-12-06 12:08

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

4条回答
  •  暖寄归人
    2020-12-06 12:53

    Do you use subprocess.PIPE? I had problems and read about problems when it was used. Temporary files usually solved the problem.

提交回复
热议问题