This is a test version of Biostars. For the public version, visit https://www.biostars.org.
reuse of compiled reference genome indices (BWA, Bowtie, Hisat etc)

Hello,

I understand that is always better to compile the reference genome indices on a given machine for the different aligners such as BWA, Bowtie2 and HiSat. However, the human genome takes a long time to be processed.

In order to avoid loosing so much computational power, is it possible to re-use (that is, copying them from one machine to another) the indices on machines with the same architecture, let's say AMD processors or Linux 64 bit environment?

What are the restrains one should look at when re-using the indices? otherwise one could simply use the pre-compiled indices available online.

Thank you

assembly genome next-gen

1 answer

Yes and I'm not sure who told you that it's best to reindex things on each machine. Simply make the index once and copy it. The copies will work perfectly fine. As you seem to have noticed, there are many precompiled indices out there. You can go ahead and use them without issue.

Log in to answer this question.