-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# weapp-haplotyping | ||
|
||
Y-DNA and mtDNA Haplotyping for WeGene, It features DFS algorithm and specific rules to search the most appropriate terminal haplotype based on haplogroup tree which should contain SNP information with position and derived mutation. | ||
|
||
The scripts should be used by weapp of WeGene (https://github.com/wegene-llc/weapp-developer-guide), which will let users to authorize to share their personal genome data. Once authorized, user's data will be sent to the script as input and final output will be used by WeGene to show in web page. | ||
|
||
run: `python main.py < data/data.json` | ||
|
||
online version: https://www.wegene.com/crowdsourcing/details/1265 |