Package htsjdk.tribble.util
Class TabixUtils
- java.lang.Object
-
- htsjdk.tribble.util.TabixUtils
-
public class TabixUtils extends Object
classes that have anything to do with tabix
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTabixUtils.TIndexstatic classTabixUtils.TIntvstatic classTabixUtils.TPair64
-
Field Summary
Fields Modifier and Type Field Description static StringSTANDARD_INDEX_EXTENSIONDeprecated.Use since June 2019FileExtensions.TABIX_INDEXinstead.
-
Constructor Summary
Constructors Constructor Description TabixUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SAMSequenceDictionarygetSequenceDictionary(File tabixIndex)Generates the SAMSequenceDictionary from the given tabix index filestatic booleanless64(long u, long v)
-
-
-
Field Detail
-
STANDARD_INDEX_EXTENSION
@Deprecated public static final String STANDARD_INDEX_EXTENSION
Deprecated.Use since June 2019FileExtensions.TABIX_INDEXinstead.- See Also:
- Constant Field Values
-
-
Method Detail
-
less64
public static boolean less64(long u, long v)
-
getSequenceDictionary
public static SAMSequenceDictionary getSequenceDictionary(File tabixIndex)
Generates the SAMSequenceDictionary from the given tabix index file- Parameters:
tabixIndex- the tabix index file- Returns:
- non-null sequence dictionary
-
-