We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 100b0eb commit 8b2c512Copy full SHA for 8b2c512
jbrowse/src/org/labkey/jbrowse/model/JsonFile.java
@@ -587,8 +587,7 @@ public boolean matchesTrackSelector(List<String> toTest)
587
588
public String getJsonTrackId()
589
{
590
- final File finalLocation = getLocationOfProcessedTrack(false);
591
- return finalLocation == null ? null : finalLocation.getName();
+ return getSourceFileName();
592
}
593
594
private JSONObject getBamOrCramTrack(Logger log, ExpData targetFile, ReferenceGenome rg)
0 commit comments