Package picard.vcf.processor
Class VcfFileSegment
- java.lang.Object
-
- picard.vcf.processor.VcfFileSegment
-
@Deprecated public abstract class VcfFileSegment extends Object
Deprecated.from 2022-03-17, Use VcfPathSegmentDescribes a segment of a particular VCF file.
-
-
Constructor Summary
Constructors Constructor Description VcfFileSegment()
Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description abstract String
contig()
Deprecated.htsjdk.samtools.util.Interval
correspondingInterval()
Deprecated.abstract int
start()
Deprecated.abstract int
stop()
Deprecated.String
toString()
Deprecated.abstract File
vcf()
Deprecated.
-