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
fasta
file and indexed it withsamtools index
. - I uncompressed the
gff3
file, sorted it by position,bgzip
'ed andtabix
indexed it. - In IGV I select
Genomes
->Create .genome File
and 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
.fna
file and.gff
file. No indexing done. I am able to create a.genome
file 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.