Hi Darya,
the % if unique mappers seems to be on the low side, for real PacBio CCS reads we typically get >60%, and most of the unmapped reads are "too short" rather than "other".
Of course, this dependes strongly on your simulation parameters, such as the number of consensus passes per read. Typically, reads with only 2 passes do not align well, so if you have a large proportion of 2-passes read, it could drive down the % of uniquely mapped reads.
You could also tweak your parameters a bit to see if this would better alignment rate, my recommendation
reduce --seedSearchStartLmax to 30 or even less, down to 12
this should increase sensitivity of search for reads with higher error rates (i.e. fewer passes)
--seedPerReadNmax 100000 --seedPerWindowNmax 10000 --alignTranscriptsPerReadNmax 100000 --alignTranscriptsPerWindowNmax 10000
not sure if this will have a big effect for a very small genome
Cheers
Alex