biowasm / biowasm

WebAssembly modules for genomics

Home Page:https://biowasm.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

biowasm logo

biowasm

Tests Deploy

A repository of genomics tools, compiled from C/C++ to WebAssembly so they can run in a web browser.

Getting started

Who uses biowasm?

Tool Why biowasm?
sandbox.bio Runs command-line tools in the browser to power interactive tutorials
42basepairs Runs samtools, bedtools, bcftools and other tools to preview genomic files
CZ ID (repo) Runs htsfile and seqtk to identify data issues before file upload
Nanopore Runs samtools to generate .bam files after basecalling in the browser
ViralWasm (repo) Runs minimap2 and ViralConsensus for viral molecular epidemiology analysis
Datagrok (repo) Runs kalign in the browser for multiple-sequence alignment analysis
bedqc (repo) Runs bedtools in the browser to validate BED files
Ribbon (repo) Runs samtools in the browser to parse, estimate coverage and subsample BAM files
fastq.bio (repo) Runs fastp in the browser to evaluate sequencing data quality

How it works

Tool Description Link
biowasm Recipes for compiling C/C++ genomics tools to WebAssembly This repo
biowasm CDN Free server hosting pre-compiled tools for use in your apps biowasm.com/cdn
Aioli Tool for running these modules in a browser, inside WebWorkers biowasm/aioli

Logo

Contributing

See CONTRIBUTING.md.

About

WebAssembly modules for genomics

https://biowasm.com

License:MIT License


Languages

Language:C 52.0%Language:HTML 40.8%Language:Shell 2.9%Language:Svelte 2.0%Language:JavaScript 1.6%Language:Python 0.8%