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