Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Sprint:Spring 2, Spring 3, Spring 4
Description
The UCSC track data hubs to IGB quickload converter is currently not working with the newest version of IGB (10.0.0). I've confirmed that it does work with the previous version (9.1.10). Similarly, adding a public UCSC track hub to IGB from this https://bioviz.org/public-trackhubs.html webpage using the "+" button doesn't work either.
The error in both cases reads: Could not add to IGB. Please update IGB to latest version.
When we made the changes to IGB in 9.1.10 to accept trackhub requests we added a condition to the bioviz code base to check versions: any version below 9.1.10 would send a toast to user saying, "Could not add to IGB. Please update IGB to latest version.". However, the condition was incomplete and only checked the if the last part of the version is less than 10 and disregards the rest of the version. The new changes to bioviz has the complete conditional statement for the version. See commit
As this is a small change, I have also created the PR: https://bitbucket.org/lorainelab/bioviz/pull-requests/124