Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robertaboukhalil/wgsim-sandbox
API that simulates sequencing reads using wgsim, which was compiled from C to WebAssembly and runs as a Cloudflare Worker.
https://github.com/robertaboukhalil/wgsim-sandbox
cloudflare genomics webassembly wgsim workers
Last synced: about 2 months ago
JSON representation
API that simulates sequencing reads using wgsim, which was compiled from C to WebAssembly and runs as a Cloudflare Worker.
- Host: GitHub
- URL: https://github.com/robertaboukhalil/wgsim-sandbox
- Owner: robertaboukhalil
- License: mit
- Created: 2021-03-18T03:37:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T02:43:58.000Z (over 1 year ago)
- Last Synced: 2024-10-22T23:43:57.062Z (4 months ago)
- Topics: cloudflare, genomics, webassembly, wgsim, workers
- Language: JavaScript
- Homepage: https://wgsim.sandbox.bio
- Size: 128 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wgsim Sandbox
WebAssembly-powered [wgsim](https://github.com/lh3/wgsim) API, running on [Cloudflare Workers](https://workers.cloudflare.com/).
## How to use wgsim Sandbox?
You can use the hosted version at [wgsim.sandbox.bio](https://wgsim.sandbox.bio).
## How it works
To perform the simulations, this app runs the C tool [wgsim](https://github.com/lh3/wgsim) compiled to WebAssembly, and runs as a serverless function on [Cloudflare Workers](https://workers.cloudflare.com/). For details about the compilation from C to WebAssembly, see the [biowasm](https://github.com/biowasm/biowasm) project.
See [this article](https://robaboukhalil.medium.com/serverless-genomics-c412f4bed726) for details.