Hi,
Did you check if you could have any adapters issues on R2 ?
Regarding the bowtie2 options, you can change any options, but I would definitely advice to keep the end-to-end mapping.
In local mode, bowtie2 will report the longest local alignments, which does not necessarily starts at 5' end of the read. This could have an impact on impact on the contact maps (although they should not be that high).
I'll try to give you an example with a ligation product (between two fragments A and B)
R1 R2
***************> <************
|--------|---------------------------------------------|
A B
In this case, the interaction should be between A and B.
With bowtie2 in local mode, it is likely that your R1 read will be align on B (and not on A), just because the part of the reads which aligns on B is longer than the one which aligns on A.
In this case, HiC-Pro will classify the interaction as dangling-end
That's why HiC-Pro trimmed after the ligation junction and then use a end-end mapping.
R1 R2
****> <************
|--------|---------------------------------------------|
A B
Hope it helps
Nicolas