skewer
Skewer is a bit-masked k-difference matching algorithm dedicated to the task of adapter trimming and is specifically designed for processing NGS pair-end sequences. For input it accepts the adapter sequence to be trimmed and the forward/reverse reads.
ml biocontainers skewer
skewer -x <adapter sequence> -q 3 <forward reads.gz> <reverse reads.gz>
Parallel Capabilities: Single core default, Multithreading options supported.