-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enquiry about the parameter "-m" #246
Comments
Also i have some minor questions about the pairwise binned sequence alignment. The default gap penalty is 7. It means gap extension penalty is 7 and there is no gap open penalty in Wtdbg2, am i right? Also since the penalty can be set, i would like to know what is the score gained for bin matching in Smith-Waterman algorithm? Thank you! |
By the way, is it possible to speed up the pairwise binned sequence alignment using some SIMD instructions like the Smith-Waterman in wtpoa-cns? Thank you very much for your time! |
1, min_match: yes, you are right. |
Dear Dr. RUAN,
Thank you for providing this wonderful assembler.
I am wondering about the meaning of the parameter "-m" which is called "min match" in the documentation. To my understanding, when its value is 200, it means two bins can be aligned when the total length of k-mers shared between these two bins is not smaller than 200. Am I correct? If my understanding is correct, does it mean that when the sequencing error rate is higher, this value should be set smaller so that bins will be more easily to be paired/aligned?
Thank you!
The text was updated successfully, but these errors were encountered: