Skip to content

Commit 498f31f

Browse files
ctsalbergelson
andauthored
Update src/main/java/org/broad/igv/variant/vcf/VCFVariant.java
Co-authored-by: Louis Bergelson <[email protected]>
1 parent bccc10a commit 498f31f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/broad/igv/variant/vcf/VCFVariant.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ private void calcStart() {
392392
* https://github.com/samtools/hts-specs/blob/4cde0e235b4e4cfbd67a0c3a38abea611d56d256/VCFv4.1.tex#L165
393393
*
394394
*/
395-
if (variantContext.getType() == VariantContext.Type.SYMBOLIC) {
395+
if (variantContext.getType(true) == VariantContext.Type.SYMBOLIC) {
396396
prefixLength = 1;
397397
}
398398

0 commit comments

Comments
 (0)