mengyao / Complete-Striped-Smith-Waterman-Library

294 stars 112 forks source link

how can I avoid doing reverse complement alignments? #57

Closed juancresc closed 2 years ago

juancresc commented 6 years ago

I need to do only + strand alignments (I need to align a sequence against its reverse complement) so i would use the same string, but if I do so, I'll always get a full alignment. Any ideas?