Entering edit mode
13.0 years ago
User 8364
•
0
I'm trying to align a large dataset of fastq reads against a reference genome, which I have as a fasta file, but it seems that bwa wants more than just a fasta file to align them.
Here's what I'm trying:
$ bwa samse /data/glycine_data/gmax_genome_data/Glyma1.cds.fa d3_1.fq d3_2.fq
[bns_restore] fail to open file '/data/glycine_data/gmax_genome_data/Glyma1.cds.fa.ann'. Abort!
Aborted
Is there any way I can construct this .ann file that it wants?