broadinstitute / gatk-dataflow

Development dataflow
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Extract facility for cloud dataflow runs to create local output. #7

Open akiezun opened 9 years ago

akiezun commented 9 years ago

From @lbergelson on June 24, 2015 17:40

595 introduces the ability for a dataflow tool run in the cloud to write files to gcloud and then copy them back to the local disk at the end of the run. This is only set up for ApplyBQSR, but it would be a useful facility for any tool.

Copied from original issue: broadinstitute/hellbender#597