We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bccc10a commit 498f31fCopy full SHA for 498f31f
src/main/java/org/broad/igv/variant/vcf/VCFVariant.java
@@ -392,7 +392,7 @@ private void calcStart() {
392
* https://github.com/samtools/hts-specs/blob/4cde0e235b4e4cfbd67a0c3a38abea611d56d256/VCFv4.1.tex#L165
393
*
394
*/
395
- if (variantContext.getType() == VariantContext.Type.SYMBOLIC) {
+ if (variantContext.getType(true) == VariantContext.Type.SYMBOLIC) {
396
prefixLength = 1;
397
}
398
0 commit comments