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
Example query GAAT and database/target AGAATA. The returned cigar via parasail_result_get_cigar is beg_query=0, beg_ref=0. The ends are fine (from the result) end_query=3, and end_ref=4. I would expect the following alignment:
q: GAAT
||||
t: AGAATA
so I think the beg_ref should be 1 not 0. I am using v2.6.
The text was updated successfully, but these errors were encountered:
Example query
GAAT
and database/targetAGAATA
. The returned cigar viaparasail_result_get_cigar
isbeg_query=0
,beg_ref=0
. The ends are fine (from the result)end_query=3
, andend_ref=4
. I would expect the following alignment:so I think the
beg_ref
should be1
not0
. I am using v2.6.The text was updated successfully, but these errors were encountered: