solexa2srf likes to produce output, so my trick of watching the
authorDiane Trout <diane@caltech.edu>
Thu, 25 Sep 2008 00:04:19 +0000 (00:04 +0000)
committerDiane Trout <diane@caltech.edu>
Thu, 25 Sep 2008 00:04:19 +0000 (00:04 +0000)
commit657b881b83546c8197d57656871976efef90db41
treed468bb5f21cbfe37fb17a68bc9f00f8f1c787e69
parent96048b8d9f0b5280d8f7248dfd67784fb1079a2d
solexa2srf likes to produce output, so my trick of watching the
sockets to block until when the process ends didn't work.

This patch inserts a simple sleep(1) (second) into the code that
waits for the jobs to finish to prevent the queue manager from rapidly
spinning.

It should probably be fixed with a better way of monitoring for when
a process finishes
gaworkflow/util/queuecommands.py