Package htsjdk.tribble.example
Class IndexToTable
java.lang.Object
htsjdk.tribble.example.IndexToTable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidthis class: 1) checks to see that the feature file exists 2) loads an index from disk, if one doesn't exist, it creates it and writes it to disk 3) Converts the index to a human readable tablestatic voidprint usage information
-
Constructor Details
-
IndexToTable
public IndexToTable()
-
-
Method Details
-
main
this class: 1) checks to see that the feature file exists 2) loads an index from disk, if one doesn't exist, it creates it and writes it to disk 3) Converts the index to a human readable table- Parameters:
args- 2 parameters: 1) The path of the file to index 2) The output file path- See Also:
-
printUsage
public static void printUsage()print usage information
-