| Package | Description |
|---|---|
| org.disq_bio.disq |
| Modifier and Type | Method and Description |
|---|---|
HtsjdkVariantsRdd |
HtsjdkVariantsRddStorage.read(String path)
Read variants from the given path.
|
<T extends htsjdk.samtools.util.Locatable> |
HtsjdkVariantsRddStorage.read(String path,
List<T> intervals)
Read variants from the given path, using the given intervals to filter the variants.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HtsjdkVariantsRddStorage.write(HtsjdkVariantsRdd htsjdkVariantsRdd,
String path,
WriteOption... writeOptions)
Write variants to a file or files specified by the given path.
|
Copyright © 2018–2020 Disq contributors. All rights reserved.