This is a test version of Biostars. For the public version, visit https://www.biostars.org.
BWA: Importing a third-party indexed genome

I guess my question is going to sound pretty basic, but nevertheless I need to understand clearly how to use bwa .

I am not able to run a bwa indexing of the GRCh38 reference genome on my laptop, due to memory usage requirements (~5GB needed, according to the bwa man page).

The 1000 Genomes Project offers what seems to be an indexed version of it on its FTP servers.

Can I download the entire directory and use bwa locally for my alignments, without running a brand new indexing?

bwa alignment grch38 1000genomes

1 answer

If you are not able to create an index then you would not be able run the alignments either since that also typically requires 5G of memory. See this note from Heng.

But the answer for your original question is yes. It is possible to use pre-formatted indexes that you get from someplace else.

Log in to answer this question.