Skip to content

Commit

Permalink
Remove reference bases for dup c. notations
Browse files Browse the repository at this point in the history
  • Loading branch information
Haochen Li authored and Haochen Li committed Oct 25, 2020
1 parent bb055b3 commit 47211ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VariantAnnotation/AnnotatedPositions/HgvsUtilities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ public static string FormatDnaNotation(string start, string end, string referenc
sb.Append(coordinates + "inv" + referenceBases);
break;
case GenomicChange.Duplication:
sb.Append(coordinates + "dup" + referenceBases);
sb.Append(coordinates + "dup");
break;
case GenomicChange.Substitution:
if (referenceBases == alternateBases)
Expand Down

0 comments on commit 47211ec

Please sign in to comment.