-
Notifications
You must be signed in to change notification settings - Fork 1
Install meme
smahaffey edited this page Dec 4, 2012
·
1 revision
MEME needs to be downloaded and compiled. It is not checked in.
Current version used is 4.9.0 patch 2.
Download from Meme Website
To compile and install/configure:
- Unzip into /PhenoGen/perl/MEME/memeInst
- Download patches for version installed
- Run patches
patch -p1 -i patch_4.9.0_1 patch -p1 -i patch_4.9.0_2
- Run
./configure --prefix=/usr/share/tomcat/webapps/PhenoGen/perl/MEME/meme490 --with-url=http://meme.nbcr.net/memeThis installs it to the default location where Phenogen expects it. If using meme### other than 490 will need to change the path used for meme to reflect that. Just /src/.../tools/Promotor/AsyncMeme.java there is a memeDir variable where this is hard coded.
- Run
make make test make install
on Fedora 12(test(Don't forget to change the path below PhenoGenTEST) and prod):
cd memeInst autoreconf -i -f ./configure --prefix=/usr/share/tomcat/webapps/PhenoGen/perl/MEME/meme490 --with-url=http://meme.nbcr.net/meme make make test make install
That should install the application to the right location. /perl/MEME/meme###