Entering edit mode
2.8 years ago
predeus
★
2.1k
Hi all,
I was wondering if anybody knows a smart way (a command or a one-liner) to accomplish the following task.
There is a paried-end fastq file with lots of N's in it.
I need to get a subset of 25,000 matched paired-end reads with no Ns in it.
seqtk seq
has a tool that does something similar, but it doesn't work with paired-end reads.
Would welcome any suggestions!
Thank you in advance.
try
--max-n 0
with cutadapt