Describe the bug
I'm running HMMRATAC on several plant genomes which vary greatly in size. HMMRATAC fails when running on the largest genomes that require a .csi index. It produces the following error:
Exception in thread "main" java.lang.RuntimeException: Invalid file header in BAM index spruce.sorted.unique_mapped.MT_CP_removed.bam.csi: ^_^D
It works fine on the smaller genomes for which I can generate a .bai index.
System:
- OS: Linux
- HMMRATAC Version 1.2.10
Additional context
I'm working with a ~20GB genome that requires a .csi index. I did not use multithreading when creating the index and just changing the name of the index to have a .bai ending does not help.
Any help would be much appreciated.
Teitur