使用conda安装MEME
conda install bioconda::meme
完成后尝试运行,报错:
The given ghostscript "/Share/Environment/meme/bin/gs" is not an executable file.
Warning: Cannot convert EPS file to PNG as no install of Image Magick or Ghostscript is usable.
发现/Share/Environment/meme/bin/gs不存在
在conda环境中安装ghostscript 后解决
conda install conda-forge::ghostscript
出现了第二个报错:
Can't locate XML/Parser/Expat.pm in @INC (you may need to install the XML::Parser::Expat module)
在conda环境中安装perl xml parser后解决
conda install conda-forge::perl-xml-parser