Skip to content
Snippets Groups Projects
Commit a2b63283 authored by Sascha Meiers's avatar Sascha Meiers
Browse files

Merge branch 'mosaiClassifier' of...

Merge branch 'mosaiClassifier' of https://github.com/friendsofstrandseq/pipeline into mosaiClassifier
parents 4cfa3921 7388b7f2
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
get_hap_name <- function(hap.code)
{
hap.codes <- c("1010", "0001", "1000", "0000", "0110", "1001", "0101", "2010", "1020", "2020")
hap.codes <- c("1010", "0010", "1000", "0000", "0110", "1001", "0101", "2010", "1020", "2020")
hap.names <- c("ref_hom", "del_h1", "del_h2", "del_hom", # ref and del
"inv_h1", "inv_h2", "inv_hom", # inv
"dup_h1", "dup_h2", "dup_hom") # dup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment