Skip to content

can fastp deal with random bases like cutadapt? #618

@junjunlab

Description

@junjunlab

Hi, I have added random bases in the adaptors, can fastp remove these random bases like cutadapt does(--match-read-wildcards -a NNNNNNNNNNAGATCGGAAGAGCACACGTC)?

This is related code for cutadapt:

cutadapt  -j 20 --match-read-wildcards \
	  	  -a NNNNNNNNNNAGATCGGAAGAGCACACGTC \
	  	  --quality-cutoff 20 \
	  	  -e 0.1 -O 6 \
	  	  -m 20 -M 35 \
	  	  --discard-untrimmed \

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions