Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • bowtie priduced SAm file does not have RG tags in alignment

    Hello Everyone,

    I have used bowtie for mapping my reads to human genome. Bowtie directly outputs the SAM file using -S option but then I realized that SAM file produced does not have the RG tags which is required by various other software Like GATK for variant analysis.

    I figured out the way to add the RG tags in header section, but still it does not provide these tags in alignment section.

    Does anyone has faced this problem before and any advice would be appreciated.

    Thanks and Regards,
    Neha

  • #2
    Originally posted by neha View Post
    Hello Everyone,

    I have used bowtie for mapping my reads to human genome. Bowtie directly outputs the SAM file using -S option but then I realized that SAM file produced does not have the RG tags which is required by various other software Like GATK for variant analysis.
    Hello- Have a look at Picard AddOrReplaceReadGroups it should do what you need.

    Dario

    Comment


    • #3
      Originally posted by neha View Post
      I have used bowtie for mapping my reads to human genome. Bowtie directly outputs the SAM file using -S option but then I realized that SAM file produced does not have the RG tags which is required by various other software Like GATK for variant analysis.
      Both Bowtie and Bowtie2 can add read group information to the SAM output, but do not by default. You have to provide the information through command line options when you run Bowtie(2). The two versions of Bowtie have different options for adding read group information.

      Bowtie uses the option --sam-RG option to add TAG:VALUE pairs to build the full read group definition. --sam-RG is used multiple times, once for each TAG:VALUE to be added to the read group definition; at a minimum the TAGs ID and SM (sample) must be included in the definition.

      Code:
      Example:
      --sam-RG ID:HWI-SN957Lane7 --sam-RG SM:ZEN456A1 --sam-RG LB:ZEN456A1LI5 --sam-RG PI:400 --sam-RG PL:ILLUMINA
      Bowtie2 is very similar except that it has separate options for specifying the read group ID (--rg-id) used only once on the command line and other read group TAG:VALUE pairs which may be used multiple times. If you use the --rg option you must also supply the --rg-id option.

      Code:
      Example:
      --rg-id HWI-SN957Lane7 --rg SM:ZEN456A1 --rg LB:ZEN456A1LI5 --rg PI:400 --rg PL:ILLUMINA
      Of course this won't help you for the SAM file you already have; in this case dariober's suggestion about Picard's AddOrReplaceReadGroups is the way to go.

      Comment


      • #4
        Thanks kmcarr and Dario. I will try Picard utility and hope it will solve my problem.

        Thanks,
        Neha

        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
        22 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 10:19 PM
        0 responses
        24 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 09:21 AM
        0 responses
        20 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