Package htsjdk.tribble.example
Class ProfileIndexReading
- java.lang.Object
-
- htsjdk.tribble.example.ProfileIndexReading
-
public class ProfileIndexReading extends Object
-
-
Constructor Summary
Constructors Constructor Description ProfileIndexReading()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
This class times the loading of an index file a number of times, and prints the result of each trialstatic void
printUsage()
print usage information
-
-
-
Method Detail
-
main
public static void main(String[] args)
This class times the loading of an index file a number of times, and prints the result of each trial- Parameters:
args
- Two parameters: 1) The number of trials to run 2) Index file to load
-
printUsage
public static void printUsage()
print usage information
-
-