Martinsos / opal

SIMD C/C++ library for massive optimal sequence alignment (local/SW, infix, overlap, global)
MIT License
35 stars 10 forks source link

calculate hits for all query sequences of a multiple fasta file #9

Open tolot27 opened 10 years ago

tolot27 commented 10 years ago

Currently, only the first query sequence is searched against all subject/database sequences.

Martinsos commented 10 years ago

Yes that is correct, good idea! It should not be hard to add, I will do it in future