Seqanswers Leaderboard Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • MAmineHassani
    Junior Member
    • May 2018
    • 1

    filtering out low quality sequences from Sanger Sequencing

    Hello!
    I am currently facing a challenge of filtering out low quality sequences (output from Sanger sequecing, and roughly I have 300 sequences to process).

    Below, I explain what I have done so far, any hints/tips to get this working are very much appreciated.

    1- conversion ab1 to fastq "for filename in *.ab1; do seqret $filename fastq_files/$filename.fastq -osformat fastq; done"

    2- trimming sequencing "for filename in *.fastq; do fastx_trimmer -f 30 -l 600 -i $filename -o t_$filename ; done"

    3- trying to filter the sequences using " quality fastq_quality_filter -i input.fastq -o output/output.fastq -q 20 -v -Q 33 " and I got the following error message,

    *** stack smashing detected ***: fastq_quality_filter terminated
    zsh: abort (core dumped) fastq_quality_filter -i PosKonR.fastq -o output/Pos.fastq -q 20 -v -Q 33


    I changed to -Q 64 and got " fastq_quality_filter: Invalid quality score value (char '&' ord 38 quality value -26) on line 4 "

    Many thanks in advance for any help how overcome this issue.
  • GenoMax
    Senior Member
    • Feb 2008
    • 7142

    #2
    Cross-posted: https://www.biostars.org/p/312889/

    Comment

    Latest Articles

    Collapse

    • seqadmin
      Pathogen Surveillance with Advanced Genomic Tools
      by seqadmin




      The COVID-19 pandemic highlighted the need for proactive pathogen surveillance systems. As ongoing threats like avian influenza and newly emerging infections continue to pose risks, researchers are working to improve how quickly and accurately pathogens can be identified and tracked. In a recent SEQanswers webinar, two experts discussed how next-generation sequencing (NGS) and machine learning are shaping efforts to monitor viral variation and trace the origins of infectious...
      03-24-2025, 11:48 AM
    • seqadmin
      New Genomics Tools and Methods Shared at AGBT 2025
      by seqadmin


      This year’s Advances in Genome Biology and Technology (AGBT) General Meeting commemorated the 25th anniversary of the event at its original venue on Marco Island, Florida. While this year’s event didn’t include high-profile musical performances, the industry announcements and cutting-edge research still drew the attention of leading scientists.

      The Headliner
      The biggest announcement was Roche stepping back into the sequencing platform market. In the years since...
      03-03-2025, 01:39 PM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, 03-20-2025, 05:03 AM
    0 responses
    41 views
    0 reactions
    Last Post seqadmin  
    Started by seqadmin, 03-19-2025, 07:27 AM
    0 responses
    51 views
    0 reactions
    Last Post seqadmin  
    Started by seqadmin, 03-18-2025, 12:50 PM
    0 responses
    38 views
    0 reactions
    Last Post seqadmin  
    Started by seqadmin, 03-03-2025, 01:15 PM
    0 responses
    193 views
    0 reactions
    Last Post seqadmin  
    Working...