| Package | Description |
|---|---|
| picard.vcf.processor |
| Modifier and Type | Method and Description |
|---|---|
static VcfFileSegmentGenerator |
VcfFileSegmentGenerator.byWholeContigSubdividingWithWidth(long segmentWidth) |
static <T> VcfFileSegmentGenerator |
VcfFileSegmentGenerator.excludingNonOverlaps(VcfFileSegmentGenerator strategy,
OverlapDetector<T> overlaps)
Returns a decorated
VcfFileSegmentGenerator that filters out VcfFileSegments that have no overlap with the provided
OverlapDetector. |
| Modifier and Type | Method and Description |
|---|---|
static <T> VcfFileSegmentGenerator |
VcfFileSegmentGenerator.excludingNonOverlaps(VcfFileSegmentGenerator strategy,
OverlapDetector<T> overlaps)
Returns a decorated
VcfFileSegmentGenerator that filters out VcfFileSegments that have no overlap with the provided
OverlapDetector. |