public interface ReadNameEncoder
Modifier and Type | Method and Description |
---|---|
String |
generateReadName(ClusterData cluster,
Integer pairNumber)
Generates a read name string for the provided cluster.
|
String generateReadName(ClusterData cluster, Integer pairNumber)
cluster
- The cluster whose reads are having its name generatedpairNumber
- 1 if this is the first of the pair, 2 if it is the second, or null if this not a paired read.