Package | Description |
---|---|
htsjdk.tribble | |
htsjdk.tribble.example |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFeatureReader<T extends Feature,SOURCE>
jrobinso
the feature reader class, which uses indices and codecs to read in Tribble file formats.
|
class |
TabixFeatureReader<T extends Feature,SOURCE> |
class |
TribbleIndexedFeatureReader<T extends Feature,SOURCE>
A reader for text feature files (i.e.
|
Modifier and Type | Method and Description |
---|---|
static <FEATURE_TYPE extends Feature> |
ExampleBinaryCodec.convertToBinaryTest(FeatureReader<FEATURE_TYPE> reader,
java.io.OutputStream out)
Convenience method that creates an ExampleBinaryCodec file from another feature file.
|