You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let R be the reference string(s) we will index, and let S be the query string(s).
If S contains a character that does not occur in R, then when computing the matching statistics of S w.r.t. R, PHONI crashes.
Let R be the reference string(s) we will index, and let S be the query string(s).
If S contains a character that does not occur in R, then when computing the matching statistics of S w.r.t. R, PHONI crashes.
To build the index on test_ref.fa:
and to compute the matching statistics of test_coll.fa w.r.t. test_ref.fa:
used files:
test_ref.fa:
test_coll.fa:
By changing G into A-F, the error vanishes.
The text was updated successfully, but these errors were encountered: