I am using bowtie2 version 2.0.0-beta7
A careful reading of the bowtie2 manual section for local alignments makes it sounds like the best score you can possibly get is 2 times the read length:
"A base that matches receives a bonus of +2 by default."
"The best possible score in local mode equals the match bonus times the length of the read."
But the very next paragraph says:
"In local alignment mdoe, the default minimum score threshold is 20 + 8.0 * ln(L), where L is the read length."
This seems contradictory: If a perfect match receives a score of 2 times the read length, how can you ever get a score that is 20 plus 8 times the length?
Am I missing something?
A careful reading of the bowtie2 manual section for local alignments makes it sounds like the best score you can possibly get is 2 times the read length:
"A base that matches receives a bonus of +2 by default."
"The best possible score in local mode equals the match bonus times the length of the read."
But the very next paragraph says:
"In local alignment mdoe, the default minimum score threshold is 20 + 8.0 * ln(L), where L is the read length."
This seems contradictory: If a perfect match receives a score of 2 times the read length, how can you ever get a score that is 20 plus 8 times the length?
Am I missing something?
Comment