-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH Use larger blocksize with bwa index on >100MB files
BWA's default indexing parameters are quite conservative. This leads to a small memory footprint at the cost of more CPU hours. With large databases (~100GB) default settings require over 2 weeks of CPU time. Increasing the default blocksize will increase the memory footprint but will reduce indexing time 3 to 6 fold. This patch increases the blocksize to roughly 1/10th of the filesize. The memory footprint should be about the size of the database. As per lh3/bwa#104 this patch may become obsolete once this functionality is built into bwa.
- Loading branch information
Showing
2 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters