You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regarding a bed file, there are cases where there is a trailing comma ',' at the end of the blockSizes and blockStarts.
This causes the following code in ucsc.js
Regarding a bed file, there are cases where there is a trailing comma ',' at the end of the
blockSizes
andblockStarts
.This causes the following code in ucsc.js
to succeed ending prematurely the parsing of the exons.
If you think this is a valid issue, may I suggest changing
to
in order to eliminate the trailing comma ',' from the two lists.
The text was updated successfully, but these errors were encountered: