Provide the suffix of your fastq files:
Addition parameters for HISAT2
Addition parameters for exactSNP
Running Summary [you can also check the debug information with the brower developer tool (Ctrl+Shift+I for Chrome and Firefox)]:
This tool is a WebAssembly implementation of hisat2.
Although hisat2 can soft clip unmapped fragments, it can map more reads when using adapter-trimmed reads. So please trim adapters when demulitiplexing your fastq files and when filtering the fastq files with fastp.
Visit the GitHub page for more details: https://github.com/pinbo/bwa-samtools-web.
hisat2 needs SIMD for vector calculation. Please enable it in your web brower first (just need to do once).
chromium based browsers (Google Chrome and Microsoft Edge): enabled by default since 2021;
Firefox: go to URL about:config,
search javascript.options.wasm_simd
, then choose
true
;
Other browers do not support this yet.