Hi,
There is not an automated way to do this, but in some cases there are for recently added genomes. First you can check the source of the files on the genomes page for our user documentation and download them from there. Alternatively, you can follow the following procedure to find the path to the fasta file and download it via url.
(1) open a command prompt or shell
(2) cd to the igv/genomes directory
(3) unzip the .genome file (it is a zip file). For example
unzip NC_016856.genome
(4) the property.txt file will have the URL to the sequence, for example
sequenceLocation=
http://igv.broadinstitute.org/genomes/seq/Salmonella_enterica_serovar_Typhimurium_14028S_uid86059/NC_016856.fnaIn some cases, particularly for older genomes, the above procedure will not work as the sequences were not stored in fasta files.
Jim