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
In IGV desktop it is documented that "GFF3-style attributes (in) the Name field (column 4) of a BED file ... are displayed in the popup text. " and "The GFF Name property will become the display name of the feature" when using the #gffTags directive.
Consistent with the this, if there is no Name attribute, the display name of the feature is blank.
In my hands, in igv.js with or without a #gffTags, the popup text is taken from column 4.
This seems reasonable to me, except, there appears to be no control over the display name of the feature.
It would be good if IGV and igv.js agreed in their handling of gffTags, so that the same .bed files can be used to similar effect in both platforms.
I tried as a workaround loading the track with nameField: null and nameField: 'IGNORE' and nameField: 0 but none had the desired effect of suppressing a display name.
FWIW: I also find that the overall length of the GFF3 encoded attributes is limited in igv.js as compared to IGV desktop.
The text was updated successfully, but these errors were encountered:
In IGV desktop it is documented that "GFF3-style attributes (in) the Name field (column 4) of a BED file ... are displayed in the popup text. " and "The GFF Name property will become the display name of the feature" when using the
#gffTags
directive.Consistent with the this, if there is no Name attribute, the display name of the feature is blank.
In my hands, in igv.js with or without a
#gffTags
, the popup text is taken from column 4.This seems reasonable to me, except, there appears to be no control over the display name of the feature.
It would be good if IGV and igv.js agreed in their handling of gffTags, so that the same .bed files can be used to similar effect in both platforms.
I tried as a workaround loading the track with
nameField: null
andnameField: 'IGNORE'
andnameField: 0
but none had the desired effect of suppressing a display name.FWIW: I also find that the overall length of the GFF3 encoded attributes is limited in igv.js as compared to IGV desktop.
The text was updated successfully, but these errors were encountered: