Skip to content

pedroalmeida/AZOrange

 
 

Repository files navigation

AZOrange is a customization for the open source software Orange. 

Installation (Using Ubuntu Lucid Lynx 10.04):
===============================================================================
1) Install all available system updates
2) Download the latest version of AZOrange from http://github.com/AZCompTox/AZOrange/downloads 
3) Extract the code from the downloaded file:
       tar xfz AZCompTox-AZOrange-X.X.X-0-gXXXXXXX.tar.gz
4) Step into AZCompTox-AZOrange-XXXXXXX/install
       cd AZCompTox-AZOrange-XXXXXXX/install
5) Prepare the system with 3rd party dependencies (inside the <installDir>/AZOrange/install dir):
       ./prepareUbuntu4AZO.sh
6) Create/configure a setup.ini file from a template (inside the <installDir>/AZOrange/install dir):
       cp setup.ini.ubuntu setup.ini
7) Edit the setup.ini to configure the destination install dir:
       installDir = YourDesiredInstallFullPath
8) Start the installation scripts (inside the <installDir>/AZOrange/install dir):
       python install.py
9) After successful installation, there will be 3 ways of starting AZOrange:
    a) Click in the orange Icon installed in the Desktop (available if the installer found a way of creating it)
    b) In a terminal window, at the installDir, run the AZOrange start script:
        ./startAZOrange
    c) Manually change shell, load the correct environment and start the application:
        tcsh
        source <installDir>/templateProfile
        azorange



Testing AZOrange installation
===============================================================================
1) Start a tcsh shell:
        tcsh
2) Load the AZOrange environment:
        source <installDir>/templateProfile
3) Change to the tests directory:
        cd <installDir>/tests
4) Start the tests:
        ./runOpenTests.sh


About

AstraZeneca add-ons to Orange.

Resources

License

Stars

Watchers

Forks

Packages

No packages published