Several MEME users have reported trouble opening the MEME distribution file. When they try to run 'tar' they get an error message like:
This does not look like a tar archive
This can be fixed by explicitly running gunzip on the downloaded file before running tar. For example:
gunzip meme_4.9.0_4.tar.gz
tar xf meme_4.9.0_4.tar
The problem is that with some download clients the distribution files will get re-compressed during transmission. Some versions of tar can recognize this and run decompression twice automatically. Some versions of tar don't recognize this, and give up with the above error message after running the first round of decompression.