Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • juliannf
    Junior Member
    • Jun 2017
    • 1

    #1

    New Member with Trimmomatic questions

    Hello, I would like to start off by saying hello to all and thank you so much for providing such indepth support. I have done some scouring on this site and am impressed with some of the resolutions members are able to provide.

    That being said I am trying to us trimmomatic 0.36 to trim the output from the first step in the CROPS pipeline. I am doing this instead of using the CROPS script itself because I am using Platform LSF and trimmomatic 0.36 is available.

    Trimmomatic is telling me "Sequence and quality length don't match". I am not sure what would be causing this as I am using unmodified files from step 1 of CROPS.

    This is the .err file I am getting from the mainframe and wonder if anyone has an idea on what the issue could be?

    Picked up _JAVA_OPTIONS: -Xmx512m
    TrimmomaticSE: Started with arguments:
    -phred33 /nethome/j.fiorentino3/GBS_Data/HFM7HBBXX/parsed/HFM7HBBXXCTGC_001.R1parsed.fastq.gz /nethome/j.fiorentino3/GBS_Data/HFM7HBBXX/parsed/HFM7HBBXXCTGC.trimmed.fq.gz ILLUMINACLIP:TruSeq3-SE.fa:2:30:10 LEADING:20 TRAILING:20 SLIDINGWINDOW:4:20 MINLEN:36
    Automatically using 1 threads
    Using Long Clipping Sequence: 'AGATCGGAAGAGCGTCGTGTAGGGAAAGAGTGTA'
    Using Long Clipping Sequence: 'AGATCGGAAGAGCACACGTCTGAACTCCAGTCAC'
    ILLUMINACLIP: Using 0 prefix pairs, 2 forward/reverse sequences, 0 forward only sequences, 0 reverse only sequences
    Exception in thread "main" java.lang.RuntimeException: Sequence and quality length don't match: 'AATGGAGGGTGCTCAGCAAACACATAAACACACAACCATGTCCCATCAGCCTCCTGGAATGGTAGTGATCTAGATTATTGTGAGACAAAG' vs 'JJAFJFJJFJFFJJFJJJJFJFJJ77FAFJJFJJJJJFFJA<<FJA<FA-AF7FAFJJJAFJJAAJJF<AJJ7A'
    at org.usadellab.trimmomatic.fastq.FastqRecord.<init>(FastqRecord.java:25)
    at org.usadellab.trimmomatic.fastq.FastqParser.parseOne(FastqParser.java:89)
    at org.usadellab.trimmomatic.fastq.FastqParser.next(FastqParser.java:179)
    at org.usadellab.trimmomatic.TrimmomaticSE.processSingleThreaded(TrimmomaticSE.java:60)
    at org.usadellab.trimmomatic.TrimmomaticSE.process(TrimmomaticSE.java:222)
    at org.usadellab.trimmomatic.TrimmomaticSE.run(TrimmomaticSE.java:306)
    at org.usadellab.trimmomatic.Trimmomatic.main(Trimmomatic.java:85)
  • GenoMax
    Senior Member
    • Feb 2008
    • 7142

    #2
    You appear to have one read (at least) where the sequence length does not match the quality score line length (corrupt fastg record). You can do something like
    Code:
     $ grep -A 3 "AATGGAGGGTGCTCAGCAAACACATAAACACACAACCATGTCCCATCAGCCTCCTGGAATGGTAGTGATCTAGATTATTGTG" your_file
    and examine that record for corruption.

    Comment

    • tmhpxk6
      Junior Member
      • Dec 2016
      • 1

      #3
      Hi,

      In line with questions by new users of Trimmomatic, I was wondering what "Using Long Clipping Sequence" means? Appreciate help in understanding this.

      Comment

      Latest Articles

      Collapse

      • SEQadmin2
        Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
        by SEQadmin2



        CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

        Despite this, “CRISPR helped turn genome editing from a specialized technique into
        ...
        07-31-2026, 11:01 AM
      • SEQadmin2
        Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
        by SEQadmin2


        Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

        The systematic characterization of the human proteome has
        ...
        07-20-2026, 11:48 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by SEQadmin2, Today, 10:35 AM
      0 responses
      7 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 08-06-2026, 07:41 AM
      0 responses
      24 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 08-03-2026, 10:13 AM
      0 responses
      42 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-31-2026, 02:55 AM
      0 responses
      47 views
      0 reactions
      Last Post SEQadmin2  
      Working...