The program is based on the fastx_trimmer from the fastx-toolkit in principle, except it does a few things :
- keeps mate reads in sync
- allows for multiple adapters and tries to choose the "best match"
I think the notion of "best match" should be "longest", not "pct best" ... probably that.