mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
9db7a5f181
Reviewed by: mat Approved by: jrm Differential Revision: https://reviews.freebsd.org/D14935
9 lines
420 B
Plaintext
9 lines
420 B
Plaintext
Trimadap is a small tool to trim adapter sequences from Illumina data. It
|
|
performs SSE2-SW between each read and each adapter sequence and identifies
|
|
adapter sequences with a few heuristic rules which can be found in the
|
|
ta_trim1() function in trimadap-mt.c. The default adapters it uses are included
|
|
in illumina.txt. These are typical Illumina adapters from paired-end
|
|
sequencing.
|
|
|
|
WWW: https://github.com/lh3/trimadap
|