S - type of sequenceP - type of record payload, used to store additional information along with sequence to simplify it's
subsequent identification in result (e.g. Integer to just index sequences.public interface WithBase<S extends Sequence<S>,P>
| Modifier and Type | Method and Description |
|---|---|
void |
addReference(S sequence,
P payload)
Adds a record to the base of this aligner (a set of subject sequences that this instance aligns queries
with).
|
void addReference(S sequence, P payload)
sequence - sequencepayload - payload to store additional information with this record (can be retrieved from resulting AlignmentHit)Copyright © 2018. All rights reserved.