Hi,
I've been trying to set up a simple gff file to display in IGV. While
my mRNA does display, I can't seem to make IGV display the exons. Here
is a sample of the gff file:
####################################
##gff-version 3
##sequence-region scaffold230113 1 13043
scaffold230113 gmap gene 1 13043 . + . ID=gene0001;Name=scaffold230113
scaffold230113 gmap mRNA 12342 2930 . - .
ID=mRNA0001;Parent=gene0001;Name=DCL2
scaffold230113 gmap exon 12341 12272 . - .
ID=exon0001;Parent=mRNA0001;Name=exon1
scaffold230113 gmap exon 12151 11974 . - .
ID=exon0002;Parent=mRNA0001;Name=exon2
####################################
All I can get IGV to display is the 'gene' feature and under that the
'mRNA' feature. But it won't seem to display the 'exon' features (the
gff file i'm using has 21 exons). I've looked through several GFF
format sites (e.g.
http://www.sequenceontology.org/gff3.shtml) and I
don't think I'm doing anything out of the ordinary.
The reference file is just a fasta file with various 'scaffold'
sequences, and I'm trying to annotate whatever genes each may
contain.
I'm using version 2.0.23.
Any help appreciated,
Thanks!
Ken