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
                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, Today, 06:35 AM
              0 responses
              12 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, Yesterday, 02:46 PM
              0 responses
              18 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 05-07-2024, 06:57 AM
              0 responses
              17 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