Consume output form the subprocesses
authorDiane Trout <diane@caltech.edu>
Fri, 20 Mar 2009 00:21:27 +0000 (00:21 +0000)
committerDiane Trout <diane@caltech.edu>
Fri, 20 Mar 2009 00:21:27 +0000 (00:21 +0000)
commitc97bba986f13cb7d33120105b919b680c3b83797
tree3a63f6513c7175d4d2515641ea1ec88a5b67d9ba
parent0a187c4b80c5525ac1255774c8b253939b847594
Consume output form the subprocesses

one of the times I was building the srf files the illumina2srf programs
stopped while the files were still incomplete, but with no CPU time.

It appears that the output from the child processes reached a point
where linux decided to block the process. This patch reads the output
from illumina2srf and if you run it with debug mode on it'll log it
otherwise it just ignores it.
htsworkflow/util/queuecommands.py