Hi @bjf79
you can try to play with the parameter --seedMultimapNmax . It determines the maximum number of loci the seed can map to.
By default it's 10000. My guess is that most 12-mers in your genome map to <=10000 loci, while 11-mers and 10-mers map to >10000.
As you reduce the length of the seed (i.e. the short mate), you need to increase this parameter by a factor of 4.
So for 10-mers, you would need --seedMultimapNmax 160000 or more. As you keep increasing this parameter, the mapping speed will suffer.
This is an interesting experiment, please let me know how it goes.
Cheers
Alex