Entering edit mode
2.5 years 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
thank you pierre i create an index