SegMine is available under GPL licence (the same as Orange and Orange4WS). It is developed on Linux, and works on Linux, Windows, and Mac (not yet tested on Mac).

SegMine is implemented as a collection of widgets for Orange4WS, so it requires a working Orange4WS environment. We provide binary installers for Orange4WS, SegMine and ZSI (ZSI is required for Orange4WS). Full Orange installer is also provided.

Download


How to install

Windows platforms
  1. It is recommended that you uninstall any previous version of SegMine and Orange4WS.
  2. Download and run full Orange installer. It includes Python2.6, PyQt4, PqQwt, numpy, etc. Software already present will be skipped during the installation.
    NOTE: if you are just updating, use the pure Orange installer (without external libraries).
  3. Download and run installers for ZSI, Orange4WS and SegMine.
Linux and Mac (not yet tested on Mac!)
  1. First, install Orange and its dependencies. Detailed instructions are here.
  2. Then, download, unpack and install ZSI. This can be accomplished by typing:

    tar -zxvf ZSI.tar.gz
    cd ZSI
    python setup.py install (you must be root to do that)

  3. Third, download, unpack and install Orange4WS. This can be accomplished by typing:

    tar -zxvf Orange4WS.tar.gz
    cd Orange4WS
    python setup.py install (you must be root to do that)

  4. Next, download and install SegMine. This can be accomplished by typing:

    tar -zxvf SegMine.tar.gz
    cd SegMine
    python setup.py install (you must be root to do that)

  5. Now SegMine is available as a collection of widgets inside Orange4WS.
    Orange4WS where SegMine is available can be started with the shortcut:

    orange4WS

    or a command like this (the actual path may be different on your system):

    python /usr/lib64/python2.6/site-packages/orange/OrangeCanvas/orngCanvas4WS.pyw

SegMine news
  • SegMine for metabolomics is under development.
  • SegMine for ClowdFlows is under development
  • Version 0.7.2 is out!
  • Web services used in SegMine are now hosted on a powerful new server with plenty of memory and processors.
Authors and institutions