| Package | Description |
|---|---|
| picard.illumina.parser |
| Modifier and Type | Field and Description |
|---|---|
static ReadType |
ReadType.Barcode |
static ReadType |
ReadType.MolecularIndex |
static ReadType |
ReadType.Skip |
static ReadType |
ReadType.Template |
ReadType |
ReadDescriptor.type |
| Modifier and Type | Method and Description |
|---|---|
ReadType |
ReadData.getReadType() |
static ReadType |
ReadType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReadType[] |
ReadType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReadData.setReadType(ReadType readType) |
| Constructor and Description |
|---|
ClusterData(ReadType[] readTypes)
Creates a ClusterData with one read for each type provided
|
ReadData(ReadType readType) |
ReadDescriptor(int length,
ReadType type) |