bwa error
1
0
Entering edit mode
23 months ago
amahdi779 • 0

When I run bwa in my VM based on github:

git clone https://github.com/lh3/bwa.git

cd bwa; make
./bwa index ref.fa
./bwa mem ref.fa read-se.fq.gz | gzip -3 > aln-se.sam.gz
./bwa mem ref.fa read1.fq read2.fq | gzip -3 > aln-pe.sam.gz

I face with yhis error:

[E::bwa_idx_load_from_disk] fail to locate the index files

What exactly can I do to fix this error? I made index file but I don't know what the problem is

index bwa • 666 views
ADD COMMENT
0
Entering edit mode
23 months ago

as you can see in the file directory https://github.com/lh3/bwa , there is no 'ref.fa' in the list . The doc is somehow outdated. There is not any more example file here, if there was ever any.

ADD COMMENT
0
Entering edit mode

thank you pierre i create an index

ADD REPLY

Login before adding your answer.

Traffic: 3360 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6