Package htsjdk.tribble.util
Class TabixUtils
java.lang.Object
htsjdk.tribble.util.TabixUtils
classes that have anything to do with tabix
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SAMSequenceDictionarygetSequenceDictionary(File tabixIndex) Generates the SAMSequenceDictionary from the given tabix index filestatic booleanless64(long u, long v)
-
Field Details
-
STANDARD_INDEX_EXTENSION
Deprecated.Use since June 2019FileExtensions.TABIX_INDEXinstead.- See Also:
-
-
Constructor Details
-
TabixUtils
public TabixUtils()
-
-
Method Details
-
less64
public static boolean less64(long u, long v) -
getSequenceDictionary
Generates the SAMSequenceDictionary from the given tabix index file- Parameters:
tabixIndex- the tabix index file- Returns:
- non-null sequence dictionary
-
FileExtensions.TABIX_INDEXinstead.