Hi, I have Single End fastq file and it needs trimming. So, I use trimmomatic software for this purpose.based on trimmomatic tutorial I write below code for my .fastq file:
java -jar /home/ubuntu/CIRI_v2.0.6/Trimmomatic-0.36/trimmomatic-0.36.jar SE -phred64 sra_data_SRR1427482.fastq SRR1427482 LEADING=20 TRAILING=20 HEADCROP=14
but after run it in my Terminal, I see bellow error;
TrimmomaticSE: Started with arguments: -phred64 sra_data_SRR1427482.fastq SRR1427482 LEADING=20 TRAILING=20 HEADCROP=14 Automatically using 1 threads
Exception in thread "main" java.lang.RuntimeException: Unknown trimmer: LEADING=20
at org.usadellab.trimmomatic.trim.TrimmerFactory.makeTrimmer(TrimmerFactory.java:70)
at org.usadellab.trimmomatic.Trimmomatic.createTrimmers(Trimmomatic.java:59)
at org.usadellab.trimmomatic.TrimmomaticSE.run(TrimmomaticSE.java:303)
at org.usadellab.trimmomatic.Trimmomatic.main(Trimmomatic.java:85)
I run this command in my data folder. so I appreciate if any body help me. Best Regars, Mohammad
@toralmanvar , Hi, You are write.Thanks for your comment.
If an answer was helpful you should upvote it, if the answer resolved your question you should mark it as accepted.