Seqanswers Leaderboard Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Dave-bo_Baggins
    Member
    • May 2013
    • 14

    Trouble With Trim_Galore processing paired reads

    Hello Everyone,

    I am new to this, and have been havigjn soem trouble with trim galore. I think I've reached that point where I cannot see what is causing my error and I thought I would ask you for your colelctive input:

    Here is my trim_galore command:
    ./trim_galore -a AGATCGGAAGAGC -t --paired /media/daveboBaggins/R2_001.fastq /media/daveboBaggins/R1_001.fastq

    I get as an output:
    SUMMARISING RUN PARAMETERS
    ==========================
    Input filename: /media/daveboBaggins/R2_001.fastq
    Quality Phred score cutoff: 20
    Quality encoding type selected: ASCII+33
    Adapter sequence: 'AGATCGGAAGAGC'
    Maximum trimming error rate: 0.1 (default)
    Minimum required adapter overlap (stringency): 1 bp
    Minimum required sequence length for both reads before a sequence pair gets removed: 20 bp
    All sequences will be trimmed by 1 bp on their 3' end to avoid problems with invalid paired-end alignments with Bowtie 1

    Writing final adapter and quality trimmed output to
    R2_001_trimmed.fq


    >>> Now performing quality (cutoff 20) and adapter trimming in a single pass for the adapter sequence: 'AGATCGGAAGAGC' from file


    I get the following error message:
    open3: exec of /home/daveboBaggins/cutadapt-1.2.1/cutadapt -f fastq -e 0.1 -q 20 -O 1 -a AGATCGGAAGAGC /media/daveboBaggins/7_R2_001.fastq failed at /home/daveboBaggins/trim_galore_zip/trim_galore line 453

    I have gone back to line 453 which is as follows:
    open3 (\*WRITER, \*TRIM, \*ERROR, "$path_to_cutadapt -f fastq -e $error_rate -q $cutoff -O $stringency -a $adapter $filename") or die "Failed to launch Cutadapt: $!";

    I have made sure I added the path to cutadapt in the perl code. But still cannot see what I am doing wrong? I have gone back and the pathway to cutadapt is in the $PATH variable. Any suggestions will be much appreciated

    -Dave-Bo Baggins
  • GenoMax
    Senior Member
    • Feb 2008
    • 7142

    #2
    While we wait for trimgalore folks to chime in (tomorrow) here is something to test:

    Have you checked to make sure that cutadapt has execute permissions?

    Comment

    • fkrueger
      Senior Member
      • Sep 2009
      • 627

      #3
      Originally posted by GenoMax View Post
      While we wait for trimgalore folks to chime in (tomorrow) here is something to test:

      Have you checked to make sure that cutadapt has execute permissions?
      That's exactly what I would have asked. When you enter the same path to Cutadapt that you also find within Trim Galore into a command line, e.g.

      /home/user/cutadapt/bin/cutadapt

      do you see the Cutadapt help? If not, you need to get Cutadapt to run before launching Trim Galore.

      Comment

      • Dave-bo_Baggins
        Member
        • May 2013
        • 14

        #4
        Originally posted by GenoMax View Post
        While we wait for trimgalore folks to chime in (tomorrow) here is something to test:

        Have you checked to make sure that cutadapt has execute permissions?
        Thanks for your reply I appreciate it. I will be in front of my work computer in an hour and change and will check that out

        Dave

        Comment

        • Dave-bo_Baggins
          Member
          • May 2013
          • 14

          #5
          Thanks a lot, Ill will be looking into this and will get back to you all asap!

          Comment

          Latest Articles

          Collapse

          • seqadmin
            New Genomics Tools and Methods Shared at AGBT 2025
            by seqadmin


            This year’s Advances in Genome Biology and Technology (AGBT) General Meeting commemorated the 25th anniversary of the event at its original venue on Marco Island, Florida. While this year’s event didn’t include high-profile musical performances, the industry announcements and cutting-edge research still drew the attention of leading scientists.

            The Headliner
            The biggest announcement was Roche stepping back into the sequencing platform market. In the years since...
            03-03-2025, 01:39 PM
          • seqadmin
            Investigating the Gut Microbiome Through Diet and Spatial Biology
            by seqadmin




            The human gut contains trillions of microorganisms that impact digestion, immune functions, and overall health1. Despite major breakthroughs, we’re only beginning to understand the full extent of the microbiome’s influence on health and disease. Advances in next-generation sequencing and spatial biology have opened new windows into this complex environment, yet many questions remain. This article highlights two recent studies exploring how diet influences microbial...
            02-24-2025, 06:31 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, Yesterday, 07:27 AM
          0 responses
          11 views
          0 reactions
          Last Post seqadmin  
          Started by seqadmin, 03-18-2025, 12:50 PM
          0 responses
          14 views
          0 reactions
          Last Post seqadmin  
          Started by seqadmin, 03-03-2025, 01:15 PM
          0 responses
          185 views
          0 reactions
          Last Post seqadmin  
          Started by seqadmin, 02-28-2025, 12:58 PM
          0 responses
          283 views
          0 reactions
          Last Post seqadmin  
          Working...