This is a simple reference-based mapping and duplicate removal pipeline that works entirely in the browser via Biowasm. Handy for small runs. You can check out source code here.
It performs the following steps:
- Trim and merge paired reads with fastp.
- Map merged reads to reference with minimap2.
- Remove duplicates with samtools markdup.
- Report mapping and duplicate removal results with samtools flagstat.
- Return unique sequences with samtools.
Upload FASTQ reads:
Upload FASTA reference: