Class VcfFileSegment


  • @Deprecated
    public abstract class VcfFileSegment
    extends Object
    Deprecated.
    from 2022-03-17, Use VcfPathSegment
    Describes a segment of a particular VCF file.
    • Constructor Detail

      • VcfFileSegment

        public VcfFileSegment()
        Deprecated.
    • Method Detail

      • start

        public abstract int start()
        Deprecated.
      • stop

        public abstract int stop()
        Deprecated.
      • contig

        public abstract String contig()
        Deprecated.
      • vcf

        public abstract File vcf()
        Deprecated.
      • correspondingInterval

        public htsjdk.samtools.util.Interval correspondingInterval()
        Deprecated.