bwa index output files
2
0
Entering edit mode
5.8 years ago

Hi, I am running bwa index and it generates several output files out of which few are binary files. The other files such as ".ann and .amb" give me output which I am not able to analyse. Is there a manual which explains the output results ? I tried looking into bwa_indexing manual but I could not find it.

The .amb output looks like this:

115169878 1 6 0 19020000 N 86760324 150000 N

Thanks for your help

Assembly bwa indexing • 5.7k views
ADD COMMENT
0
Entering edit mode

What is the exact command you used?

ADD REPLY
0
Entering edit mode
bwa index file.fa
ADD REPLY
2
Entering edit mode
5.8 years ago
ATpoint 82k

As Devon said, there is no need to spend your time on these files. They are used by BWA internally during the alignment. These files are the burrows-wheeler-transformed genome, the suffix array index, the packed sequence etc, but unless you are interested in alignment theory, ignore them and simply do your alignment.

ADD COMMENT
2
Entering edit mode
5.8 years ago

There's no reason to look at the output from indexing, you just use it for alignment.

ADD COMMENT

Login before adding your answer.

Traffic: 1489 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