After downloading bwa-0.5.6.tar.bz2, I used the following command to untar.
The INSTALL documents require us to r un the following three commands to 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.
Code:
tar -xvf bwa-0.5.6.tar.bz2 cd bwa-0.5.6
Code:
./configure; make; make install'
Can anyone tell me the steps involved in installation? Thanks.
Comment