Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Batstaph
    Junior Member
    • Dec 2017
    • 5

    Trimmomatic adapter file error

    I am having a problem getting trimmomatic to find the adapter file. I have tried all the options I can think of for the path, and put the file in the trimmomatic folder but still get a file not found error message. I can't spot any syntax errors, so can anyone help me?

    error: java.io.FileNotFoundException: /adapters/Truseq3-PE-2.fa (No such file or directory)


    java -jar trimmomatic-0.36.jar PE -phred33 27_4_24_LC_R1.fq 27_4_24_LC_R2.fq 27_4_24_LC_forward_paired.fq 27_4_24_LC_forward_unpaired.fq 27_4_24_LC_reverse_paired.fq 27_4_24_LC_reverse_unpaired.fq ILLUMINACLIP:/adapters/Truseq3-PE-2.fa:2:30:10 LEADING:3 TRAILING:3 SLIDINGWINDOW:4:15 MINLEN:36

    Thanks
  • GenoMax
    Senior Member
    • Feb 2008
    • 7142

    #2
    Are you able to list the file by doing an ls with full path?

    Comment

    • neavemj
      Member
      • Feb 2014
      • 58

      #3
      I think it searches for that file from your current directory (not from the trimmomatic folder). You could put the adapter file in the same folder as your raw reads, then change that part of your command to the following:

      ILLUMINACLIP:Truseq3-PE-2.fa:2:30:10

      Cheers,

      Matt.

      Comment

      • Batstaph
        Junior Member
        • Dec 2017
        • 5

        #4
        Now unknown trimmer error

        Thanks to both for your responses. Before I had a chance to act I lost access to the computer and only now have new (permanent) machine.
        I now have a different issue which is that trimmomatic seems to be identifying my output files as the trimmer and is giving me an 'unknown trimmer' error.

        My command line is:
        ~/Documents/Batstaph/Trimmomatic-0.36$ java -jar trimmomatic-0.36.jar PE -phred33 ~/Documents/Batstaph/sequences/27_4_24_LC R1.fq.gz ~/Documents/Batstaph/sequences/27_4_24_LC R2.fq.gz output_test_FP.fq output_test_RP.fq output_test_FU.fq output_test_RU.fq ILLUMINACLIP:/home/kay/Documents/Batstaph/Trimmomatic-0.36/adapters/Truseq3-PE-2.fa:2:30:10 LEADING:3 TRAILING:3 SLIDINGWINDOW:4:15 MINLEN:36
        and the error message is: Exception in thread "main" java.lang.RuntimeException: Unknown trimmer: test_out_2.paired.fastq
        It doesn't seem to matter what I name the output file, trimmomatic is giving me this error at the same point in the command line
        Thanks for any tips you can give me.

        Comment

        • mastal
          Senior Member
          • Mar 2009
          • 666

          #5
          The error message suggests that you have too many parameters, and trimmomatic is expecting a trimming command at that position, it doesn't really care too much what you call your file. Do you have any unintentional spaces in the names of your files, maybe where the lines wrap in the terminal window, that might make it seem like you had more than just the names of 2 input files and 4 output files?

          Comment

          • Batstaph
            Junior Member
            • Dec 2017
            • 5

            #6
            Back to old problem

            OK, thanks, I removed the spaces in the file names and it has got past the trimmer error. Now I'm back to not finding the adapter file:

            java.io.FileNotFoundException: /home/kay/Documents/Batstaph/Trimmomatic-0.36/adapters/Truseq3-PE.fa (No such file or directory)

            kay@kay-ThinkPad-X1-Carbon-5th:~/Documents/Batstaph/Trimmomatic-0.36/adapters$ ls
            NexteraPE-PE.fa TruSeq2-PE.fa TruSeq2-SE.fa TruSeq3-PE-2.fa TruSeq3-PE.fa TruSeq3-SE.fa

            Here is the error and the ls for the path. I can't spot any errors.

            Thanks again

            Comment

            • mastal
              Senior Member
              • Mar 2009
              • 666

              #7
              What does the ~ expand to on your computer?

              If it's something like /users/kay/ instead of /home/kay/
              that might explain why you get the directory/file not found error.

              Comment

              • Batstaph
                Junior Member
                • Dec 2017
                • 5

                #8
                Pwd gives:

                /home/kay/Documents/Batstaph/Trimmomatic-0.36/adapters

                Comment

                • kmcarr
                  Senior Member
                  • May 2008
                  • 1181

                  #9
                  Originally posted by Batstaph View Post
                  OK, thanks, I removed the spaces in the file names and it has got past the trimmer error. Now I'm back to not finding the adapter file:

                  java.io.FileNotFoundException: /home/kay/Documents/Batstaph/Trimmomatic-0.36/adapters/Truseq3-PE.fa (No such file or directory)

                  kay@kay-ThinkPad-X1-Carbon-5th:~/Documents/Batstaph/Trimmomatic-0.36/adapters$ ls
                  NexteraPE-PE.fa TruSeq2-PE.fa TruSeq2-SE.fa TruSeq3-PE-2.fa TruSeq3-PE.fa TruSeq3-SE.fa

                  Here is the error and the ls for the path. I can't spot any errors.

                  Thanks again
                  Make the 's' in Truseq uppercase (TruSeq)

                  Comment

                  • Batstaph
                    Junior Member
                    • Dec 2017
                    • 5

                    #10
                    Doh

                    Stupid error which has been there from the start.

                    Thank you so much, Trimmomatic worked!!

                    Comment

                    Latest Articles

                    Collapse

                    • SEQadmin2
                      Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
                      by SEQadmin2



                      Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
                      ...
                      07-09-2026, 11:10 AM
                    • SEQadmin2
                      Cancer Drug Resistance: The Lingering Barrier to Rising Survival
                      by SEQadmin2



                      Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

                      There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
                      07-08-2026, 05:17 AM
                    • GATTACAT
                      Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                      by GATTACAT
                      Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
                      07-01-2026, 11:43 AM

                    ad_right_rmr

                    Collapse

                    News

                    Collapse

                    Topics Statistics Last Post
                    Started by SEQadmin2, 07-09-2026, 10:04 AM
                    0 responses
                    11 views
                    0 reactions
                    Last Post SEQadmin2  
                    Started by SEQadmin2, 07-08-2026, 10:08 AM
                    0 responses
                    9 views
                    0 reactions
                    Last Post SEQadmin2  
                    Started by SEQadmin2, 07-07-2026, 11:05 AM
                    0 responses
                    17 views
                    0 reactions
                    Last Post SEQadmin2  
                    Started by SEQadmin2, 07-02-2026, 11:08 AM
                    0 responses
                    31 views
                    0 reactions
                    Last Post SEQadmin2  
                    Working...