Hello,
let's assume I would like to use this reference genome from ensembl together with the gff annotation file within IGV for visualization.
- I uncompressed the
fastafile and indexed it withsamtools index. - I uncompressed the
gff3file, sorted it by position,bgzip'ed andtabixindexed it. - In IGV I select
Genomes->Create .genome Fileand give the path to the reference sequence and the annotation file.
What I observe now is:
- It takes very long until anything is loaded.
- After finishing there is no annotation available.
What I expected:
I would like to enter a gene name or transcript number into the search field to jump directy to the corresponding position, just like it is in the predefined genomes.
How does it work correctly? What am I missing?
fin swimmer
I just tried a bacterial genome from GenBank. Just the
.fnafile and.gfffile. No indexing done. I am able to create a.genomefile and type in gene names from GFF file to select them directly in IGV.I've made this stunt with index, because when loading the gff3 filer over the File menu igv complains that it's to large and I have to index it.
The strange thing is, if I load the indexed file over the File menu it loads quick and is displayed correct. The search bar does not work. I guess therefor I must create the .genome file. But if I do so I get the behavior I described above.
Will investigate more on it tomorrow.