error en trimmomatic
0
0
Entering edit mode
4.1 years ago

Hola soy nueva usando trimmomatic y linnux use la siguiente linea de comando :

 lau@DESKTOP-1B4G2I6:/mnt/c/Users/acer/Documents/doctorado/Genoma 4IGSN1/4IgSN1$ java -jar /usr/share/java/trimmomatic.jar PE -threads 8 -phred33 1_HIg5N1_S1_L001_R1_001.fastq 2_HIg5N1_S1_L001_R2_001.fastq 1_HIg5N1_S1_L001_R1_001_paired.fastq 1_HIg5N1_S1_L001_R1_001_unpaired.fastq 2_HIg5N1_S1_L001_R2_001_paired.fastq 2_HIg5N1_S1_L001_R2_001_unpaired.fastq ILLUMINACLIP:../trimmomatichome/adapters/TruSeq3-PE.fa:2:40:15 LEADING:30 TRAILING:30 SLIDINGWINDOW:4:27 MINLEN:75

pero tengo estos 2 errores y no se como solucionarlos:

TrimmomaticPE: Started with arguments:                                                                                                                                   -threads 8 -phred33 1_HIg5N1_S1_L001_R1_001.fastq 2_HIg5N1_S1_L001_R2_001.fastq 1_HIg5N1_S1_L001_R1_001_paired.fastq 1_HIg5N1_S1_L001_R1_001_unpaired.fastq 2_HIg5N1_S1_L001_R2_001_paired.fastq 2_HIg5N1_S1_L001_R2_001_unpaired.fastq ILLUMINACLIP:../trimmomatichome/adapters/TruSeq3-PE.fa:2:40:15 LEADING:30 TRAILING:30 SLIDINGWINDOW:4:27 MINLEN:75       
E: Could not find '../trimmomatichome/adapters/TruSeq3-PE.fa'.
trimmomatic error • 952 views
ADD COMMENT
0
Entering edit mode

Biostars is mainly an English language site so you may want to post (translate) your questions in English. Google translate should do a reasonable job, if you are not confident about posting in English.

Here the error is clear: A file trimmomatic needs can't be found. Check and adjust file path as needed.

E: Could not find '../trimmomatichome/adapters/TruSeq3-PE.fa'.

ADD REPLY
0
Entering edit mode

Please use the formatting bar (especially the code option) to present your post better.
code_formatting

Thank you!

ADD REPLY
0
Entering edit mode

por eso: Could not find '../trimmomatichome/adapters/TruSeq3-PE.fa'. el archivo no existe en esto lugar.

ADD REPLY
0
Entering edit mode

yes, i already corrected that part with this: lau@DESKTOP-1B4G2I6:/mnt/c/Users/acer/Documents/doctorado/Genoma 4IGSN1/4IgSN1$ java -jar /usr/share/java/trimmomatic.jar PE -threads 8 -phred33 -trimlog 1_HIg5N1_S1_L001_R1_001.fastq 2_HIg5N1_S1_L001_R2_001.fastq 1_HIg5N1_S1_L001_R1_001_paired.fastq 1_HIg5N1_S1_L001_R1_001_unpaired.fastq 2_HIg5N1_S1_L001_R2_001_paired.fastq 2_HIg5N1_S1_L001_R2_001_unpaired.fastq ILLUMINACLIP /mnt/c/Users/acer/Documents/doctorado/Genoma\ 4IGSN1/4IgSN1/trimmomatichome/adapters/TruSeq3-PE.fa:2:40:15 LEADING:30 TRAILING:30 SLIDINGWINDOW:4:27 MINLEN:75
but i had this: TrimmomaticPE: Started with arguments: -threads 8 -phred33 -trimlog 1_HIg5N1_S1_L001_R1_001.fastq 2_HIg5N1_S1_L001_R2_001.fastq 1_HIg5N1_S1_L001_R1_001_paired.fastq 1_HIg5N1_S1_L001_R1_001_unpaired.fastq 2_HIg5N1_S1_L001_R2_001_paired.fastq 2_HIg5N1_S1_L001_R2_001_unpaired.fastq ILLUMINACLIP /mnt/c/Users/acer/Documents/doctorado/Genoma 4IGSN1/4IgSN1/trimmomatichome/adapters/TruSeq3-PE.fa:2:40:15 LEADING:30 TRAILING:30 SLIDINGWINDOW:4:27 MINLEN:75 Exception in thread "main" java.lang.RuntimeException: Unknown trimmer: /mnt/c/Users/acer/Documents/doctorado/Genoma 4IGSN1/4IgSN1/trimmomatichome/adapters/TruSeq3-PE.fa at org.usadellab.trimmomatic.trim.TrimmerFactory.makeTrimmer(TrimmerFactory.java:70) at org.usadellab.trimmomatic.Trimmomatic.createTrimmers(Trimmomatic.java:59) at org.usadellab.trimmomatic.TrimmomaticPE.run(TrimmomaticPE.java:536) at org.usadellab.trimmomatic.Trimmomatic.main(Trimmomatic.java:80) `

ADD REPLY
0
Entering edit mode

I think this previous biostar post might help you with the "Unknown trimmer" runtime exception: Trimmomatic - unknown trimmer?

ADD REPLY

Login before adding your answer.

Traffic: 2866 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