-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from OSWeekends/develop
First Relase! v.0.1.0
- Loading branch information
Showing
26 changed files
with
3,878,268 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
Oops, something went wrong.