Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Fastq_quality_filter no removing sequences

    Hello everyone,
    I am trying to filter some fastq files based on the quality scores obtained by fastqc. However after running fastq_quality_filter from the fastx tools I realized that there are not removed sequences in the outpout file. Somehow, the program is not cleaning the original file.

    My commands:
    $ fastq_quality_filter -Q28 -p 100 -i input.fastq -o output.fastq

    Any suggestions? Could it be a encoding issue? my files are in Sanger Illumina 1.9 encoding

    Thank you for any help

  • #2
    I think you are confusing arguments.

    '-Q' defines the ASCII quality offset, which for Illumina 1.9 is 33. FastX toolkit still defaults to 64 if you do not specify -Q.

    The argument to set the minimum Q-score to test for in fastq_quality_filter is '-q'. The correct command based on what you have above would be

    Code:
    # fastq_quality_filter -Q 33  -q 28 -p 100 -i input.fastq -o output.fastq
    Do you really want to discard any read which has a single base with a Q score below 28?

    Comment


    • #3
      Thank you that makes more sense.
      Now that I think about it I can loose a little the restriction of the filtering.
      Thanks again.

      Comment

      Latest Articles

      Collapse

      • seqadmin
        Essential Discoveries and Tools in Epitranscriptomics
        by seqadmin




        The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
        04-22-2024, 07:01 AM
      • seqadmin
        Current Approaches to Protein Sequencing
        by seqadmin


        Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
        04-04-2024, 04:25 PM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, 04-25-2024, 11:49 AM
      0 responses
      19 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-24-2024, 08:47 AM
      0 responses
      18 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-11-2024, 12:08 PM
      0 responses
      62 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 10:19 PM
      0 responses
      60 views
      0 likes
      Last Post seqadmin  
      Working...
      X