But when I align it using the default values suggested by the tutorial, it doesn't show any inserted gaps at all, and I wind up with this instead:
Score: 80
0 . : . : . : . :
ATCTCTCTCAACAAAACAACGAGGAGGAGTGAAAAGAGAGAGAT
|||||||||||||| | | | | | | |||
ATCTCTCTCAACAACAACAACGGAGGAGGAGGAAAAGAGAGAGA
I finally traced it down to the k-value (bandExtension value) passed into the alignment algorithm - values of K <= 13 succeed and generate the top-most alignment, while the values of 14-15 like the default (15) report the low-quality alignment.
Yet oddly, both alignments report the correct alignment score at the end - so it's not failing, precisely. It's just not storing or displaying the correct alignment.
So I have two questions:
1) What exactly does the k / bandExtension variable do?