R'MES: Finding Exceptional Motifs in Sequences
Main | Getting started | Method | Running R'MES | Utilities | Downloads | Contact
It can be downloaded from https://forgemia.inra.fr/sophie.schbath/rmes.
R'MES is a free software available under the GNU General Public License. R'MES is written in C and C++. Our distribution was specifically designed to be compiled with the GNU GCC compiler. It has been tested on a variety of Unix platforms (Linux, Solaris, MacOS X).
R'MES' installation procedure follows the GNU package distribution standards. So, after downloading rmes-<version>.tar.gz (where <version> stands for the version number) here is the list of steps to perform to install R'MES in a default location (usually /usr/local).
tar zxvf rmes-<version>.tar.gz cd rmes-<version> ./configure make make check make installFor more details, refer to the user guide or to the INSTALL file included in the source distribution.