I have the human reference indexed with samtools samtools faidx, can I use it with bwa? is this file equivalent to the output of bwa index?
samtools faidx
bwa index
A faidx index is just a tiny text file containing:
An index for BWA is a much more bigger binary Burrows–Wheeler-compressed index of the sequences prefix one can find in the whole genome.
That is what I thought. So I need to index it with bwa then. Does the 1000 genome project or similar have this data already indexed by bwa? (bwa say that takes 3hours and 2.5 gb). I am using the 1kg reference as suggested here
Login before adding your answer.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
That is what I thought. So I need to index it with bwa then. Does the 1000 genome project or similar have this data already indexed by bwa? (bwa say that takes 3hours and 2.5 gb). I am using the 1kg reference as suggested here