Entering edit mode
3.3 years ago
priya.bmg
▴
60
Hello
I need help in aligning the sequence with reference using bwa-mem2. I used the following code:
bwa-mem2 mem -t 8 gch38.fa DE98NGSUKBD117612_1_1.fq DE98NGSUKBD117612_1_2.fq > d3_align.sam
I got the following error:
ERROR! Unable to open the file: gch38.fa.bwt.2bit.64
There is no gch38.fa.bwt.2bit.64 file. I have the following the reference indexes:
gch38.fa gch38.fa.0123 gch38.fa.amb gch38.fa.ann gch38.fa.pac
What is the gch38.fa.bwt.2bit.64 file?
Thank you
Priya
Did you re-make your own indexes?
bwa-mem
indexes are not compatible withbwa-mem2
.This is the command used to build indexes:
If you have no
2bit.64
files then your index was not properly made. It is not enough just to run commands. You should also look at the logs/error files that are generated as a part of the process.I am using bwa-mem2/2.2.1-foss-2018b to build reference indexes.Is this version has bug?.
Unlikely. Probably you job got killed due to memory (or whatever) shortage.
Yes the job got killed. Thanks. I am running in server and still the process got killed.
How much memory is available?
How much memory is available?
1 TB of memory