Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Fastx Toolkit for Quality Stats of data from new illumina pipeline software

    Hi,

    My data is in a new format generated by the new illumina pipeline software v 1.8. So, the quality scores are in Sanger FASTQ format with ASCII offset 33.

    I used following code of Fastx tooklit to find quality stats of my data.

    root@SNP215-01:Cold_Shock_Filtered# fastx_quality_stats -Q33 -i Cold_Shock_negative_2.fq -o Cold_Shock_negative_2.fq.stats

    I received the following ERROR message:

    fastx_quality_stats: Invalid quality score value (char 'J' ord 74 quality value 41) on line 20

    So, please help me to resolve this problem.

    Thank you for your time !

    Vedbar

  • #2
    Illumina also improved the chemistry, so the PHRED score of 41 is real but higher that people are used to, 0 - 40.

    I thought fastx fixed this - which version are you using?

    Comment


    • #3
      I am using FASTX toolkit 0.0.12.

      Comment


      • #4
        Something like:

        sed s/J/I/ oldfastq.fq > newfastq.fq
        Will change all the 'J's to 'I's; that's a quick and dirty workaround. You'll be slightly lying about how awesomely high quality your letters are, because J's are a little better than I's, but it shouldn't make much difference.

        Comment


        • #5
          Originally posted by vedbar View Post
          I am using FASTX toolkit 0.0.12.
          According to http://hannonlab.cshl.edu/fastx_toolkit/ the latest release is FASTX 0.0.13, but that doesn't explicitly mention this issue. Given the release date (Feb 2010) then I doubt it will cope.

          So try v0.0.13 and if it also fails please contact the FASTX authors.

          Comment


          • #6
            Originally posted by maubp View Post
            According to http://hannonlab.cshl.edu/fastx_toolkit/ the latest release is FASTX 0.0.13, but that doesn't explicitly mention this issue. Given the release date (Feb 2010) then I doubt it will cope.

            So try v0.0.13 and if it also fails please contact the FASTX authors.
            Yes, v0.0.13 does fix this problem. See this thread/post for a more detailed explanation:

            Discussion of next-gen sequencing related bioinformatics: resources, algorithms, open source efforts, etc

            Comment


            • #7
              Thank you !

              Comment

              Latest Articles

              Collapse

              • 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
              • seqadmin
                Strategies for Sequencing Challenging Samples
                by seqadmin


                Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
                03-22-2024, 06:39 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by seqadmin, 04-11-2024, 12:08 PM
              0 responses
              25 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-10-2024, 10:19 PM
              0 responses
              27 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-10-2024, 09:21 AM
              0 responses
              24 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-04-2024, 09:00 AM
              0 responses
              52 views
              0 likes
              Last Post seqadmin  
              Working...
              X