Entering edit mode
5.8 years ago
raf.marcondes
▴
110
Hi all,
I'm trying to align a fastq file to a reference fasta file using bwa mem and for the life of me I keep getting the following error message. Any thoughts? Thanks!
bwa index -a bwtsw myref.fasta -p myref
ls
myref.amb myref.bwt myref.pac myref.ann myref.fasta myref.sa
bwa mem -M 1 -R '@RG\tID:{foo}.{bar}\tPU:{foo}.{bar}.{999999}\tSM:{999999}\tPL:{foo}\tLB{bar}' myref myfastq.fastq.gz
[E::bwa_idx_load_from_disk] fail to locate the index files
Sorry about the weird formatting; this is my first post to Biostars.
Did you try
myref.fasta
instead of justmyref
?