| Package | Description |
|---|---|
| picard.illumina.parser |
| Modifier and Type | Field and Description |
|---|---|
List<ReadDescriptor> |
ReadStructure.descriptors |
| Modifier and Type | Method and Description |
|---|---|
ReadDescriptor |
ReadStructure.Substructure.get(int index) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ReadDescriptor> |
OutputMapping.getOutputDescriptors() |
Iterator<ReadDescriptor> |
ReadStructure.Substructure.iterator() |
| Constructor and Description |
|---|
ReadStructure(List<ReadDescriptor> collection)
Copies collection into descriptors (making descriptors unmodifiable) and then calculates relevant statistics about descriptors.
|