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
When the query_end value is used to slice the input_seq, the resulting sequence does not match the anarci_output_seq. For instance, input_seq[0:query_end] produces 'AQEVTQIPAALSVPEGENLVLNCSFTDSAIYNLQWFRQDPGKGLTSLLLIQSSQREQTSGRLNASLDKSSGRSTLYIAASQPGDSATYLCAVTNQAGTALIFGKGTTLSVS', which is not the same as the expected anarci_output_seq.
The text was updated successfully, but these errors were encountered:
ANARCI displays an inconsistency in some cases between the
query_end
value from theChainAlignment
and the length of the generated output sequence.Example:
input_seq
= 'AQEVTQIPAALSVPEGENLVLNCSFTDSAIYNLQWFRQDPGKGLTSLLLIQSSQREQTSGRLNASLDKSSGRSTLYIAASQPGDSATYLCAVTNQAGTALIFGKGTTLSVSSNIQNPDPAVYQLRDSKSSDKSVCLFTDFDSQTNVSQSKDSDVYITDKCVLDMRSMDFKSNSAVAWSNKSDFACANAFN'Result:
anarci_output_seq
= 'AQEVTQIPAALSVPEGENLVLNCSFTDSAIYNLQWFRQDPGKGLTSLLLIQSSQREQTSGRLNASLDKSSGRSTLYIAASQPGDSATYLCAVTNQAGTALIFGKGTTLSVSS'query_end
= 111When the
query_end
value is used to slice theinput_seq
, the resulting sequence does not match theanarci_output_seq
. For instance,input_seq[0:query_end]
produces 'AQEVTQIPAALSVPEGENLVLNCSFTDSAIYNLQWFRQDPGKGLTSLLLIQSSQREQTSGRLNASLDKSSGRSTLYIAASQPGDSATYLCAVTNQAGTALIFGKGTTLSVS', which is not the same as the expectedanarci_output_seq
.The text was updated successfully, but these errors were encountered: