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
It would be useful if a user could pass revcomp=False to disable reverse complementing for matching. In my use case, reverse complements should not match each other, but be considered separate. Could this be added to the library?
It seems like updating _align_patterns() should be enough?
The text was updated successfully, but these errors were encountered:
Conceptually, it could be done. However, I think this is built-in to many methods, the most important being the seqlet similarity scores, and I don't have the bandwidth to add this feature. Sorry about that.
It would be useful if a user could pass
revcomp=False
to disable reverse complementing for matching. In my use case, reverse complements should not match each other, but be considered separate. Could this be added to the library?It seems like updating
_align_patterns()
should be enough?The text was updated successfully, but these errors were encountered: