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
        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 on Modified Bases...
        Yesterday, 07:01 AM
      • 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

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, 04-11-2024, 12:08 PM
      0 responses
      44 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 10:19 PM
      0 responses
      43 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 09:21 AM
      0 responses
      38 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-04-2024, 09:00 AM
      0 responses
      55 views
      0 likes
      Last Post seqadmin  
      Working...
      X