Changes between Version 15 and Version 16 of xQTLAdministratorDownload
- Timestamp:
- 2012-02-21T14:57:10+01:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
xQTLAdministratorDownload
v15 v16 5 5 To 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. 6 6 7 Feel free to download the [http:// molgenis02.target.rug.nl/download/xqtl_workbench.zip current release].7 Feel free to download the [http://vm7.target.rug.nl/download/xqtl_workbench.zip current release]. 8 8 9 9 Below 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. 10 10 11 11 === 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] 13 13 * Extract the content of the ZIP inside a folder named ''xqtl_workbench'' or so 14 14 * Doubleclick ''run.bat'' (unblock when asked) to start the application … … 17 17 `mkdir xqtl_workbench`[[BR]] 18 18 `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]] 20 20 `unzip xqtl_workbench.zip`[[BR]] 21 21 `chmod u+x run.sh`[[BR]]