Skip to content

Commit 6c6c933

Browse files
committed
Use ExtendedVariantTrack instead of VariantTrack
1 parent 4899e27 commit 6c6c933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbrowse/src/org/labkey/jbrowse/model/JsonFile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ public String getTrackType()
571571
ExpData targetFile = getExpData();
572572
if (TRACK_TYPES.vcf.getFileType().isType(targetFile.getFile()))
573573
{
574-
return "VariantTrack";
574+
return "ExtendedVariantTrack";
575575
}
576576
else if (TRACK_TYPES.bam.getFileType().isType(targetFile.getFile()))
577577
{

0 commit comments

Comments
 (0)