public class Tribble
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
STANDARD_INDEX_EXTENSION |
| Modifier and Type | Method and Description |
|---|---|
static java.io.File |
indexFile(java.io.File file)
Return the File of the index file for the provided vcf
file
Does not actually create an index |
static java.lang.String |
indexFile(java.lang.String filename)
Return the name of the index file for the provided vcf
filename
Does not actually create an index |
static java.io.File |
tabixIndexFile(java.io.File file)
Return the File of the tabix index file for the provided vcf
file
Does not actually create an index |
static java.lang.String |
tabixIndexFile(java.lang.String filename)
Return the name of the tabix index file for the provided vcf
filename
Does not actually create an index |
public static final java.lang.String STANDARD_INDEX_EXTENSION
public static java.lang.String indexFile(java.lang.String filename)
filename
Does not actually create an indexfilename - name of the vcf filepublic static java.io.File indexFile(java.io.File file)
file
Does not actually create an indexfile - the vcf filepublic static java.lang.String tabixIndexFile(java.lang.String filename)
filename
Does not actually create an indexfilename - name of the vcf filepublic static java.io.File tabixIndexFile(java.io.File file)
file
Does not actually create an indexfile - the vcf file