Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dejavu2010
    Member
    • Jan 2012
    • 21

    #1

    question about Trimmomatic

    I have a PE 100 reads from hiseq 2000, 100PE reads =166,867,542 PE reads. when i opened it by fastqc, it only shows total sequence:16000000. Anyway, I just wanted to eliminate adapter sequences by Trimmomatic, so I use:

    java -classpath ~/Software/Trimmomatic-0.17/trimmomatic-0.17.jar org.usadellab.trimmomatic.TrimmomaticPE -phred33 1145LJZ0007_read1.txt 1145LJZ0007_read2.txt reads_fwd_paired.fq.gz reads_fwd_UNpaired.fq.gz reads_rev_paired.fq.gz reads_rev_UNpaired.fq.gz ILLUMINACLIP:illuminaContaminants.fa:2:40:15

    I ended up with 15845809. I checked reads_fwd_paired.fq.gz, the last line is HWI-ST829:1260CWTABXX:5:1104:6650:64208 1:N:0:..., which means the last read from tile 1104. This means you just had 4 tiles processed. Usually there are 48 tiles per lane. Therefore only 10% reads got processed. I wonder if Trimmomatic has 16000000 read limit, which CASAVA has it for ELAND. If that is the case, where does this read limit comes from and how to bypass this problem. Thanks.
  • arvid
    Senior Member
    • Jul 2011
    • 156

    #2
    I can see more than 16 Mio reads in FastQC and filter more than that with Trimmomatic. Are you completely sure that your input file isn't truncated? What does
    Code:
    grep -c "^@HWI" 1145LJZ0007_read1.txt
    tell you?

    Comment

    • tonybolger
      Senior Member
      • Feb 2010
      • 156

      #3
      Originally posted by dejavu2010 View Post
      I have a PE 100 reads from hiseq 2000, 100PE reads =166,867,542 PE reads. when i opened it by fastqc, it only shows total sequence:16000000.
      I agree with arvid - the original file is probably truncated for some reason. Neither tool is limited to 16m reads.

      Incidentally, the new version of trimmomatic gives you the input / output counts when it runs successfully, which will help indicate if it is dying early for some reason.

      Comment

      • dejavu2010
        Member
        • Jan 2012
        • 21

        #4
        I found the actual cause for that problem. Since when we demultiplex sample, we limit reads number 16000000, and gunzip. Later on we concatenate them. Since Trimmomatic is a JAVA program which, I guess, uses java based gzip decompressor. The gzip decompressor in java only reads the first gzip header in a file and stops extracting data when the block reported there is complete, even if there is another header later in the file.

        Comment

        • dejavu2010
          Member
          • Jan 2012
          • 21

          #5
          1145LJZ0007_read1.txt is not original. The original is .txt.gz. sorry for confusion.

          Comment

          Latest Articles

          Collapse

          • SEQadmin2
            How Immunogenomics Decodes Immunity’s Genetic Blueprint
            by SEQadmin2




            The immune system’s power comes from its genetic diversity, allowing myriad threats to be neutralized through first recognizing foreign antigens. That diversity is also what makes the immune system so difficult to study. Recent advances in sequencing technology and computational biology, however, are giving researchers new tools to understand immune responses and immune-related diseases in greater detail.

            This convergence of genetics, immunology, and computation...
            Yesterday, 05:41 AM
          • 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

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by SEQadmin2, 08-24-2026, 10:32 AM
          0 responses
          42 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 08-20-2026, 11:17 AM
          0 responses
          48 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 08-18-2026, 10:05 AM
          0 responses
          55 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 08-13-2026, 12:22 PM
          0 responses
          50 views
          0 reactions
          Last Post SEQadmin2  
          Working...