Skip to content

Commit 8d48862

Browse files
committed
Fix typo
1 parent 7bd6afb commit 8d48862

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ private JSONObject getBamOrCramTrack(Logger log, ExpData targetFile, ReferenceGe
654654
}});
655655
put("craiLocation", new JSONObject()
656656
{{
657-
if (!new File(targetFile.getFile() + ".bai").exists())
657+
if (!new File(targetFile.getFile() + ".crai").exists())
658658
{
659659
log.error("Track lacks an index: {}, expected: {}", getObjectId(), targetFile.getFile().getPath() + ".crai");
660660
}

0 commit comments

Comments
 (0)