Package picard.vcf.processor
Class VcfFileSegmentGenerator
java.lang.Object
picard.vcf.processor.VcfFileSegmentGenerator
Deprecated.
Describes a mechanism for producing
VcfFileSegments from a VCF file.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic VcfFileSegmentGeneratorbyWholeContigSubdividingWithWidth(long segmentWidth) Deprecated.static <T> VcfFileSegmentGeneratorexcludingNonOverlaps(VcfFileSegmentGenerator strategy, htsjdk.samtools.util.OverlapDetector<T> overlaps) Deprecated.Returns a decoratedVcfFileSegmentGeneratorthat filters outVcfFileSegments that have no overlap with the providedOverlapDetector.abstract Iterable<VcfFileSegment> Deprecated.
-
Constructor Details
-
VcfFileSegmentGenerator
public VcfFileSegmentGenerator()Deprecated.
-
-
Method Details
-
forVcf
Deprecated. -
byWholeContigSubdividingWithWidth
Deprecated. -
excludingNonOverlaps
public static <T> VcfFileSegmentGenerator excludingNonOverlaps(VcfFileSegmentGenerator strategy, htsjdk.samtools.util.OverlapDetector<T> overlaps) Deprecated.Returns a decoratedVcfFileSegmentGeneratorthat filters outVcfFileSegments that have no overlap with the providedOverlapDetector.
-
VcfPathSegmentGenerator