Error while generating index files using samtools
2
0
Entering edit mode
6.2 years ago

Hello. I am trying to identify differential alternative splicing between samples using splAdder. It requires sorted bam files and index files. I have sorted bam files individually using samtools script

samtools sort test.bam test_sorted

Now, I am trying to generate index file using script:

samtools index test_sorted.bam test_sorted.bai

But everytime following error appears:

[E::hts_idx_push] Region 536884677..536885767 cannot be stored in a bai index. Try using a csi index with min_shift = 14, n_lvls >= 6
samtools index: failed to create index for "cd_cnt_rt_rep1Aligned.sorted": Numerical result out of range

How to fix it?

splAdder samtools • 3.5k views
ADD COMMENT
3
Entering edit mode
6.2 years ago
samtools index -c test_sorted.bam
ADD COMMENT

Login before adding your answer.

Traffic: 2693 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6