Skip to content

Commit 8b2c512

Browse files
committed
Bugfix to GTF/GFF and jbrowse
1 parent 100b0eb commit 8b2c512

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -587,8 +587,7 @@ public boolean matchesTrackSelector(List<String> toTest)
587587

588588
public String getJsonTrackId()
589589
{
590-
final File finalLocation = getLocationOfProcessedTrack(false);
591-
return finalLocation == null ? null : finalLocation.getName();
590+
return getSourceFileName();
592591
}
593592

594593
private JSONObject getBamOrCramTrack(Logger log, ExpData targetFile, ReferenceGenome rg)

0 commit comments

Comments
 (0)