Changes between Version 15 and Version 16 of xQTLAdministratorDownload


Ignore:
Timestamp:
2012-02-21T14:57:10+01:00 (12 years ago)
Author:
jvelde
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • xQTLAdministratorDownload

    v15 v16  
    55To run xQTL, you must have [http://www.java.com/ Java] installed. Also, we highly recommend to install [http://www.r-project.org/ R] because this enables you to create graphs, run QTL mapping, and so on.
    66
    7 Feel free to download the [http://molgenis02.target.rug.nl/download/xqtl_workbench.zip current release].
     7Feel free to download the [http://vm7.target.rug.nl/download/xqtl_workbench.zip current release].
    88
    99Below we provide some examples on how to install xQTL on various operating systems. Keep in mind that these methods are only 'typical' cases and can be used interchangeably. The ZIP files simply contain a bunch of Java classes, of which the main class is '''boot/RunStandalone'''. The start scripts (run.bat / run.sh) are nothing more than a `java -Xmx512m boot/RunStandalone` call.
    1010
    1111=== Typical Windows download and start ===
    12 * Download [http://molgenis02.target.rug.nl/download/xqtl_workbench.zip xqtl_workbench.zip]
     12* Download [http://vm7.target.rug.nl/download/xqtl_workbench.zip xqtl_workbench.zip]
    1313* Extract the content of the ZIP inside a folder named ''xqtl_workbench'' or so
    1414* Doubleclick ''run.bat'' (unblock when asked) to start the application
     
    1717`mkdir xqtl_workbench`[[BR]]
    1818`cd xqtl_workbench`[[BR]]
    19 `wget http://molgenis02.target.rug.nl/download/xqtl_workbench.zip`[[BR]]
     19`wget http://vm7.target.rug.nl/download/xqtl_workbench.zip`[[BR]]
    2020`unzip xqtl_workbench.zip`[[BR]]
    2121`chmod u+x run.sh`[[BR]]