broadinstitute / gatk-dataflow

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

Make a generic version of overalapping intervals #35

Open akiezun opened 9 years ago

akiezun commented 9 years ago

From @davidadamsphd on July 17, 2015 10:0

Right now, we pair reads with overlapping variants. We can generalize this for any two PCollections of classes that extend Locatable.

Copied from original issue: broadinstitute/hellbender#663