Seqanswers Leaderboard Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • prasadg
    Member
    • Mar 2012
    • 16

    What are files generated by bwa

    Hell everyone,

    I am just starting with bwa. I have no clue what does .ann .pac . amb .bwt
    means. I am trying to map reference fasta database of maize with given samples.

    please help!!
  • swbarnes2
    Senior Member
    • May 2008
    • 910

    #2
    Originally posted by prasadg View Post
    Hell everyone,

    I am just starting with bwa. I have no clue what does .ann .pac . amb .bwt
    means. I am trying to map reference fasta database of maize with given samples.

    please help!!
    Don't worry about them. They are files that makeup the reference index. It's the reference sequence transformed so that the short mapping can be carried out very quickly.

    Comment

    • prasadg
      Member
      • Mar 2012
      • 16

      #3
      Originally posted by swbarnes2 View Post
      Don't worry about them. They are files that makeup the reference index. It's the reference sequence transformed so that the short mapping can be carried out very quickly.
      Thanks ..

      I have one more question.
      I am trying to map difference sequences with reference fasta database. I have generated the different sam files by tweaking the paramaters of bwa in 'aln'.
      Now I want to compare those sam files . Compare of sam files is basically How many hits i got for perticular reference. How should I do this ?

      Comment

      • swbarnes2
        Senior Member
        • May 2008
        • 910

        #4
        Originally posted by prasadg View Post
        Thanks ..

        I have one more question.
        I am trying to map difference sequences with reference fasta database. I have generated the different sam files by tweaking the paramaters of bwa in 'aln'.
        Now I want to compare those sam files . Compare of sam files is basically How many hits i got for perticular reference. How should I do this ?
        Samtools.

        convert your .sams to .bam (you really should always pipe bwa sampe/sampe into samtools to convert on the fly. .sam files are stupidly and pointlessly large.

        So, convert your .sam to .bam, sort the .bam, index it, and run samtools idxstats.

        Comment

        • prasadg
          Member
          • Mar 2012
          • 16

          #5
          Originally posted by swbarnes2 View Post
          Samtools.

          convert your .sams to .bam (you really should always pipe bwa sampe/sampe into samtools to convert on the fly. .sam files are stupidly and pointlessly large.

          So, convert your .sam to .bam, sort the .bam, index it, and run samtools idxstats.
          Thanks alot for your reply.

          But this is the problem I am facing when I m tring to convert sam to bam using samtools

          /bwa/new$ samtools view -b -S 12.sam > 1.bam
          [samopen] SAM header is present: 315121 sequences.

          Comment

          Latest Articles

          Collapse

          • seqadmin
            New Genomics Tools and Methods Shared at AGBT 2025
            by seqadmin


            This year’s Advances in Genome Biology and Technology (AGBT) General Meeting commemorated the 25th anniversary of the event at its original venue on Marco Island, Florida. While this year’s event didn’t include high-profile musical performances, the industry announcements and cutting-edge research still drew the attention of leading scientists.

            The Headliner
            The biggest announcement was Roche stepping back into the sequencing platform market. In the years since...
            03-03-2025, 01:39 PM
          • seqadmin
            Investigating the Gut Microbiome Through Diet and Spatial Biology
            by seqadmin




            The human gut contains trillions of microorganisms that impact digestion, immune functions, and overall health1. Despite major breakthroughs, we’re only beginning to understand the full extent of the microbiome’s influence on health and disease. Advances in next-generation sequencing and spatial biology have opened new windows into this complex environment, yet many questions remain. This article highlights two recent studies exploring how diet influences microbial...
            02-24-2025, 06:31 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, 03-20-2025, 05:03 AM
          0 responses
          18 views
          0 reactions
          Last Post seqadmin  
          Started by seqadmin, 03-19-2025, 07:27 AM
          0 responses
          24 views
          0 reactions
          Last Post seqadmin  
          Started by seqadmin, 03-18-2025, 12:50 PM
          0 responses
          19 views
          0 reactions
          Last Post seqadmin  
          Started by seqadmin, 03-03-2025, 01:15 PM
          0 responses
          187 views
          0 reactions
          Last Post seqadmin  
          Working...