IGV 2.19.4 - April 2025#
- Bug fix. Selecting File > Load from Server was not working in the 2.19.3 release.
IGV 2.19.3 - April 2025#
-
All WIG, bigWig, and bedGraph tracks are now autoscaled by default.
-
Attributes in column 9 of GFF files are now searchable by default if they are less than 50 characters long. The old limit was 20 characters. GitHub issue 1681
-
The
filterTypes
property is now supported in the definition of GFF and GTF annotation tracks included in reference genomes loaded as JSON files. GitHub issue 1682 -
Chromosome aliasing for reference genomes
hg38
andhg19
has been amended to recognize23
,chrX
, andX
as the same chromosome. -
Bug fix. Setting the view to a multi-locus view in batch scripts was not working.
-
Bug fix. No tracks were displayed if a session file was loaded that did not have any track panels defined. GitHub issue 1638
IGV 2.19.2 - February 2025#
New features
-
Account for hard clipping in reported read sequence length. GitHub issue #1658
-
Added preferences for display of linked reads.
Bug fixes
-
Fixed error preventing some CRAM 3.0 files from loading.
-
Fixed issue preventing loading of S3 files from a non-Amazon provider.
IGV 2.19.1 - December 2024#
As of version 2.19.1, IGV requires Java 21 or greater.
If you download one of the IGV versions that does not include Java, make sure you have Java 21 installed and in your path.
As of version 2.19.1, IGV Mac apps require MacOS 11 (Big Sur) or greater.
- To run the latest IGV on older MacOS versions, download and use the Command line IGV for all platforms option from the main Download page.
- To run a working IGV Mac app on older MacOS versions, download the 2.18.4 Mac app (includes Java). Or load any IGV Mac app version 2.18.4 or earlier from the IGV download archive.
New features
-
New option to download the sequence and/or annotations to local storage when selecting hosted reference genomes. Currently, the default is to use them remotely. For genomes that support downloading, radio buttons will be presented to choose downloading and using the local files instead. The files will be downloaded to the
igv/genomes
folder, which is usually located in the user home folder. -
New options to load ENCODE production release data from the
File
menu.
Bug fixes
-
Amazon AWS loading fails. GitHub issue #1608
-
Copy read details broken. GitHub issue #1604
-
Chromosome aliasing does not work for genbank files. GiHub issue #1573