m option in cutadapt
1
0
Entering edit mode
8.7 years ago
zizigolu ★ 4.3k

Sorry guys,

In $CUT/cutadapt -a CTGTAGGCACCATCAAT filename.fastq > fielename_trimmed.fastq syntax

Which should I add to exclude the reads with less than 15 bases? I mean m option about which I could not find any clue in cutadapt documentation

ribo-seq trimming • 1.9k views
ADD COMMENT
2
Entering edit mode
8.7 years ago
Asaf 10k

From cutadapt -h:

-m LENGTH, --minimum-length=LENGTH
                        Discard trimmed reads that are shorter than LENGTH.
                        Reads that are too short even before adapter removal
                        are also discarded. In colorspace, an initial primer
                        is not counted (default: 0).

So you should add -m 15

ADD COMMENT
0
Entering edit mode

Thank you Asaf

ADD REPLY
0
Entering edit mode

Is the -m from cutadapt setting minimal length before adaptor trimming or after adapter trimming?

ADD REPLY

Login before adding your answer.

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