Skip to content

Commit 65050c4

Browse files
author
scwatts
committed
Add README.md
1 parent d873ddc commit 65050c4

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Overview
2+
awasm is a proof of concept for assembling bacterial genomes on your computer (or mobile device) using nothing more than a
3+
web browser. At the core of awasm is a simplified version of velvet compiled to WebAssembly, which is packaged into a react
4+
app and called via some JavaScript.
5+
6+
7+
# Demo
8+
Here's a live demo ([link](https://awasm.stephen.ac/)).
9+
10+
11+
If you don't have any reads, feel free to takes these:
12+
* Forward reads ([link](https://raw.githubusercontent.com/scwatts/awasm/master/data/short_reads_1.fastq.gz))
13+
* Reverse reads ([link](https://raw.githubusercontent.com/scwatts/awasm/master/data/short_reads_2.fastq.gz))

0 commit comments

Comments
 (0)