We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70d926 commit d9d3e56Copy full SHA for d9d3e56
src/main/java/com/astrazeneca/vardict/modules/ToVarsBuilder.java
@@ -746,7 +746,7 @@ else if (deletionLength < instance().conf.SVMINLEN) {
746
startPosition++;
747
}
748
749
- if (varallele.equals("<DEL>") && refallele.length() > 1) {
+ if (varallele.equals("<DEL>") && refallele.length() >= 1) {
750
refallele = ref.containsKey(startPosition) ? ref.get(startPosition).toString() : "";
751
if (refCoverage.containsKey(startPosition - 1)) {
752
totalPosCoverage = refCoverage.get(startPosition - 1);
0 commit comments