dataflow-java
dataflow-java copied to clipboard
Refactor ShardedBAMWriting for easier reuse
Once https://github.com/googlegenomics/dataflow-java/pull/140 is in, refactor the ShardedBAMWriting.java into several classes for easier reuse in other pipelines. Should be pretty easy since the code is already separated into inner classes. Also, port isUnmapped(Read) into utils-java. Also, add exponential backoff to GCS calls.