Hi, I am using IGV 2.8.9 and I am trying to color features in my GFF (using gff2) but the feature isn't being colored correctly on the browser (it's still the default blue). The GFF is older and so is still in version 2 format, I'd like to keep it that way if possible without having to update to gff3.
Here is an example of how I have it formatted
##gff-version 2
##date 2021-01-25
chr2 ensembl exon 27928653 27931363 . - . gene_id "TESTGENE"; transcript_id TESTGENE:1; color "#AAAAAA"
chr2 ensembl exon 27938451 27938599 . - . gene_id "TESTGENE"; transcript_id TESTGENE:1; color "#AAAAAA"
When I click on the feature in IGV it pulls up a window that lists the attributes and their value and the color field is present with #AAAAAA being listed, but again it's not showing that color in IGV.
Many thanks!