Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • testing bwa with 454 hsap data: infinite loop on sam generation?

    I am running bwa (0.5.0 (r1200)) on a linux box:

    2.6.18-128.4.1.el5 (64)
    gcc version 4.1.2
    glib 2.5

    I run it like this:

    ref="./indexes/hsap.fasta"
    reads="./fastqs/small.fastq"
    align_out="align.sai"

    bwa index -a bwtsw $ref
    bwa dbwtsw -t 8 $ref $reads > $align_out
    bwa samse $ref $align_out $reads > $sam_out

    The first problem comes after generating the reference. Bwa is trying
    to find:

    hsap.fasta.nt.amb
    hsap.fasta.nt.ann
    hsap.fasta.nt.pac

    But the index command generated:

    hsap.fasta.amb
    hsap.fasta.ann
    hsap.fasta.pac

    THat is easy to fix, but I would like to know why is doing that.

    The other issue is more problematic. When trying to generate
    the sam, bwa seems to stay in a loop and it doesn't generate anything.
    When monitoring the process, it seems it is reading from a filedescriptor:

    0.000000 [ 3bef0c5610] read(5, "", 4096) = 0
    0.000106 [ 3bef0c5610] read(5, "", 2467500032) = 0
    1.751992 [ 3bef0c5610] read(5, "", 4096) = 0
    0.000095 [ 3bef0c5610] read(5, "", 2467500032) = 0
    1.753771 [ 3bef0c5610] read(5, "", 4096) = 0
    0.000094 [ 3bef0c5610] read(5, "", 2467500032) = 0
    1.756972 [ 3bef0c5610] read(5, "", 4096) = 0
    0.000092 [ 3bef0c5610] read(5, "", 2467500032) = 0

    What do you think is happening?
    -drd

  • #2
    Firstly you should use bwa-0.5.4 and secondly, dbwtsw output sam. You do not need to run samse.

    Comment


    • #3
      The reason why I used 0.5.0 is because I went to the sourceforge download page via the maq site. If coming through there that's the latest version you get from source
      forge.

      Can you change your link in the maq site to point to http://bio-bwa.sourceforge.net/ ?

      Thanks for the reply.
      -drd

      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, 05-10-2024, 06:35 AM
      0 responses
      16 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-09-2024, 02:46 PM
      0 responses
      21 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-07-2024, 06:57 AM
      0 responses
      19 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-06-2024, 07:17 AM
      0 responses
      21 views
      0 likes
      Last Post seqadmin  
      Working...
      X