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
We have a morpholino track in ZFIN. Morpholinos are named with a dash in the name like MO1-pax2a. I can fetch an image from gbrowse2 for such a feature, but I can't get the h_feat highlighting to produce any highlight when there is a dash in the feature name.
Expectation: h_feat would highlight features even if they have a dash in the feature name.
The text was updated successfully, but these errors were encountered:
For what it's worth, we've actually discovered that the h_feat parameter apparently needs to be lowercase. So h_feat=MO1-pax2a will not produce a highlight, but h_feat=mo1-pax2a will. The feature's name in the GFF3 file has a capital MO.
We have a morpholino track in ZFIN. Morpholinos are named with a dash in the name like MO1-pax2a. I can fetch an image from gbrowse2 for such a feature, but I can't get the h_feat highlighting to produce any highlight when there is a dash in the feature name.
Expectation: h_feat would highlight features even if they have a dash in the feature name.
The text was updated successfully, but these errors were encountered: