...
Go ahead and click on the "Launch with 2 GB" option. This will download a "Java Web Start" file that you can launch by locating it on your Desktop and double-clicking.
Locally on the
...
classroom machines booted in Linux
| Code Block |
|---|
wget http://www.broadinstitute.org/igv/projects/downloads/IGV_2.1.22.zip unzip IGV_2.1.22.zip cd IGV_2.1.22 java -Xmx2g -jar igv.jar |
...
Locally on your own Mac or Windows computer
| Code Block |
|---|
Use this link to download IGV http://www.broadinstitute.org/igv/projects/downloads/IGV_2.1.22.zip |
...