Loading and Managing Genomes in IGV 2.2In previous releases, the genome drop-down menu listed all genomes available in IGV. However, the list of hosted genomes has grown beyond the point where it is managable in a single drop-down menu. In IGV 2.2 you can customize the drop-down to include only the genomes that are of interest to you. The genome menu now will initially list only a small number of default genomes, but you can add genomes to the list, remove genomes from the list, and rearrange the order of genomes in the list. Selecting a Reference GenomeAs before, you typically select a reference genome by clicking on it in the genomes drop-down menu. If you want to use a genome that is hosted by IGV, but is not listed in the menu, select Genomes>Load Genome From Server. This will open a dialog with a scrollable list of all available genomes. You can narrow down the list by entering a partial name in the Filter field. Select the genome you want and click OK. It will be added to the drop-down menu, and also loaded and displayed in the IGV window.
You can also load a reference genome from a FASTA file or an IGV .genome file by selecting Genomes>Load from File or Genomes>Load from URL. The new genome will be added to the drop-down menu, and also loaded and displayed in the IGV window. FASTA files must be plain text (not gzipped), and must be indexed with a .fai as defined by the Samtools suite (http://sourceforge.net/projects/samtools/). If the file is not indexed, IGV will attempt to index it. See below for details on how to create an IGV .genome file. Managing the Genomes MenuTo remove genomes from the drop-down menu, add genomes to the menu in bulk, or change the order of the genomes in the menu, select Genomes>Manage Genome List. This will open a dialog with a list of all the genomes in the drop-down menu.
Once you have made all your changes to the list in the Manage Genome List dialog, click Save. Or click Cancel to back out the changes. Creating a .genome FileThis option allows you to associate additional files with the FASTA reference sequence file, as described below. These files are archived in a zip with with a .genome extension. This option also supports defining the reference sequence as a directory of FASTA files, rather than a single FASTA. Prerequisites:
Note: If you are choosing files from the NCBI directory, you will generally want to use the .fna or .ffn file (nucleic acid sequences), as opposed to the .faa (amino acids). Choose the .gff file for the annotation file. Step-by-step:
|