This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Trimmomatic help needed trimming sequences

I am fairly new to using bioinformatics software through ubuntu so bear with me. I am trying to run Trimmomatic to trim single end sequences. I installed it with conda/anaconda.

I run this command

java -jar /marshall/anaconda3/share/trimmomatic-0.39-2.jar SE -threads 6 /Illumina_DNA_Reads/AMT0102_48_S1_R1_001.fastq.gz /Illumina_DNA_Reads/output_new.fastq.gz ILLUMINACLIP:/marshall/anaconda3/share/trimmomatic/TrueSeq3-SE.fa:2:30:10 LEADING:20 TRAILING:20 SLIDINGWINDOW:4:20 MINLEN:70

then I get the error

-bash: /home/marshall/anaconda3/bin/java: cannot execute binary file: Exec format error

any help would be appreciated

trimmomatic-0.39 trimmomatic illuminaclip

what is the output of

file /home/marshall/anaconda3/bin/java
lscpu | grep Arch

thank you so much for taking the time to reply

this is what it out put

(base) marshall@DESKTOP-UFJCE8A:~$ file /home/marshall/anaconda3/bin/java

/home/marshall/anaconda3/bin/java: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.18, BuildID[sha1]=efe0b276f82519d03746d446eb5edad4cc65a419, not stripped

(base) marshall@DESKTOP-UFJCE8A:~$ lscpu | grep Arch

Architecture:        x86_64

0 answers

No answers yet.

Log in to answer this question.