Changes between Version 3 and Version 4 of xQTLBioinformaticianGalaxy


Ignore:
Timestamp:
2012-06-28T11:04:18+02:00 (12 years ago)
Author:
jvelde
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • xQTLBioinformaticianGalaxy

    v3 v4  
    4242`sudo su`[[BR]]
    4343`apt-get update`[[BR]]
    44 `apt-get install ant subversion default-jdk -y`[[BR]]
     44`apt-get install ant git-core default-jdk -y`[[BR]]
    4545
    4646Install and start xQTL workbench[[BR]]
    4747`mkdir xqtlwb`[[BR]]
    4848`cd xqtlwb`[[BR]]
    49 `svn co http://www.molgenis.org/svn/molgenis/trunk/ molgenis`[[BR]]
    50 `svn co http://www.molgenis.org/svn/molgenis_apps/trunk/ molgenis_apps`[[BR]]
     49`git clone https://www.github.com/molgenis/molgenis.git`[[BR]]
     50`git clone https://www.github.com/molgenis/molgenis_apps.git`[[BR]]
    5151`ant -f molgenis_apps/xqtl_dev.xml make_run`[[BR]]