<?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[cirrocumulus 安装说明]]></title><description><![CDATA[<p dir="auto">参考文档：<a href="https://cirrocumulus.readthedocs.io/en/latest/installation.html" rel="nofollow ugc">https://cirrocumulus.readthedocs.io/en/latest/installation.html</a><br />
安装方式有两种</p>
<p dir="auto">pip install cirrocumulus<br />
cirro launch &lt;path_to_dataset&gt;</p>
<p dir="auto">serve方式<br />
先安装mongo<br />
mongod.conf</p>
<pre><code># 数据库存储路径
dbpath=/data/mongo/data
 
# 日志文件路径
logpath=/data/mongo/logs/mongod.log
 
# 监听的端口
port=27017
 
# 允许所有的 IP 地址连接
bind_ip=0.0.0.0
 
# 启用日志记录
journal=true
 
# 是否后台运行
fork=true
 
# 启用身份验证
#auth=true
</code></pre>
<p dir="auto">docker run -d <br />
-p 27017:27017 <br />
-v /data/mongo/config/mongod.conf:/etc/mongod.conf <br />
-v /data/mongo/data:/data/db <br />
-v /data/mongo/logs:/var/log/mongodb <br />
<a href="http://dockerproxy.net/library/mongo:latest" rel="nofollow ugc">dockerproxy.net/library/mongo:latest</a></p>
<p dir="auto">创建数据集<br />
db.createCollection("cirrocumulus")</p>
<p dir="auto">cirro serve --bind 0.0.0.0:5000 --db_uri mongodb://172.17.0.1:27017/cirrocumulus --upload /home/genostack/workspace/bbbbb/data</p>
<p dir="auto">curl <a href="http://192.168.0.143:5000/api/dataset" rel="nofollow ugc">http://192.168.0.143:5000/api/dataset</a> -X POST -F 'name=my_name' -F 'url=/home/genostack/workspace/bbbbb/cumulus_output.GRCh38-rna.cirro' -F 'description=my_desc'  -F 'species=Mus musculus'</p>
]]></description><link>http://an.forum.genostack.com/topic/1111/cirrocumulus-安装说明</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 14:27:39 GMT</lastBuildDate><atom:link href="http://an.forum.genostack.com/topic/1111.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 27 Nov 2024 11:11:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to cirrocumulus 安装说明 on Fri, 29 Nov 2024 09:08:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://an.forum.genostack.com/uid/4">@zhanglu</a> <a href="http://dockerhub.genostack.com:8090/library/mongo:latest" rel="nofollow ugc">dockerhub.genostack.com:8090/library/mongo:latest</a></p>
]]></description><link>http://an.forum.genostack.com/post/2773</link><guid isPermaLink="true">http://an.forum.genostack.com/post/2773</guid><dc:creator><![CDATA[zhanglu]]></dc:creator><pubDate>Fri, 29 Nov 2024 09:08:59 GMT</pubDate></item><item><title><![CDATA[Reply to cirrocumulus 安装说明 on Thu, 28 Nov 2024 02:26:15 GMT]]></title><description><![CDATA[<p dir="auto">FROM <a href="http://dockerproxy.net/library/python:3.6" rel="nofollow ugc">dockerproxy.net/library/python:3.6</a><br />
ENV PYTHONDONTWRITEBYTECODE=1<br />
ENV PYTHONUNBUFFERED=1<br />
RUN python -m pip install --upgrade pip &amp;&amp; python -m pip install cirrocumulus<br />
EXPOSE 5000<br />
ENTRYPOINT ["cirro","serve","--bind","0.0.0.0:5000","--db_uri","mongodb://172.17.0.1:27017/cirrocumulus"]</p>
]]></description><link>http://an.forum.genostack.com/post/2772</link><guid isPermaLink="true">http://an.forum.genostack.com/post/2772</guid><dc:creator><![CDATA[zhanglu]]></dc:creator><pubDate>Thu, 28 Nov 2024 02:26:15 GMT</pubDate></item><item><title><![CDATA[Reply to cirrocumulus 安装说明 on Thu, 28 Nov 2024 02:32:21 GMT]]></title><description><![CDATA[<p dir="auto">cirro docker安装命令</p>
<pre><code>docker run -p 5000:5000 -v /home/genostack:/home/genostack -e "DB_URI=mongodb://172.17.0.1:27017/cirrocumulus" -it dockerhub.genostack.com:8090/library/cirrocumulus:latest
</code></pre>
]]></description><link>http://an.forum.genostack.com/post/2771</link><guid isPermaLink="true">http://an.forum.genostack.com/post/2771</guid><dc:creator><![CDATA[zhanglu]]></dc:creator><pubDate>Thu, 28 Nov 2024 02:32:21 GMT</pubDate></item></channel></rss>