@@ -503,7 +503,6 @@ private JSONObject getVcfTrack(Logger log, ExpData targetFile, ReferenceGenome r
503503 ret .put ("type" , getTrackType ());
504504 final File finalLocation = getLocationOfProcessedTrack (false );
505505 ret .put ("trackId" , finalLocation == null ? null : finalLocation .getName ());
506- ret .put ("trackGUID" , getObjectId ());
507506 ret .put ("name" , getLabel ());
508507 ret .put ("assemblyNames" , new JSONArray (){{
509508 put (JBrowseSession .getAssemblyName (rg ));
@@ -571,7 +570,6 @@ private JSONObject getBamTrack(Logger log, ExpData targetFile, ReferenceGenome r
571570 ret .put ("type" , getTrackType ());
572571 final File finalLocation = getLocationOfProcessedTrack (false );
573572 ret .put ("trackId" , finalLocation == null ? null : finalLocation .getName ());
574- ret .put ("trackGUID" , getObjectId ());
575573 ret .put ("name" , getLabel ());
576574 ret .put ("category" , new JSONArray (){{
577575 put (getCategory ());
@@ -657,7 +655,6 @@ private JSONObject getTabixTrack(Logger log, ExpData targetFile, ReferenceGenome
657655 ret .put ("type" , getTrackType ());
658656 final File finalLocation = getLocationOfProcessedTrack (false );
659657 ret .put ("trackId" , finalLocation == null ? null : finalLocation .getName ());
660- ret .put ("trackGUID" , getObjectId ());
661658 ret .put ("name" , getLabel ());
662659 ret .put ("category" , new JSONArray (){{
663660 put (getCategory ());
0 commit comments