broadinstitute / gatk

Official code repository for GATK versions 4 and up
https://software.broadinstitute.org/gatk
Other
1.64k stars 579 forks source link

Evaluate the current StreamingPythonScriptExecutor design #4342

Open droazen opened 6 years ago

droazen commented 6 years ago

Let's have another look at the StreamingPythonScriptExecutor and evaluate whether we are using the best synchronization and inter-process communication primitives, devise ways to reduce the amount of boilerplate code on the Python side, and generally ask whether any improvements could be made to the current design.

droazen commented 6 years ago

For @cmnbroad and @jonn-smith