Entering edit mode
7.6 years ago
mkh
▴
60
Hi all,
I have 75bp RNA-seq reads. I would like to split it to 38*37 bp. Is somebody know how is the easiest way to do that? The reads files are in *.gz format and I don't want to unzip it. Thanks Morteza
cutadapt -u 5 is also do the same job!!!
cutadapt -u 5
will remove 5 bases from the front of each read. How is thatsame job
as @Pierre's code?