Exception in thread "main" java.lang.RuntimeException: Unknown trimmer
2
0
Entering edit mode
3.5 years ago
mailard ▴ 30

Hi!

I'm trying to run trimmomatic:

java -jar /home/usr/program/Trimmomatic-0.39/trimmomatic-0.39.jar SE file_input.fastq.gz file_output.fastq.gz LLUMINACLIP:TruSeq3-SE.fa:2:30:10

and running into the following error:

TrimmomaticSE: Started with arguments: hepg_1.fastq.gz h_1.fastq.gz LLUMINACLIP:TruSeq3-SE.fa:2:30:1
Automatically using 1 threads **Exception in thread "main" java.lang.RuntimeException: Unknown trimmer: LLUMINACLIP** at org.usadellab.trimmomatic.trim.TrimmerFactory.makeTrimmer(TrimmerFactory.java:73)
    at org.usadellab.trimmomatic.Trimmomatic.createTrimmers(Trimmomatic.java:59)
    at org.usadellab.trimmomatic.TrimmomaticSE.run(TrimmomaticSE.java:318)
    at org.usadellab.trimmomatic.Trimmomatic.main(Trimmomatic.java:85)

How do I fix this? Or you can explain me what does trimmer mean?

Thanks in advance!

trimmomatic • 2.6k views
ADD COMMENT
2
Entering edit mode

Shouldn't be ILLUMINACLIP???

ADD REPLY
0
Entering edit mode

Yes, but i solved my problem! Thank you for your answer!

ADD REPLY
0
Entering edit mode

Sure! Plz, post your solution, it may help others who face the same issue!

ADD REPLY
0
Entering edit mode

of course! i add my solution

ADD REPLY
0
Entering edit mode
3.5 years ago
mailard ▴ 30

The solution to this problem: I just added the argument "-phred33". java -jar /home/katya/program/Trimmomatic-0.39/trimmomatic-0.39.jar SE -phred33 hepg_2.fastq.gz output2.fastq.gz ILLUMINACLIP:TruSeq3-SE:2:30:10

ADD COMMENT

Login before adding your answer.

Traffic: 1571 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6