Entering edit mode
6.2 years ago
alireza346
▴
10
I have a fastq file (RNAseq) and filtered the linkers. now the sequences in the file have different length. I want to remove the reads with shorter than 21 nucleotide and use the rest of the reads. do you know any toll to do that?
How did you remove the adapters (linkers)? I hope you used an established tool like
Cutadapt
. These tools have in-built options to discard reads shorter a given threshold.Hi,
You can use fastaparse.pl script available in mirdeep2 package.
Does that script work with
fastq
format files? OP is specifically asking about that format.Filtering Fastq Sequences Based On Lengths