[[TracNav(xQTL)]] = [wiki:xQTL xQTL workbench] - Installation instructions = 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. Feel free to download the [http://molgenis02.target.rug.nl/download/xqtl_workbench.zip current release]. 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. === Typical Windows download and start === * Download [http://vm7.target.rug.nl/download/xqtl_workbench.zip xqtl_workbench.zip] * Extract the content of the ZIP inside a folder named ''xqtl_workbench'' or so * Doubleclick ''run.bat'' (unblock when asked) to start the application === Typical Linux download and start === `mkdir xqtl_workbench`[[BR]] `cd xqtl_workbench`[[BR]] `wget http://molgenis26.target.rug.nl/downloads/xqtl_workbench.zip`[[BR]] `unzip xqtl_workbench.zip`[[BR]] `chmod u+x run.sh`[[BR]] `sh run.sh`[[BR]] === Typical Mac download and start === Both the Linux and Windows way of installing works. The Linux style requires some commandline skills and you may need to install tools such as `wget` first. === After install, setting up === * Start the application. Go to http://localhost:8080/xqtl/ in your favourite browser. * After a few moments, you should see the home page with a message telling you the database was created. This means the table structure inserted and some basic metadata was added, such as an 'admin' and 'anonymous' user. * Log in with user 'admin', password 'admin' at the login screen. You are returned to the home page. * At the homepage you will see a message that you can now prefill the database with example users, permissions and some data. Doing this is highly recommended. To run analysis, you should install some R packages into the 'libs' folder located in the home directory of your OS user. * Go to 'Admin panel' and then 'Install R packages'. Click 'Install' for the packages. * If this fails, you should perform R package installation manually to this location. Hint: for Linux and Mac, the location is '~/libs'. * Make your '''R''' is on your path. Other admin capabilities include: * 'Database status': perform loading / removing the example data, or resetting the database. * 'File storage': configure the location where files are stored. * 'Users and permissions': management of persons, users, groups, permissions and security tokens. * 'Admin utilities': update or remove jobs and subjobs manually. * 'Archiver': create database exports in archives (note: just relational data, so no files) or import existing archives. Useful for database migration. === Browser support === {{{#!html
BrowserCompatibleLayout
Internet ExplorerYes, v.9 testedSuboptimal
FirefoxYes, v.3 testedOptimal
ChromeYes, v.15 testedSuboptimal
SafariSlow on v.5Bad
OperaYes, v.11 testedSuboptimal
CaminoYes, v.2 testedOptimal
}}} === R compatibility === '''2.10 or lower''' - Untested, compatibility not guaranteed.[[BR]] '''2.11, 2.12, 2.13''' - Fully compatible, tested.[[BR]] '''2.14''' - Compatible, tested. However you may need to install RCurl manually. The install location is the 'libs' folder inside the home dir of your OS user. Example for MS Windows:[[BR]] `install.packages("RCurl",repos="http://www.stats.ox.ac.uk/pub/RWin/",lib="C:/Users/Administrator/libs")` === Operating system support === {{{#!html
OSCompatible
Windows (XP, Vista, 7)Yes
Linux (Ubuntu)Yes
Mac OS X (10.5/6/7)Yes
}}}