Next: Getting Help, Previous: Citing MetaQTL, Up: Introduction
MetaQTL is avalaible at http://bioinformatics.org/mqtl. As MetaQTL is entirely written in Java (1.5) it should be run on most of operating systems provided that a compatible Java Virtual Machine (1.5) has been previously installed on your machine. Otherwise go to http://java.sun.com/downloads/index.html: then download and install the last version of the Java 2 Platform. To run the programs of MetaQTL you must have updated the Java CLASSPATH by adding the path to the jar archive metaqtl.jar included into the MetaQTL distribution. Under an UNIX like operating system this can be done as follows
bash$ export CLASSPATH=${CLASSPATH}:/path/to/metaqtl/directory/metaqtl.jar |