Entering edit mode
3.9 years ago
dentepre
▴
20
Hi,
Before perform STAR mapping I need to remove empty reads from my fastq files.
How can I do it without using bioawk (I cannot add it to the HPC). I have bedtools, samtools and bbmap, but I didn't find any solution in these packages.
Best, d.
Why can't you edit to your cluster? It is straight-forward to compile:
or use a package manager like
miniconda
for it. You will have a hard time working on a HPC (or any machine) if you cannot add any software in the long-term.try
cutadapt
minimum length option orseqkit seq --min-len
option