Skip to content

Commit

Permalink
Merge pull request #2 from OSWeekends/develop
Browse files Browse the repository at this point in the history
First Relase! v.0.1.0
  • Loading branch information
UlisesGascon authored Nov 19, 2016
2 parents 1f5be09 + 334fd2d commit 89fc6d9
Show file tree
Hide file tree
Showing 26 changed files with 3,878,268 additions and 1 deletion.
30 changes: 29 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,30 @@
# know-your-SNPs
proyecto sobre ADN usando genome.js
DNA Project....

### WorkingFlow

- **Welcome**
![welcome img](screenshots/welcome.png)
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.

You need to choose at least one query.


- **Waiting for Results**
![loading img](screenshots/loading.png)

Note: It can take several minutes to parse data from txt to json and manage the internal queries.

- **Results**
![results img](screenshots/results.png)

You can see the results.


### Install & Setup

Install Node.js and NPM First.

```bash
npm install && node server
```
Loading

0 comments on commit 89fc6d9

Please sign in to comment.