Hi all, I would Like to know how could i trim a Fastq files and eliminate the reads lesser than QV30
Unconfigured Ad
Collapse
X
-
FASTQ quality trimmer will do this:Originally posted by nxtgenkid10 View PostHi all, I would Like to know how could i trim a Fastq files and eliminate the reads lesser than QV30
If you want a more hand-holding approach, I suppose you could use Galaxy instead.
-
-
Hi Gringer,
I'm writing to ask some question about FastQ quality trimmer.
I have loaded Fastx toolkit on my linux machine, I want to use that tool to trim bases from the 3' and 5' and with a low quality score <28.
I have a paired end data files of 101 bases, only in the R2 file I have a decrease of quality in the 3' and in the 5' end, I attached the relative quality box plot.
How should I set the parameter reported below of Fastq quality trimmer to obtain a good quality box plot as for R1 (attached)?
fastq_quality_trimmer -h
usage: fastq_quality_trimmer [-h] [-v] [-t N] [-l N] [-z] [-i INFILE] [-o OUTFILE]
Part of FASTX Toolkit 0.0.13 by A. Gordon ([email protected])
[-h] = This helpful help screen.
[-t N] = Quality threshold - nucleotides with lower
quality will be trimmed (from the end of the sequence).
[-l N] = Minimum length - sequences shorter than this (after trimming)
will be discarded. Default = 0 = no minimum length.
[-z] = Compress output with GZIP.
[-i INFILE] = FASTQ input file. default is STDIN.
[-o OUTFILE] = FASTQ output file. default is STDOUT.
[-v] = Verbose - report number of sequences.
If [-o] is specified, report will be printed to STDOUT.
If [-o] is not specified (and output goes to STDOUT),
report will be printed to STDERR.
I will appreciate your help.
ThanksAttached Files
Comment
-
-
You can find a complete list of FASTQ trimmers, compared to each other, in this paper:
"An Extensive Evaluation of Read Trimming Effects on Illumina NGS Data Analysis"
Comment
-
-
That's not complete; BBDuk isn't in itOriginally posted by giorgifm View PostYou can find a complete list of FASTQ trimmers, compared to each other, in this paper:
"An Extensive Evaluation of Read Trimming Effects on Illumina NGS Data Analysis"
Granted, it was not publicly available when the paper was published, but it DID exist. Here's a comparison of mapping error rates after trimming with various trimmers:
Comment
-
-
FWIW, I'm now using Trimmomatic (which finally has a published paper out) because it has a pipeline-based interface that I find expressive enough for almost all of my potential uses. In particular, you can change the order of operations for different use cases.
It has fairly good statistics in the paper giorgifm linked, but you can probably find a better trimmer for each specific case. I notice that Brian Bushnell hasn't included Trimmomatic in his graph (the Trimmomatic paper suggests "Maximum Information" mode for the best statistics) -- any chance of adding that?
Comment
-
-
The reason I did not include Trimmomatic is because its settings are more complex. Most of them, you can just give a quality cutoff; Trimmomatic requires multiple parameters so it's hard to grade objectively and plot on that graph where the only variable is quality cutoff.
That said, I would be happy to add it, if you can give me a typical command line.
Comment
-
-
Here's a command line I've used:
I haven't tried optimising it at all (i.e. by adjusting the sliding window quality cutoff), and have yet to experiment with MAXINFO mode. Replacing the sliding window with maximum information would be something like the following:Code:ILLUMINACLIP:TruSeq3-PE.fa:2:30:10:1:true LEADING:3 TRAILING:3 SLIDINGWINDOW:4:28
[optimisation of this would involve making sure the minimum length of 50bp is sufficient for a good mapping, then adjusting the score strictness to see how it changes mapping]Code:ILLUMINACLIP:TruSeq3-PE.fa:2:30:10:1:true LEADING:3 TRAILING:3 MAXINFO:50:0.5
Comment
-
Latest Articles
Collapse
-
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.
...-
Channel: Articles
06-02-2026, 10:05 AM -
-
by SEQadmin2
With the launch of new single-cell sequencing platforms in 2026, the field stands at an exciting inflection point. This article surveys the most impactful advances in the field and discusses how they’re reshaping research in cancer, immunology, and beyond.
Introduction
Single-cell sequencing technologies have undergone remarkable advances over the past decade, transitioning from low-throughput experimental approaches to highly scalable platforms capable of...-
Channel: Articles
05-22-2026, 06:42 AM -
ad_right_rmr
Collapse
News
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Sequencing the Two-Toed Sloth Genome Reveals Jumping Genes Tied to Its Extreme Metabolism
by SEQadmin2
Started by SEQadmin2, 06-09-2026, 11:58 AM
|
0 responses
16 views
0 reactions
|
Last Post
by SEQadmin2
06-09-2026, 11:58 AM
|
||
|
Started by SEQadmin2, 06-05-2026, 10:09 AM
|
0 responses
27 views
0 reactions
|
Last Post
by SEQadmin2
06-05-2026, 10:09 AM
|
||
|
Started by SEQadmin2, 06-04-2026, 08:59 AM
|
0 responses
37 views
0 reactions
|
Last Post
by SEQadmin2
06-04-2026, 08:59 AM
|
||
|
Started by SEQadmin2, 06-02-2026, 12:03 PM
|
0 responses
61 views
0 reactions
|
Last Post
by SEQadmin2
06-02-2026, 12:03 PM
|
Comment