<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[生物软件安装系列教程之MetaMaps]]></title><description><![CDATA[<h1>MetaMaps</h1>
<h2>相关链接</h2>
<ul>
<li>
<p dir="auto">GitHub  <a href="https://github.com/DiltheyLab/MetaMaps" rel="nofollow ugc">https://github.com/DiltheyLab/MetaMaps</a></p>
</li>
<li>
<p dir="auto">boost</p>
<ul>
<li>官网：<a href="https://www.boost.org" rel="nofollow ugc">https://www.boost.org</a></li>
<li>下载：<a href="https://dl.bintray.com/boostorg/release/1.74.0/source/" rel="nofollow ugc">https://dl.bintray.com/boostorg/release/1.74.0/source/</a></li>
<li>安装说明：<a href="https://www.boost.org/doc/libs/1_74_0/more/getting_started/unix-variants.html" rel="nofollow ugc">https://www.boost.org/doc/libs/1_74_0/more/getting_started/unix-variants.html</a></li>
</ul>
</li>
<li>
<p dir="auto">数据库</p>
<ul>
<li>dropbox下载 <a href="https://www.dropbox.com/s/6p9o42yufx2vkae/miniSeq%2BH.tar.gz" rel="nofollow ugc">https://www.dropbox.com/s/6p9o42yufx2vkae/miniSeq%2BH.tar.gz</a></li>
</ul>
</li>
</ul>
<h2>安装说明（Linux）</h2>
<h3>Boost</h3>
<pre><code class="language-sh"># 下载 boost 并解压
wget https://dl.bintray.com/boostorg/release/1.74.0/source/boost_1_74_0.tar.gz
tar -zxvf boost_1_74_0.tar.gz
cd boost_1_74_0
# 编译boost 并安装(prefix指定安装路径，默认( /usr/local/,需要该目录写权限)
./bootstrap.sh --prefix=path/to/installation/prefix
./b2 install
# 添加动态库搜索路径
vim ~/.bashrc
# ~~~~~~~~~~~~~~在文件末尾添加以下内容~~~~~~~~~~~~~
export LD_LIBRARY_PATH=path/to/installation/prefix/lib/:$LD_LIBRARY_PATH
</code></pre>
<h3>MetaMaps</h3>
<pre><code># 通过 git 下载 MetaMaps 代码
git clone https://github.com/DiltheyLab/MetaMaps.git
cd MetaMaps
./bootstrap.sh
./configure --with-boost=/path/to/boost [--prefix=...]
make metamaps
./metamaps

# ~~~ boost 和 metamaps 均安装成功后以上命令会显示如下结果  ~~~~~~~~~~~~~~~
MetaMaps v 0.1 

  Simultaneous metagenomic classification and mapping.

Usage:

  ./metamaps mapDirectly|classify|mapAgainstIndex|index

Parameters:

   ./metamaps COMMAND -h for help
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
</code></pre>
]]></description><link>http://an.forum.genostack.com/topic/87/生物软件安装系列教程之metamaps</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 09:37:05 GMT</lastBuildDate><atom:link href="http://an.forum.genostack.com/topic/87.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 18 Sep 2020 09:14:21 GMT</pubDate><ttl>60</ttl></channel></rss>