Skip to content

Commit

Permalink
someminor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
muz committed Mar 3, 2017
1 parent 2e551ad commit 567b692
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions MEME/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@ wget http://meme-suite.org/meme-software/4.11.3/meme_4.11.3.tar.gz
tar zvxf meme_4.11.3.tar.gz
cd meme_4.11.3
./configure --prefix=$HOME/meme --with-url=http://meme-suite.org --enable-build-libxml2 --enable-build-libxslt
make
make -j 4
make test
make install
```

This is pretty straightforward in silo or tank since we already have all the prerequisites, but it takes a while.
We could try `make -j 4` to compile in parallel.

This is pretty straightforward in silo or tank since we already have all the prerequisites, although it might take a while if we are all doing it at the same time.
Once this is done, we will have the meme executables in `~/meme/bin/`.
Feel free to add this in your PATH or we can just write the full path every time we are using MEME.

Expand Down

0 comments on commit 567b692

Please sign in to comment.