How to remove nextera with fastp
1
0
Entering edit mode
2.4 years ago
Mat ▴ 60

When run Fastp with

fastp -i in.R1.fastq.gz -o out.R1.fastq.gz -I in.R2.fastq.gz -O out.R2.fastq.gz --detect_adapter_for_pe --disable_quality_filtering --length_required 15

Fastq still detects nextera transposase sequences in the output. Is there a way to remove them with Fastp?

rnaseq nextera fastp ngs • 1.3k views
ADD COMMENT
1
Entering edit mode
2.4 years ago

Explicitly specify your adapters. Create the adapter file

>nextera
CTGTCTCTTATACACATCTCCGAGCCCACGAGAC

now use the file with the -a flag.

ADD COMMENT

Login before adding your answer.

Traffic: 2632 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