-
Notifications
You must be signed in to change notification settings - Fork 23
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 #92 from fscheel/RemoveLabelListUsageFromJavaClient
Remove label list usage from java client
- Loading branch information
Showing
5 changed files
with
190 additions
and
168 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 |
---|---|---|
|
@@ -21,3 +21,5 @@ | |
#docs/*.md | ||
# Then explicitly reverse the ignore rule for a single file: | ||
#!docs/README.md | ||
|
||
.gitignore |
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
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,10 @@ | ||
# Data requirements | ||
|
||
This is a work in progress determining how to format data for upload. | ||
|
||
* Do not include a header | ||
* There can be no empty lines in the middle of the data. (A blank line at the end seems to be fine.) | ||
* It currently doesn't care if the frequencies add up to one. (Working on that.) | ||
* Haplotypes should be separated by tildas (~). | ||
|
||
See demo_PHYCUS_HFs.csv for an example. |
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,10 @@ | ||
OTH,DRB1*07:01:01:01~DQB1*02:02:01,0.082586969 | ||
OTH,DRB1*15:01:01:01~DQB1*03:03:02:03,0.175318163 | ||
OTH,DRB1*01:01:01~DQB1*05:03:01:01,0.053289506 | ||
OTH,DRB1*03:01:02~DQB1*06:02:01,0.120375512 | ||
OTH,DRB1*03:01:01:01~DQB1*05:01:01:01,0.099318824 | ||
OTH,DRB1*04:01:01~DQB1*04:01:01,0.056614833 | ||
OTH,DRB1*15:01:01:01~DQB1*03:02:12,0.106412321 | ||
OTH,DRB1*08:01:03~DQB1*03:02:01,0.188099248 | ||
OTH,DRB1*13:01:01~DQB1*03:01:01:01,0.000557303 | ||
OTH,DRB1*15:01:01:01~DQB1*06:05:01,0.117427322 |
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,4 @@ | ||
Beer License | ||
AFA, ABCDE, 0.25 | ||
AFA, FGHIJ, 0.25 | ||
AFA, KLMNO, 0.50 |