Skip to content

Commit 89fc6d9

Browse files
authored
Merge pull request #2 from OSWeekends/develop
First Relase! v.0.1.0
2 parents 1f5be09 + 334fd2d commit 89fc6d9

26 files changed

+3878268
-1
lines changed

README.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,30 @@
11
# know-your-SNPs
2-
proyecto sobre ADN usando genome.js
2+
DNA Project....
3+
4+
### WorkingFlow
5+
6+
- **Welcome**
7+
![welcome img](screenshots/welcome.png)
8+
You can upload your DNA in txt format if your have it ( [supported vendors](http://genomejs.readme.io/docs/supported-vendors) ) or just use the demo data storaged in the server.
9+
10+
You need to choose at least one query.
11+
12+
13+
- **Waiting for Results**
14+
![loading img](screenshots/loading.png)
15+
16+
Note: It can take several minutes to parse data from txt to json and manage the internal queries.
17+
18+
- **Results**
19+
![results img](screenshots/results.png)
20+
21+
You can see the results.
22+
23+
24+
### Install & Setup
25+
26+
Install Node.js and NPM First.
27+
28+
```bash
29+
npm install && node server
30+
```

0 commit comments

Comments
 (0)