I am searching short peptide sequences using blast+ and retrieving the data as an XML table. However, when a 9 amino acid stretch matches within a 10 amino acid query, the program returns a 90% match but only reports the 9 matches and not the terminal mismatch. Anyone know how to force it to report all 10 amino acids?
Just checking...: Blast performs local alignment, so hits might be truncated if that improves the alignment score. Are you sure you don't want global alignment instead?