Entering edit mode
3.0 years ago
nishat04bmb15
•
0
When I ran the following command, trimmomatic throws me error.
cat SRP090879_l.txt | parallel -j 4 "trimmomatic SE -threads 4 [].fastq.gz trimmed/[]_trimmed.fastq.gz ILLUMINACLIP:TruSeq3-SE.fa:2:30:10 SLIDINGWINDOW:10:20 MINLEN:36 2>trimmed/[]_trimming.log" &
I tried several ways to solve it but no luck. Any suggestion is appreciated.