Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Zimbobo
    Member
    • Mar 2010
    • 25

    fastq_quality_trimmer

    Hi there,

    I am confused about the behaviour of fastq_quality_trimmer from the fastx-toolkit.

    I use it like so


    fastq_quality_trimmer -Q33 -t 28 -l 80 -i input -o output

    when I look at output with fastqc I still see in the per_base_quality box-and-whiskers plot boxed and whiskers going below 28

    I also used htseq-qa with the same result.

    My expectation was that there shouldn't be anything below 28 and reads that are trimmed from the 3' end and end with with < 80 bases are discarded.

    What am I missing?

    Thanks so much in advance.
  • Brian Bushnell
    Super Moderator
    • Jan 2014
    • 2709

    #2
    Most quality trimmers implicitly assume quality increases monotonically from the end, and will stop as soon as they reach a base greater than your threshold. But quality is erratic in practice so there can still be internal bases with quality below your threshold.

    I suggest you try BBDuk, which uses the Phred algorithm for quality-trimming and yields superior results (in terms of # error bases trimmed versus # correct bases retained) compared to fastx-toolkit. There can still be bases with quality below your threshold remaining, though they will probably be more rare; the algorithm trims areas with average quality below the threshold.

    Comment

    Latest Articles

    Collapse

    • SEQadmin2
      Nine Things a Sample Prep Scientist Thinks About Before Sequencing
      by SEQadmin2


      I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.


      Here are nine questions we think about, in roughly the order they matter, before...
      06-18-2026, 07:11 AM
    • SEQadmin2
      From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
      by SEQadmin2


      Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


      The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
      ...
      06-02-2026, 10:05 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, 06-17-2026, 06:09 AM
    0 responses
    24 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-09-2026, 11:58 AM
    0 responses
    41 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-05-2026, 10:09 AM
    0 responses
    48 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-04-2026, 08:59 AM
    0 responses
    49 views
    0 reactions
    Last Post SEQadmin2  
    Working...