Skip to content

Commit

Permalink
fix origin definition for duplications
Browse files Browse the repository at this point in the history
  • Loading branch information
joeglessner authored Jun 16, 2017
1 parent cb7ff33 commit 57abac2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions infer_snp_allele.pl
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,14 @@ sub analyzeDeNovoCNV {
AA_BB_A=>'M',
BB_AA_A=>'F',
BB_AA_B=>'M',
AA_AB_AAB=>'F',
AA_AB_ABB=>'M',
AB_AA_AAB=>'M',
AB_AA_ABB=>'F',
BB_AB_ABB=>'F',
BB_AB_AAB=>'M',
AB_BB_ABB=>'M',
AB_BB_AAB=>'F'
AA_AB_ABB=>'M',
AB_AA_ABB=>'F',
BB_AB_AAB=>'M',
AB_BB_AAB=>'F',
AA_BB_ABB=>'M',
BB_AA_AAB=>'M',
AA_BB_AAB=>'F',
BB_AA_ABB=>'F'
);

my ($sigf, $sigm, $sigo) = @$triosig;
Expand Down

0 comments on commit 57abac2

Please sign in to comment.