Skip to content

How to install a phylogenetic tree pattern matching service

Jean-François edited this page Aug 6, 2020 · 31 revisions

First of all, download the whole package in your working directory:

git clone https://github.com/SouthGreenPlatform/rap-green.git

Step 1: java pattern matching daemon installation and configuration

The pattern matching daemon is a Java process that load the phylogenetic tree collection in the RAM, and interact with the tree pattern editor using a client-server protocol, taking in charge the combinatory part of the method. So, the daemon should be installed in a server with enough RAM (count 3-5 Go for 1,000,000 terminal genes). The daemon server should be visible from the web server that will host the www facilites, and a logical port should be opened.

  • Compile the RapGreen java package (mostly tested in Java 1.8, but compatible with newer of older versions):

cd rap-green

javac rapgreen/*.java

  • Prepare your

Step 2: installation of the tree pattern editor

  • Download