Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Amorvincit
    replied
    Similar (?) iMAC BWA install difficulties

    Snowlion (10.6.8)
    Downloaded bwa-0.6.0.tar.bz2 (129.9 kB)

    ./configure generates the error "No such file or directory"
    as does sh: ./autogen.sh (not sure whether there is a Mac equivalent of this GNU Libtool?)

    and make throws the following errors:

    gcc -c -g -Wall -O2 -DHAVE_PTHREAD bntseq.c -o bntseq.o
    bntseq.c: In function ‘bwa_fa2pac’:
    bntseq.c:275: warning: implicit declaration of function ‘getopt’
    bntseq.c:280: error: ‘optind’ undeclared (first use in this function)
    bntseq.c:280: error: (Each undeclared identifier is reported only once
    bntseq.c:280: error: for each function it appears in.)

    and doesn't compile. Can anyone offer any advice?

    Leave a comment:


  • xl1
    replied
    Segmentation fault - installation problem of BWA?

    Hi,

    Am I facing the installation problem of bwa-0.5.9rc1, as I am getting the following error:

    [bwa_index] Pack FASTA... 68.61 sec
    [bwa_index] Reverse the packed sequence... 20.18 sec
    [bwa_index] Construct BWT for the packed sequence...
    /ebi/lsf/ebi-spool/1311867442.7388100: line 8: 11897 Segmentation fault (core dumped) bwa index /net/isilon7/nobackup/services/embl/dist/xin/cram/Mus_musculus.NCBIM37.63.dna.toplevel.fa > /net/isilon7/nobackup/services/embl/dist/xin/cram/Mus_musculus.NCBIM37.63.dna.toplevel.fa.index

    Leave a comment:


  • lh3
    replied
    It is possible that bwa does not work on a big-endian CPU (x86 is little-endian while powerpc is big-endian). I have not tried.

    Leave a comment:


  • zxl124
    replied
    Originally posted by lh3 View Post
    Just type "make" and copy the "bwa" binary anywhere you want.
    I have another bwa installation problem. I installed bwa on 3 different Mac.
    One is a 64 bit intel dual-core. I did what you said here, it runs just fine.
    The second one is a PowerMac G5 dual-core 32bit. There was an error if I just type "make". So I edited two places in Makefile, changing 64 to 32. It worked and bwa runs fine.
    The third one is a PowerMac G5 single core 32bit. Again I did the same thing as the other 32 bit Mac. "make" runs through without error message. However, when I tried to run "bwa aln ...". It sends an error message "calculate SA coordinates: Segmentation fault" and quits.

    Any idea how to fix this?
    Thanks.

    Leave a comment:


  • seq_GA
    replied
    Thanks Li. It works.

    Leave a comment:


  • lh3
    replied
    Just type "make" and copy the "bwa" binary anywhere you want.

    Leave a comment:


  • sperry
    replied
    Try running 'sh ./autogen.sh'. This should create the configure script for you, so long as you have the GNU autotools package installed.

    Code:
    cd bwa-0.5.6
    sh ./autogen.sh
    ./configure
    make
    This works for me in Ubuntu 9.10 (64bit)

    -Scott

    Leave a comment:


  • seq_GA
    started a topic BWA installation problems

    BWA installation problems

    After downloading bwa-0.5.6.tar.bz2, I used the following command to untar.

    Code:
    tar -xvf bwa-0.5.6.tar.bz2 
    cd bwa-0.5.6
    The INSTALL documents require us to r un the following three commands to install

    Code:
    ./configure; 
    make;
     make install'
    But there are no ./configure command available. Only configure.in and config.h.in are available. Hence I started with the second command "make".

    Can anyone tell me the steps involved in installation? Thanks.

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...
    Today, 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, Today, 07:17 AM
0 responses
11 views
0 likes
Last Post seqadmin  
Started by seqadmin, 05-02-2024, 08:06 AM
0 responses
19 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-30-2024, 12:17 PM
0 responses
20 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-29-2024, 10:49 AM
0 responses
28 views
0 likes
Last Post seqadmin  
Working...
X