We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d873ddc commit 65050c4Copy full SHA for 65050c4
1 file changed
README.md
@@ -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