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 Stringcontig()Deprecated.htsjdk.samtools.util.IntervalcorrespondingInterval()Deprecated.abstract intstart()Deprecated.abstract intstop()Deprecated.StringtoString()Deprecated.abstract Filevcf()Deprecated.
-