This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How can I import a genome into IGV with annotations?

I want to import a genome from a FASTA file into IGV and include annotations. I have tried to import the contig and scaffold FASTA files but this doesn't seem to work. I imagine I need the assembled genome but I have no idea where to start - please help!

Genome: https://data.nal.usda.gov/dataset/drosophila-biarmipes-genome-assembly-dbia-20

Annotations: https://data.nal.usda.gov/dataset/drosophila-biarmipes-genome-annotations-v053-genome-assembly-dbia20

Thanks!

igv

1 answer

You don't need an assembled genome but the identifiers between the reference and annotation file need to match. Use a multi-fasta sequence file for reference and then a GTF/GFF file for annotations.

See: https://software.broadinstitute.org/software/igv/LoadGenome

Log in to answer this question.