Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not executable - Reg. #64

Open
bioramg opened this issue Apr 7, 2024 · 1 comment
Open

Not executable - Reg. #64

bioramg opened this issue Apr 7, 2024 · 1 comment

Comments

@bioramg
Copy link

bioramg commented Apr 7, 2024

No description provided.

@bioramg
Copy link
Author

bioramg commented Apr 7, 2024

Hello Sir,
I'm trying to trim my genome sequence, but I'm encountering an error. I've installed Trimmomatic both individually and through Anaconda, but I still can't execute it. Can you please suggest where the issue might be?

Thank you.
java -jar /home/bin/Trimmomatic-0.39/trimmomatic-0.39.jar PE /home/2024/EFA_1.fastq.gz /home/2024/EFA_2.fastq.gz /home/2024/forward_trim.fastq.gz /home/2024/forward_unpaired.fastq.gz /home/2024/reverse_trim.fastq.gz /home/2024/reverse_unpaired.fastq.gz -threads 40 /home/bin/Trimmomatic-0.39/adapters/ILLUMINACLIP:TruSeq3-PE.fa:2:30:10:2:True LEADING:3 TRAILING:3 MINLEN:36


TrimmomaticPE: Started with arguments:
/home/2024/EFA_1.fastq.gz /home/2024/EFA_2.fastq.gz /home/2024/forward_trim.fastq.gz /home/2024/forward_unpaired.fastq.gz /home/2024/reverse_trim.fastq.gz /home/2024/reverse_unpaired.fastq.gz -threads 40 /home/bin/Trimmomatic-0.39/adapters/ILLUMINACLIP:TruSeq3-PE.fa:2:30:10:2:True LEADING:3 TRAILING:3 MINLEN:36
Exception in thread "main" java.lang.RuntimeException: Unknown trimmer: /home/bin/Trimmomatic-0.39/adapters/ILLUMINACLIP
at org.usadellab.trimmomatic.trim.TrimmerFactory.makeTrimmer(TrimmerFactory.java:73)
at org.usadellab.trimmomatic.Trimmomatic.createTrimmers(Trimmomatic.java:59)
at org.usadellab.trimmomatic.TrimmomaticPE.run(TrimmomaticPE.java:552)
at org.usadellab.trimmomatic.Trimmomatic.main(Trimmomatic.java:80)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant