Package | Description |
---|---|
htsjdk.samtools.util |
Modifier and Type | Method and Description |
---|---|
static <T> DiskBackedQueue<T> |
DiskBackedQueue.newInstance(SortingCollection.Codec<T> codec,
int maxRecordsInRam,
List<File> tmpDir)
Syntactic sugar around the ctor, to save some typing of type parameters
|