public class Tribble extends Object
Modifier and Type | Field | Description |
---|---|---|
static String |
STANDARD_INDEX_EXTENSION |
Modifier and Type | Method | Description |
---|---|---|
static File |
indexFile(File file) |
Return the File of the index file for the provided
file
Does not actually create an index |
static String |
indexFile(String filename) |
Return the name of the index file for the provided
filename
Does not actually create an index |
static Path |
indexPath(Path path) |
Return the name of the index file for the provided
path
Does not actually create an index |
static File |
tabixIndexFile(File file) |
Return the File of the tabix index file for the provided
file
Does not actually create an index |
static String |
tabixIndexFile(String filename) |
Return the name of the tabix index file for the provided
filename
Does not actually create an index |
static Path |
tabixIndexPath(Path path) |
Return the name of the tabix index file for the provided
path
Does not actually create an index |
public static final String STANDARD_INDEX_EXTENSION
public static String indexFile(String filename)
filename
Does not actually create an indexfilename
- name of the filepublic static File indexFile(File file)
file
Does not actually create an indexfile
- the filepublic static Path indexPath(Path path)
path
Does not actually create an indexpath
- the pathpublic static String tabixIndexFile(String filename)
filename
Does not actually create an indexfilename
- name of the filepublic static File tabixIndexFile(File file)
file
Does not actually create an indexfile
- the file