Bam splitting index .sbi ?
1
0
Entering edit mode
3.1 years ago
quentin54520 ▴ 120

Hello all,

I used MarkduplicatesSpark and at the end i obtained a bam splitting index (.sbi). I search on internet but i don't really found what it is exactly and if it's really mandatory ?

Thanks in advance 😀

alignment index gatk • 1.1k views
ADD COMMENT
0
Entering edit mode
3.1 years ago

https://github.com/samtools/htsjdk/blob/master/src/main/java/htsjdk/samtools/SBIIndex.java

SBI is an index into BGZF-compressed data files, which has an entry for the file position of the start of every nth record.

it allows to split the job in n-parts for Spark

ADD COMMENT
0
Entering edit mode

Thanks, but it's really mandatory? I mean if i use the option --create-output-bam-splitting-index=false

it's change something ?

ADD REPLY

Login before adding your answer.

Traffic: 1500 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