Commit 755532b
Fix bam indexing for large chromosomes
Large genomes with large chromosomes (larger than some 500Mb) cannot be indexed by samtools index in "bai" format. The requirement is to use the "csi" index instead. The changes in this commit introduce "csi" when the "bai" fails1 parent 9857604 commit 755532b
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
381 | 393 | | |
382 | 394 | | |
383 | 395 | | |
| |||
0 commit comments