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
        Recent Advances in Sequencing Analysis Tools
        by seqadmin


        The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
        05-06-2024, 07:48 AM
      • 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

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, Yesterday, 06:35 AM
      0 responses
      15 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-09-2024, 02:46 PM
      0 responses
      21 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-07-2024, 06:57 AM
      0 responses
      18 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-06-2024, 07:17 AM
      0 responses
      19 views
      0 likes
      Last Post seqadmin  
      Working...
      X