When using end-to-end global alignment within Bowtie2, how does it handle terminal (5'/3') mismatches? For example:
REF
5'-205-GATCAAC
READ
5'-CATCAAC
Is there a way to force alignment and have Bowtie2 report the mapped coordinates in such a way to preserve the exact position of the 5' end as if the mismatch did not exist in the read? In the above example this would mean reporting that the read maps to position 205-211, rather than 206-211.