public class GFFMetadataInfo
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
int |
avg_row_lenght |
java.lang.String |
file_path |
long |
gff_slice_size |
java.util.ArrayList<GFFIndexInfo> |
indexes |
int |
max_read_length |
Constructor and Description |
---|
GFFMetadataInfo()
default constructor required for de-serialization
|
GFFMetadataInfo(long gff_slice_size) |
Modifier and Type | Method and Description |
---|---|
long |
avg_reads_per_slice() |
java.util.TreeMap<java.lang.Integer,Locus> |
getContigsMap()
Get map containing list of all contigs in file and start/end for each contig
|
int |
getTotalSlicesInContig(int contig)
Get number of slices for specific contig
|
java.lang.String |
printIndexes() |
java.lang.String |
printStatistics() |
public java.lang.String file_path
public java.util.ArrayList<GFFIndexInfo> indexes
public int avg_row_lenght
public int max_read_length
public long gff_slice_size
public GFFMetadataInfo()
public GFFMetadataInfo(long gff_slice_size)
public long avg_reads_per_slice()
public java.util.TreeMap<java.lang.Integer,Locus> getContigsMap()
public int getTotalSlicesInContig(int contig)
public java.lang.String printIndexes()
public java.lang.String printStatistics()
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.