public class GFFIndexInfo extends ASCIIFileIndexInfo implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
int |
read_num_annotations |
double |
read_qv |
contig, file_offset, sequence_position
Modifier | Constructor and Description |
---|---|
protected |
GFFIndexInfo()
de-serialization only
|
|
GFFIndexInfo(int contig,
long position,
double read_qv,
int read_num_annotations,
long file_offset) |
|
GFFIndexInfo(long position,
long file_offset) |
public GFFIndexInfo(int contig, long position, double read_qv, int read_num_annotations, long file_offset)
contig
- position
- read_qv
- read_num_annotations
- file_offset
- protected GFFIndexInfo()
public GFFIndexInfo(long position, long file_offset)
position
- file_offset
- Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.