This tool is for indexing small bam files with samtools index
. All the operations are within your memory.
Recommend using private browser windows to avoid troubles caused by cookies and caches (open from the menu at the topright corner)
No spaces are allowed in input file names!
.bai
indexes will be created with samtools index
.
This tool is a WebAssembly implementation of samtools. It runs commands like this:
## index the bam
samtools index <bam file>
Visit the GitHub page for more details: https://github.com/pinbo/bwa-samtools-web.