Adapter trimming using fastp
0
0
Entering edit mode
10 months ago
Shin Taguchi ▴ 40

Hi everyone.

I use Trimmomatic for adapter trimming, but plan to use fastp in the future.

Adapter trimming with Trimmomatic allows us to specify seed mismatches, palindrome clips threshold, simple clip threshold, minAdapterLength, as in the following example:

ILLUMINACLIP:./Trimmomatic-0.39/adapters/NexteraPE-PE.fa:2:30:10:2

How can I specify the same conditions with fastp?

If you have any commands or scripts, I would appreciate it if you could let me know.

trimmomatic fastp adapter trimming • 1.2k views
ADD COMMENT
0
Entering edit mode

Since these tools trim using different approaches I don't think you can translate that command to fastp one to one. These approaches being quoting from the fastp paper:

fastp supports automatic adapter trimming for both single-end and paired-end Illumina data and uses different algorithms for each of these tasks. For single-end data, adapter sequences are detected by assembling the high-frequency read tails; for paired-end data, adapter sequences are detected by finding the overlap of each pair.

Given that Trimmomatic, Cutadapt and SOAPnuke are all based on adapter-sequence matching, ...

The fastp paper has benchmarks against Trimmomatic. I suggest you create a small test set and try out different parameters and see if they output your desired results. Here is a video demonstrating various fastp parameters.

ADD REPLY
0
Entering edit mode

Thank you for your reply! Your advice is very helpful. I would like to try different parameters as you mentioned.

ADD REPLY

Login before adding your answer.

Traffic: 1858 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6