Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • LearningBIOINFO
    Junior Member
    • Mar 2014
    • 3

    #1

    Help with RSEM: how to change default phred33 to phred64

    Hi all,

    When I was using the RSEM to align my reads.fastq to my transcripts.fasta (trinityrnaseq_r2013-02-25/util/RSEM_util/run_RSEM_align_n_estimate.pl), I happened to see this:

    bowtie -q --phred33-quals -n 2 -e 99999999 -l 25 -I 1 -X 1000 --chunkmbs 200 -p 4 -a -m 200 -S TRANS -1

    But my fastq used phred64, so is there a way to change the default setting (phred33)? Does it affect much if I used the default setting?

    Thanks,
    He
  • Brian Bushnell
    Super Moderator
    • Jan 2014
    • 2709

    #2
    It shouldn't matter much. But if you want to change the quality, you could download BBTools and do this:

    reformat.sh in=reads.fastq out=fixed.fastq qin=64 qout=33

    Comment

    • yueluo
      Member
      • Aug 2013
      • 82

      #3
      From the trinity page--


      # To pass additional parameters to rsem-calculate-expression,
      # type ' -- ' followed by additional pass-through params
      You could try <original command> --phred64-quals
      Other parameters can be passed in the same way.

      Comment

      • LearningBIOINFO
        Junior Member
        • Mar 2014
        • 3

        #4
        Hi Yueluo,
        I tried typing --phred64-quals behind my command (../run_RSEM_align_n_estimate.pl/ --transcripts) but it said: Unknown option: phred64-quals.
        He

        Comment

        • LearningBIOINFO
          Junior Member
          • Mar 2014
          • 3

          #5
          Brian,
          I will try it and see if it works.
          Thanks,
          He

          Comment

          • yueluo
            Member
            • Aug 2013
            • 82

            #6
            Well I guess you could follow what Brian suggested. But it is strange you can't use the '--phred64-quals' option as it is mentioned on both trinity's and RSEM's websites.

            Converting the phred-qual isn't too difficult, but it is time-consuming when you process large data sets and adds pressure to the system's I/O and storage -- which is a concern to myself and probably some others.

            Comment

            • Brian Bushnell
              Super Moderator
              • Jan 2014
              • 2709

              #7
              Originally posted by yueluo View Post
              Converting the phred-qual isn't too difficult, but it is time-consuming when you process large data sets and adds pressure to the system's I/O and storage -- which is a concern to myself and probably some others.
              So you would think! But no, reformat.sh is extremely fast, clocked at over 500MB/s (note that a single HDD won't be able to deliver this). And you can pipe it, like this:

              reformat.sh in=reads.fq out=stdout.fq qin=64 qout=33 | someOtherProcess

              ...which will add no load to the system's I/O or storage, as long as the other process accepts stdin. For, you see, I am also concerned with these things!

              Comment

              • yueluo
                Member
                • Aug 2013
                • 82

                #8
                Good to hear Brian ! I'll give it a go soon and see how well that goes

                Comment

                Latest Articles

                Collapse

                • SEQadmin2
                  Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
                  by SEQadmin2



                  CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

                  Despite this, “CRISPR helped turn genome editing from a specialized technique into
                  ...
                  Yesterday, 11:01 AM
                • SEQadmin2
                  Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
                  by SEQadmin2


                  Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

                  The systematic characterization of the human proteome has
                  ...
                  07-20-2026, 11:48 AM
                • SEQadmin2
                  Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
                  by SEQadmin2



                  Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
                  ...
                  07-09-2026, 11:10 AM

                ad_right_rmr

                Collapse

                News

                Collapse

                Topics Statistics Last Post
                Started by SEQadmin2, Yesterday, 02:55 AM
                0 responses
                12 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 07-24-2026, 12:17 PM
                0 responses
                12 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 07-23-2026, 11:41 AM
                0 responses
                13 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 07-20-2026, 11:10 AM
                0 responses
                24 views
                0 reactions
                Last Post SEQadmin2  
                Working...