| Package | Description |
|---|---|
| org.disq_bio.disq |
| Modifier and Type | Method and Description |
|---|---|
HtsjdkReadsRdd |
HtsjdkReadsRddStorage.read(String path)
Read reads from the given path.
|
<T extends htsjdk.samtools.util.Locatable> |
HtsjdkReadsRddStorage.read(String path,
HtsjdkReadsTraversalParameters<T> traversalParameters)
Read reads from the given path, using the given traversal parameters to filter the reads.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HtsjdkReadsRddStorage.write(HtsjdkReadsRdd htsjdkReadsRdd,
String path,
WriteOption... writeOptions)
Write reads to a file or files specified by the given path.
|
Copyright © 2018–2020 Disq contributors. All rights reserved.