Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • KevinLam
    Senior Member
    • Nov 2009
    • 204

    #1

    how do I output the CS tag for BWA align of SOLID reads?

    Hi,
    I am trying to use GATK to run some analysis on BWA aligned colorspace reads but I encountered this problem described here


    basically "org.broadinstitute.sting.utils.StingException: Unable to find color space information in SOLiD read."

    I am aware that BFAST generates this info. How do I make BWA generate this tag as well?
    http://kevin-gattaca.blogspot.com/
  • nilshomer
    Nils Homer
    • Nov 2008
    • 1283

    #2
    Originally posted by KevinLam View Post
    Hi,
    I am trying to use GATK to run some analysis on BWA aligned colorspace reads but I encountered this problem described here


    basically "org.broadinstitute.sting.utils.StingException: Unable to find color space information in SOLiD read."

    I am aware that BFAST generates this info. How do I make BWA generate this tag as well?
    It doesn't. Contact the developer if you want this feature in the future.

    Comment

    • KevinLam
      Senior Member
      • Nov 2009
      • 204

      #3
      Originally posted by nilshomer View Post
      It doesn't. Contact the developer if you want this feature in the future.
      Hi Nils, can you share how bfast generates the CS tag?

      I think I probably will have to write a post alignment script to add this tag
      http://kevin-gattaca.blogspot.com/

      Comment

      • nilshomer
        Nils Homer
        • Nov 2008
        • 1283

        #4
        Originally posted by KevinLam View Post
        Hi Nils, can you share how bfast generates the CS tag?

        I think I probably will have to write a post alignment script to add this tag
        The CSFASTQs I use as input are not "double-encoded" but instead contain the origin color sequence (unadulterated) and color qualities. This allows the CS/CQ tags to filled out easily. BWA "double-encodes" the color sequence and does some trimming too, thus making it impossible to recover the CS/CQ without going back to the original data (CSFASTA and QUAL).

        Comment

        • KevinLam
          Senior Member
          • Nov 2009
          • 204

          #5
          I see...
          So far, I only have these info. so presumably I have to reverse the order of the original CS and CQ if the read is mapped in another direction?

          the trimming bit might indeed be a problem though even if trying to construct a query db of the original csfasta and qual files isn't computationally intensive.


          Color read sequence on the same strand as the reference 4
          CS Z
          Color read quality on the same strand as the reference; encoded in the same way as <QUAL> 4
          CQ Z

          On a raw SOLiD read, the first nucleotide is the primer base and the first color is the one between the primer base
          and the first nucleotide from the sample being sequenced. The primer base and the first color must be present in CS.
          http://kevin-gattaca.blogspot.com/

          Comment

          • nilshomer
            Nils Homer
            • Nov 2008
            • 1283

            #6
            Originally posted by KevinLam View Post
            I see...
            So far, I only have these info. so presumably I have to reverse the order of the original CS and CQ if the read is mapped in another direction?

            the trimming bit might indeed be a problem though even if trying to construct a query db of the original csfasta and qual files isn't computationally intensive.


            Color read sequence on the same strand as the reference 4
            CS Z
            Color read quality on the same strand as the reference; encoded in the same way as <QUAL> 4
            CQ Z

            On a raw SOLiD read, the first nucleotide is the primer base and the first color is the one between the primer base
            and the first nucleotide from the sample being sequenced. The primer base and the first color must be present in CS.
            I don't ever match the direction of the CS/CQ tags to the reference, since the reverse (not compliment) is not symmetric. The adapter would then be the last base.

            Comment

            • KevinLam
              Senior Member
              • Nov 2009
              • 204

              #7
              Thanks Nils,
              I have an example of CS CQ tags

              VAB_S1332068_1358_1351 131 1 227 255 25M = 1373 1171 CTAACCCCTAACCCTAACCCTAAAC !A@B?@@@CAC?@?AAC?
              ??B@AA! RG:Z:TG133 CS:Z:G3230100023010023010023001 CQ:Z:<<<<<<<<<<;:<;* MD:Z:25 OQ:Z:!@@@@@@@@@@@@@@@@@@@@@@@!

              So am I correct in saying that CS and CQ are essentially the original csfasta and qual line?
              or at least bfast outputs it in this way?

              additionally
              but if I were to do the same I might have problems as bwa does trimming?
              http://kevin-gattaca.blogspot.com/

              Comment

              • nilshomer
                Nils Homer
                • Nov 2008
                • 1283

                #8
                Originally posted by KevinLam View Post
                Thanks Nils,
                I have an example of CS CQ tags

                VAB_S1332068_1358_1351 131 1 227 255 25M = 1373 1171 CTAACCCCTAACCCTAACCCTAAAC !A@B?@@@CAC?@?AAC?
                ??B@AA! RG:Z:TG133 CS:Z:G3230100023010023010023001 CQ:Z:<<<<<<<<<<;:<;* MD:Z:25 OQ:Z:!@@@@@@@@@@@@@@@@@@@@@@@!

                So am I correct in saying that CS and CQ are essentially the original csfasta and qual line?
                or at least bfast outputs it in this way?

                additionally
                but if I were to do the same I might have problems as bwa does trimming?
                They should be the qualities from the csfasta/qual lines. I don't think it has to be matched to the trimming. When it means "original", it means unaltered "original" values IMHO.

                Comment

                • Todd Scheetz
                  Junior Member
                  • May 2010
                  • 4

                  #9
                  Solution?

                  Hi Kevin,

                  Did you work out a program to integrate the color space data into the SAM files for BWA alignments? If so, could you share? I am running into the same issue, and would like avoid re-implementation if possible.

                  Thanks,
                  Todd

                  Comment

                  • KevinLam
                    Senior Member
                    • Nov 2009
                    • 204

                    #10
                    Hi Todd,
                    Unfortunately, I decided to switch mapper for SOLID reads in the end.
                    I am trying to find the fastq indexer program that I intended to use for this with scripts to post process the bam
                    but I can only find this http://ivory.idyll.org/blog/mar-10/s...ving-sequences

                    Hope it helps!
                    http://kevin-gattaca.blogspot.com/

                    Comment

                    • KevinLam
                      Senior Member
                      • Nov 2009
                      • 204

                      #11
                      Ah found it!
                      This is a long over due tool for those trying to do non-typical analysis with your reads. Finally you can index and compress your NGS reads...
                      http://kevin-gattaca.blogspot.com/

                      Comment

                      • Todd Scheetz
                        Junior Member
                        • May 2010
                        • 4

                        #12
                        Thanks Kevin! I will take a look.

                        BTW, did you ever try the BWA alignment from within BFAST (bfast+bwa)? That would seem to solve the problem -- assuming it includes the CS and CQ tags. I will be trying that soon.

                        Todd

                        Comment

                        • drio
                          Senior Member
                          • Oct 2008
                          • 323

                          #13
                          bfast+bwa only replaces the match step. Postprocess is the same as in traditional bfast. You will have those tags.
                          -drd

                          Comment

                          • ulz_peter
                            Senior Member
                            • Feb 2010
                            • 219

                            #14
                            Just in case anyone's still interested:
                            I wrote a small (rather dirty) python script to integrate those tags. It is slow and relies on the fact that bwa solid2fastq, bwa aln and bwa samse step doesn't change the order of the reads. Anyway it might be of interest to someone...


                            Code:
                            #! /usr/bin/python
                            
                            #ADD CS and CQ tags from original CSfasta and csqual file
                            
                            import sys
                            
                            #try getting file names from comand line
                            try:
                              SAMfile = sys.argv[1]
                              csfastafile = sys.argv[2]
                              qualfile = sys.argv[3]
                              outputfile=sys.argv[4]
                            except: 
                              print ("Usage: ./add_CSCQ.py <input SAM> <input csfasta> <input csqual> <output SAM>")
                              sys.exit()
                            
                            #try open files specified in command line
                            try:
                               SAM = open(SAMfile)
                               csfasta = open (csfastafile)
                               qual = open (qualfile)
                               output = open (outputfile, "w")
                            except:
                              print ("Couldn't open SAMfile")
                              sys.exit()
                            
                            #reading the first lines of the three files
                            SAMline = SAM.readline()
                            cs = csfasta.readline()
                            
                            #iterate till no comment
                            startcs=cs[0:1]
                            while startcs=='#':
                              cs=csfasta.readline()
                              startcs=cs[0:1]
                              
                            cq = qual.readline()
                            startcq=cq[0:1]
                            while startcq=='#':
                              cq=qual.readline()
                              startcq=cq[0:1]
                            
                            count = 0
                            
                            #iterate through all the files and add CS / CQ tags in the reads
                            #assuming solid2fastq didn't change the order of the reads
                            while SAMline:
                              info=SAMline.split()
                              start=SAMline[0:1]
                              alignment=SAMline[:-1]
                              
                              if (((count % 100000) == 0) and (count != 0)):
                                print count, "alignments processed"
                            
                            #print out header section
                              if start == '@':    
                                output.write(alignment+'\n')
                            
                            #print alignment section and add CS and CQ tags
                              else:
                                #read csfasta file until no comments
                                cs=csfasta.readline()
                                cq=qual.readline()
                                cs="\tCS:Z:"+cs
                                cs=cs[:-1]
                                
                                #encode quals to sanger quals
                                cq=cq[:-1]
                                intquals=cq.split()
                                asciiquals=""
                                for quality in intquals:
                                   quality = int (quality)
                                   ascii=chr(quality+33)
                                   asciiquals=asciiquals+ascii
                                cq="\tCQ:Z:"+asciiquals
                                
                                #write alignment to file
                                output.write(alignment+cs+cq+'\n')
                                cs=csfasta.readline()
                                cq=qual.readline()
                              SAMline = SAM.readline()
                              count = count + 1
                              
                            SAM.close()
                            csfasta.close()
                            qual.close()

                            Comment

                            • KevinLam
                              Senior Member
                              • Nov 2009
                              • 204

                              #15
                              Nice! Have u tried it with gatk?
                              http://kevin-gattaca.blogspot.com/

                              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
                                ...
                                07-31-2026, 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, 08-06-2026, 07:41 AM
                              0 responses
                              12 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 08-03-2026, 10:13 AM
                              0 responses
                              30 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 07-31-2026, 02:55 AM
                              0 responses
                              40 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 07-24-2026, 12:17 PM
                              0 responses
                              26 views
                              0 reactions
                              Last Post SEQadmin2  
                              Working...