<?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[构建本地GenBank数据库]]></title><description><![CDATA[<p dir="auto">1.安装biosql<br />
git clone <a href="https://github.com.cnpmjs.org/biosql/biosql.git" rel="nofollow ugc">https://github.com.cnpmjs.org/biosql/biosql.git</a><br />
vi biosqldb-pg.sql<br />
删除其中的两个规则rule_bioentry_i1 and rule_bioentry_i2<br />
//创建biosql数据库<br />
sudo -u postgres createdb biosqldb<br />
sudo -u postgres psql biosqldb &lt; biosqldb-pg.sql<br />
perl -MCPAN -e 'install DBI';<br />
//sudo perl -MCPAN -e 'install DBD::Pg'<br />
sudo apt-get install libdbd-pg-perl</p>
<p dir="auto">2.安装NCBI Taxonomy<br />
./load_ncbi_taxonomy.pl --dbname bioseqdb --driver Pg --dbuser postgres --download true<br />
//下载速度比较慢 最好用大服务器下载<br />
//另外，这个命令需要用密码才能连接本地pg 因此需要给本地的postgres 帐号修改密码<br />
//<br />
./load_ncbi_taxonomy.pl --dbname biosqldb --driver Pg --dbuser postgres --password postgres</p>
]]></description><link>http://an.forum.genostack.com/topic/487/构建本地genbank数据库</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 09:36:36 GMT</lastBuildDate><atom:link href="http://an.forum.genostack.com/topic/487.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 13 Dec 2021 06:37:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 构建本地GenBank数据库 on Tue, 28 Dec 2021 15:14:16 GMT]]></title><description><![CDATA[<p dir="auto"><a href="http://scikit-bio.org/docs/0.5.2/generated/skbio.io.format.genbank.html" rel="nofollow ugc">http://scikit-bio.org/docs/0.5.2/generated/skbio.io.format.genbank.html</a></p>
]]></description><link>http://an.forum.genostack.com/post/1027</link><guid isPermaLink="true">http://an.forum.genostack.com/post/1027</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Tue, 28 Dec 2021 15:14:16 GMT</pubDate></item><item><title><![CDATA[Reply to 构建本地GenBank数据库 on Thu, 23 Dec 2021 06:56:52 GMT]]></title><description><![CDATA[<p dir="auto">nohup wget <a href="https://ftp.ncbi.nlm.nih.gov/genbank/*.seq.gz" rel="nofollow ugc">https://ftp.ncbi.nlm.nih.gov/genbank/*.seq.gz</a> -l 1<br />
下载genbank数据库<br />
目录中有几个.txt.gz 文件 不用处理</p>
]]></description><link>http://an.forum.genostack.com/post/1015</link><guid isPermaLink="true">http://an.forum.genostack.com/post/1015</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Thu, 23 Dec 2021 06:56:52 GMT</pubDate></item><item><title><![CDATA[Reply to 构建本地GenBank数据库 on Mon, 13 Dec 2021 07:43:25 GMT]]></title><description><![CDATA[<p dir="auto"><a href="http://etetoolkit.org/docs/latest/tutorial/tutorial_ncbitaxonomy.html" rel="nofollow ugc">http://etetoolkit.org/docs/latest/tutorial/tutorial_ncbitaxonomy.html</a><br />
使用ETE toolkit处理ncbi taxonomy</p>
]]></description><link>http://an.forum.genostack.com/post/984</link><guid isPermaLink="true">http://an.forum.genostack.com/post/984</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Mon, 13 Dec 2021 07:43:25 GMT</pubDate></item></channel></rss>