Installation

The MCCCS is a collection of several processing command which can be started from the command line (like bash or cygwin). To use the commands and for running the sample scripts some other frameworks or tools are recommended, the following steps guide the system setup.

Compatibility Check and Installation of Support Programs

The system has been tested under CentOS (7), Mac OS X (Yosemite, 10.10) using the GNU Bash shell and Windows 7/8.1/10 using the Cygwin commandline interface. It is required to install the Java JRE or JDK and eventually (for running the application examples) the Wget, UnZip, xargs and bc command(s). It may also run under other operating systems, which provide Bash-script support and the xargs or parallel commands as well as Java support.

  • Bash - support: Start the bash command from the terminal. If no error appears, your system contains the bash shell.

  • Java support: Start java -version command from the terminal, if the reported version is "1.8.0" or newer and the output contains the information that this is a 64-Bit version, all is fine. Otherwise, install the 64-Bit Java Runtime Environment (JRE) or the JDK for your operating system (Download-Link).

Additional commands for running the provided application examples:

  • Wget - support: Start the wget command from the terminal. If no error appears, your system contains the Wget program.

  • Unzip - support: Start the unzip command from the terminal. If no error appears, your system contains the UnZip program.

  • Xargs - support: Start the xargs command from the terminal. If no error appears, your system contains the xargs command.

  • Bc - support: Start the bc command from the terminal. If no error appears, your system contains the bc (arbitrary-precision arithmetic language).

Installation hints

Linux

Most of the linux distributions include the missing packages in their repositories, by utilizing a package manager (like yum, apt-get, pacman) they can be easily installed.

MAC

The missing support commands can be easily installed by using Rudix. For running the java commands the Java Development Kit (jdk) is needed.

Windows

During the Cygwin installation please make sure that you include the required commands. The screenshot below shows an example for adding the wget command, you can find the commands by utilizing the search function (the commands are in the following sub-menus: wget -> Web, bc -> Math, unzip -> Archive). Also, it is recommended to use a user account without any space in the account name.

Usage

It is recommended to use the application examples as basis for custom analysis scripts. The tutorial shows a detailed workflow for setting up and russing the application examples.