Skip to content
/ IGV Public
forked from igvteam/igv

Integrative Genomics Viewer. Fast, efficient, scalable visualization tool for genomics data and annotations

Notifications You must be signed in to change notification settings

adf-ncgr/IGV

This branch is 2 commits ahead of, 2887 commits behind igvteam/igv:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2823d46 · Nov 19, 2013
Mar 29, 2013
Jul 9, 2013
Mar 29, 2013
Jun 20, 2012
Oct 1, 2013
Nov 3, 2013
Oct 30, 2013
Nov 19, 2013
Nov 18, 2013
Oct 31, 2013
Nov 14, 2013
Nov 14, 2013
Jun 27, 2012

Repository files navigation

=======================
IGV BINARY DISTRIBUTION
=======================

Prerequisites:

Java 6.0 or greater (http://www.java.com).  For MACs this generally means Leopard or Snow Leopard is required.  If
you have "Tiger" you can try OpenJDK, although we haven't tested it:  http://landonf.bikemonkey.org/static/soylatte/.
Alternatively you can still run IGV 1.5.


Instructions:

1. Download and unzip the distribution file to a directory of your choice.

2. To start IGV execute the following from the command line,

     java -Xmx750m -jar igv.jar

Alternatively, you can start IGV with one of the following scripts.  You might have to make the script executable
(chmod a+x igv.sh).


igv.bat       (for Windows)
igv.sh        (for LINUX and MAC OsX)
igv.command   (for MAC OsX, double-click to start)

The bat and shell scripts are configured to start IGV with 750MB of
memory.  This is a reasonable default for most machines.  If you are
working with very large datasets you can increase the amount of memory
available to IGV by editing the first line of the startup script.
Specifically change the value of the "-Xmx" parameter.  For example,
to start IGV with 1 gigabyte of memory  change the value

   -Xmx750m

to 

   -Xmx1000m

About

Integrative Genomics Viewer. Fast, efficient, scalable visualization tool for genomics data and annotations

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.7%
  • Other 0.3%