This tool is for calling SNPs and small indels from bam files with subread tool exactSNP
. 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!
One vcf file will be created for each bam. A summary tab-delimited text file merging all vcf files will be created too.
This tool is a WebAssembly implementation of Subread exactSNP. It runs commands like this:
exactSNP -b -i mapping_results.bam -g mm10.fa -o calledSNPs.vcf
Visit the GitHub page for more details: https://github.com/pinbo/bwa-samtools-web.