public abstract class VcfFileSegment extends Object
Constructor and Description |
---|
VcfFileSegment() |
Modifier and Type | Method and Description |
---|---|
abstract String |
contig() |
htsjdk.samtools.util.Interval |
correspondingInterval() |
abstract int |
start() |
abstract int |
stop() |
String |
toString() |
abstract File |
vcf() |