<?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[其它]]></title><description><![CDATA[之前一些未合理分类的帖子]]></description><link>http://an.forum.genostack.com/category/2</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 14:41:57 GMT</lastBuildDate><atom:link href="http://an.forum.genostack.com/category/2.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 13 Dec 2023 06:36:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[图片素材搜集]]></title><description><![CDATA[<p dir="auto">accfbcb2-ee0c-4d81-a2f3-c767256839c3-image.png</p>
]]></description><link>http://an.forum.genostack.com/topic/1015/图片素材搜集</link><guid isPermaLink="true">http://an.forum.genostack.com/topic/1015/图片素材搜集</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Wed, 13 Dec 2023 06:36:22 GMT</pubDate></item><item><title><![CDATA[天合数据中心第三台服务器信息记录]]></title><description><![CDATA[<p dir="auto">天合数据中心第三台服务器配置：<br />
26块12T硬盘，两块raid1做系统，24块可用数据盘</p>
<p dir="auto"><img src="/assets/uploads/files/1701739352964-%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20231205092148.jpg" alt="微信图片_20231205092148.jpg" class=" img-responsive img-markdown" /> <img src="/assets/uploads/files/1701739352831-%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20231205092142.jpg" alt="微信图片_20231205092142.jpg" class=" img-responsive img-markdown" /> <img src="/assets/uploads/files/1701739352686-%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20231205092128.jpg" alt="微信图片_20231205092128.jpg" class=" img-responsive img-markdown" /></p>
]]></description><link>http://an.forum.genostack.com/topic/1007/天合数据中心第三台服务器信息记录</link><guid isPermaLink="true">http://an.forum.genostack.com/topic/1007/天合数据中心第三台服务器信息记录</guid><dc:creator><![CDATA[zhanglu]]></dc:creator><pubDate>Tue, 05 Dec 2023 01:24:26 GMT</pubDate></item><item><title><![CDATA[github代理]]></title><description><![CDATA[<p dir="auto">github经常无法正常访问 尝试用下面的项目搭建一个github代理 部署到我们的大服务器 经过验证 可以进行加速 但是具体原理还未研究<br />
实施过程：<br />
方式一  sudo docker run -d --name="github-proxy-py" -p 0.0.0.0:7850:7850 --restart=always hunsh/gh-proxy-py:latest<br />
直接使用docker方式启动 经过验证 客户端无法连接</p>
<p dir="auto">方式二  本地化安装</p>
<pre><code>conda create -n gh-proxy python=3
conda activate gh-proxy
conda install flask requests
git clone https://ghproxy.com//https://github.com/hunshcn/gh-proxy.git
cd gh-proxy/
python3 app/main.py
</code></pre>
<p dir="auto">客户端下载github项目时 使用</p>
<pre><code> git clone http://103.114.101.5:7850//https://github.com/intermine/intermine.git
注意：7850后面两个//
</code></pre>
<p dir="auto"><a href="https://ghproxy.com/" rel="nofollow ugc">https://ghproxy.com/</a> 是该项目作者搭建的一个代理网站</p>
]]></description><link>http://an.forum.genostack.com/topic/813/github代理</link><guid isPermaLink="true">http://an.forum.genostack.com/topic/813/github代理</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Tue, 21 Feb 2023 07:03:08 GMT</pubDate></item><item><title><![CDATA[win10 Network Location Awareness 错误：1068依赖服务或组无法启动]]></title><description><![CDATA[<p dir="auto">cmd 运行 msconfig 命令后<br />
点击常规第一项正常启动<br />
确定<br />
然后重启电脑</p>
]]></description><link>http://an.forum.genostack.com/topic/781/win10-network-location-awareness-错误-1068依赖服务或组无法启动</link><guid isPermaLink="true">http://an.forum.genostack.com/topic/781/win10-network-location-awareness-错误-1068依赖服务或组无法启动</guid><dc:creator><![CDATA[ice-melt]]></dc:creator><pubDate>Sat, 17 Dec 2022 11:22:54 GMT</pubDate></item><item><title><![CDATA[服务器数据迁移记录]]></title><description><![CDATA[<ol>
<li>192.168.1.2 :/ceph_disk2/siyida_327_sample -----&gt;&gt;192.168.1.3:/ceph_disk7/siyida_327_sample</li>
</ol>
]]></description><link>http://an.forum.genostack.com/topic/752/服务器数据迁移记录</link><guid isPermaLink="true">http://an.forum.genostack.com/topic/752/服务器数据迁移记录</guid><dc:creator><![CDATA[zhanglu]]></dc:creator><pubDate>Mon, 15 Aug 2022 03:40:24 GMT</pubDate></item><item><title><![CDATA[Seqtk、Seqkit两个处理fasta&#x2F;fastq的神器]]></title><description><![CDATA[<p dir="auto"><a href="https://www.jianshu.com/p/309b79238553" rel="nofollow ugc">https://www.jianshu.com/p/309b79238553</a><br />
<a href="https://zhuanlan.zhihu.com/p/59034116" rel="nofollow ugc">https://zhuanlan.zhihu.com/p/59034116</a><br />
<a href="https://zhuanlan.zhihu.com/p/423878167" rel="nofollow ugc">https://zhuanlan.zhihu.com/p/423878167</a><br />
软件介绍<br />
Seqkit、Seqtk是一款专门处理fsata/q序列文件的软件，由go语言编写，功能比较完善，软件使用也很稳定。</p>
]]></description><link>http://an.forum.genostack.com/topic/711/seqtk-seqkit两个处理fasta-fastq的神器</link><guid isPermaLink="true">http://an.forum.genostack.com/topic/711/seqtk-seqkit两个处理fasta-fastq的神器</guid><dc:creator><![CDATA[zhanglu]]></dc:creator><pubDate>Thu, 30 Jun 2022 03:51:52 GMT</pubDate></item><item><title><![CDATA[宏基因组]]></title><description><![CDATA[<p dir="auto"><a href="http://www.metagenomics.wiki/" rel="nofollow ugc">http://www.metagenomics.wiki/</a></p>
]]></description><link>http://an.forum.genostack.com/topic/96/宏基因组</link><guid isPermaLink="true">http://an.forum.genostack.com/topic/96/宏基因组</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Sat, 10 Oct 2020 11:20:14 GMT</pubDate></item><item><title><![CDATA[疾病数据库]]></title><description><![CDATA[<p dir="auto"><a href="https://cloud.tencent.com/developer/news/373268" rel="nofollow ugc">https://cloud.tencent.com/developer/news/373268</a></p>
]]></description><link>http://an.forum.genostack.com/topic/95/疾病数据库</link><guid isPermaLink="true">http://an.forum.genostack.com/topic/95/疾病数据库</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Sat, 10 Oct 2020 09:21:52 GMT</pubDate></item><item><title><![CDATA[病原体检测]]></title><description><![CDATA[<p dir="auto"><a href="https://www.pathogenomix.com/" rel="nofollow ugc">https://www.pathogenomix.com/</a></p>
]]></description><link>http://an.forum.genostack.com/topic/94/病原体检测</link><guid isPermaLink="true">http://an.forum.genostack.com/topic/94/病原体检测</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Sat, 10 Oct 2020 07:36:20 GMT</pubDate></item><item><title><![CDATA[生物数据库]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://an.forum.genostack.com/uid/1">@anneng</a> <a href="https://sra-explorer.info/" rel="nofollow ugc">https://sra-explorer.info/</a></p>
]]></description><link>http://an.forum.genostack.com/topic/93/生物数据库</link><guid isPermaLink="true">http://an.forum.genostack.com/topic/93/生物数据库</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Fri, 09 Oct 2020 09:26:59 GMT</pubDate></item><item><title><![CDATA[DADA2 错误的一次处理经验]]></title><description><![CDATA[<h1>问题</h1>
<pre><code class="language-sh">Error in names(answer) &lt;- names1 : 'names' attribute [96] must be the same length as the vector [93]. 
</code></pre>
<h1>问题解决方式</h1>
<p dir="auto">升级内存</p>
<p dir="auto"><a href="https://github.com/qiime2/q2-dada2/issues/119" rel="nofollow ugc">https://github.com/qiime2/q2-dada2/issues/119</a></p>
]]></description><link>http://an.forum.genostack.com/topic/92/dada2-错误的一次处理经验</link><guid isPermaLink="true">http://an.forum.genostack.com/topic/92/dada2-错误的一次处理经验</guid><dc:creator><![CDATA[ice-melt]]></dc:creator><pubDate>Wed, 30 Sep 2020 13:06:12 GMT</pubDate></item><item><title><![CDATA[strong-pm　部署]]></title><description><![CDATA[<p dir="auto">通过这个命令 安装成服务<br />
sudo usr/lib/node_modules/strongloop/node_modules/.bin/sl-pm-install --systemd --set-env NODE_ENV=production</p>
<p dir="auto">启动<br />
sudo systemctl start strong-pm</p>
<p dir="auto">然后部署应用</p>
<p dir="auto">参考：<a href="http://strong-pm.io/prod/" rel="nofollow ugc">http://strong-pm.io/prod/</a></p>
]]></description><link>http://an.forum.genostack.com/topic/89/strong-pm-部署</link><guid isPermaLink="true">http://an.forum.genostack.com/topic/89/strong-pm-部署</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Sat, 19 Sep 2020 09:34:07 GMT</pubDate></item><item><title><![CDATA[生物信息处理整体介绍]]></title><description><![CDATA[<p dir="auto"><img src="/assets/uploads/files/1600328364107-bioinformatics-workflow-for-handling-dna-sequencing-data-alignment-quality-control.png" alt="Bioinformatics-workflow-for-handling-DNA-sequencing-data-alignment-quality-control.png" class=" img-responsive img-markdown" /><br />
<a href="https://www.researchgate.net/figure/Bioinformatics-workflow-for-handling-DNA-sequencing-data-alignment-quality-control_fig8_335806374" rel="nofollow ugc">https://www.researchgate.net/figure/Bioinformatics-workflow-for-handling-DNA-sequencing-data-alignment-quality-control_fig8_335806374</a></p>
]]></description><link>http://an.forum.genostack.com/topic/86/生物信息处理整体介绍</link><guid isPermaLink="true">http://an.forum.genostack.com/topic/86/生物信息处理整体介绍</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Thu, 17 Sep 2020 07:40:00 GMT</pubDate></item><item><title><![CDATA[生信分析相关网站]]></title><description><![CDATA[<p dir="auto"><a href="http://www.bioinformaticsonline.org" rel="nofollow ugc">http://www.bioinformaticsonline.org</a></p>
<p dir="auto">微生物在线分析<br />
<a href="https://www.ezbiocloud.net/" rel="nofollow ugc">https://www.ezbiocloud.net/</a></p>
<p dir="auto">//生信算法<br />
<a href="http://www.biorecipes.com/" rel="nofollow ugc">http://www.biorecipes.com/</a></p>
<p dir="auto"><a href="https://www.bioinformatics.org/" rel="nofollow ugc">https://www.bioinformatics.org/</a></p>
<p dir="auto"><a href="https://www.iscb.org/" rel="nofollow ugc">https://www.iscb.org/</a></p>
<p dir="auto">//序列对齐工具列表<br />
<a href="https://molbiol-tools.ca/Alignments.htm" rel="nofollow ugc">https://molbiol-tools.ca/Alignments.htm</a></p>
<p dir="auto">//seqtools官网　A suite of tools for visualising sequence alignments.<br />
<a href="https://www.sanger.ac.uk/tool/seqtools/" rel="nofollow ugc">https://www.sanger.ac.uk/tool/seqtools/</a><br />
//YASS is a genomic similarity search tool, for nucleic (DNA/RNA) sequences in fasta or plain text format (it produces local pairwise alignments).<br />
<a href="https://bioinfo.lifl.fr/yass/index.php" rel="nofollow ugc">https://bioinfo.lifl.fr/yass/index.php</a></p>
]]></description><link>http://an.forum.genostack.com/topic/83/生信分析相关网站</link><guid isPermaLink="true">http://an.forum.genostack.com/topic/83/生信分析相关网站</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Sat, 12 Sep 2020 07:30:05 GMT</pubDate></item><item><title><![CDATA[序列比对研究]]></title><description><![CDATA[<p dir="auto"><a href="https://teacheng.illinois.edu/SequenceAlignmentDP/" rel="nofollow ugc">https://teacheng.illinois.edu/SequenceAlignmentDP/</a></p>
<p dir="auto">交互式的算法展示</p>
]]></description><link>http://an.forum.genostack.com/topic/82/序列比对研究</link><guid isPermaLink="true">http://an.forum.genostack.com/topic/82/序列比对研究</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Sat, 12 Sep 2020 07:17:10 GMT</pubDate></item><item><title><![CDATA[GAIA 宏基因组分析平台]]></title><description><![CDATA[<p dir="auto"><a href="/assets/uploads/files/1598064146149-gaia-poster.pdf">gaia-poster.pdf</a></p>
]]></description><link>http://an.forum.genostack.com/topic/74/gaia-宏基因组分析平台</link><guid isPermaLink="true">http://an.forum.genostack.com/topic/74/gaia-宏基因组分析平台</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Sat, 22 Aug 2020 02:42:29 GMT</pubDate></item><item><title><![CDATA[gmod　tripal]]></title><description><![CDATA[<p dir="auto"><a href="https://tripal.readthedocs.io/en/latest/user_guide/what_is_tripal.html" rel="nofollow ugc">https://tripal.readthedocs.io/en/latest/user_guide/what_is_tripal.html</a><br />
<a href="http://gmod.org/wiki/Main_Page" rel="nofollow ugc">http://gmod.org/wiki/Main_Page</a></p>
]]></description><link>http://an.forum.genostack.com/topic/72/gmod-tripal</link><guid isPermaLink="true">http://an.forum.genostack.com/topic/72/gmod-tripal</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Thu, 20 Aug 2020 07:51:34 GMT</pubDate></item><item><title><![CDATA[kubernetes相关]]></title><description><![CDATA[<p dir="auto">kublr建议的k8s 部署checklist　类似于一个特性清单　列出了部署k8s时必须考虑的问题<a href="/assets/uploads/files/1597891916522-no-bs-kubernetes-checklist.pdf">no-bs-kubernetes-checklist.pdf</a></p>
]]></description><link>http://an.forum.genostack.com/topic/70/kubernetes相关</link><guid isPermaLink="true">http://an.forum.genostack.com/topic/70/kubernetes相关</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Thu, 20 Aug 2020 02:51:59 GMT</pubDate></item><item><title><![CDATA[blast]]></title><description><![CDATA[<p dir="auto"><a href="https://open.oregonstate.education/computationalbiology/chapter/command-line-blast/" rel="nofollow ugc">https://open.oregonstate.education/computationalbiology/chapter/command-line-blast/</a><br />
blast的一个教程</p>
]]></description><link>http://an.forum.genostack.com/topic/69/blast</link><guid isPermaLink="true">http://an.forum.genostack.com/topic/69/blast</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Wed, 19 Aug 2020 09:05:40 GMT</pubDate></item><item><title><![CDATA[生物学基本知识]]></title><description><![CDATA[<p dir="auto">正义　反义　forward reverse<br />
<a href="http://www.bioinformatics.nl/molbi/SCLResources/sequence_notation.htm" rel="nofollow ugc">http://www.bioinformatics.nl/molbi/SCLResources/sequence_notation.htm</a></p>
<p dir="auto"><a href="/assets/uploads/files/1597819988768-sequence-notation.pdf">Sequence notation.pdf</a></p>
]]></description><link>http://an.forum.genostack.com/topic/68/生物学基本知识</link><guid isPermaLink="true">http://an.forum.genostack.com/topic/68/生物学基本知识</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Wed, 19 Aug 2020 06:10:50 GMT</pubDate></item><item><title><![CDATA[单端测序 双端测序]]></title><description><![CDATA[<p dir="auto">Illumina sequencing instruments (HiSeq, MiSeq, Genome Analyzer) can produce three main types of reads when sequencing genomic DNA:<br />
Single-end<br />
Each "read" is a single sequence from one end of a DNA fragment. The fragment is usually 200-800bp long, with the amount being read can be chosen between 50 and 250 bp.<br />
Paired-end<br />
Each "read" is two sequences (a pair) from each end of the same genomic DNA fragment (more info). The distance between the reads on the original genome sequence is equal to the length of the DNA fragment that was sequenced (usually 200-800 bp).<br />
Mate-pair:<br />
Like paired-end reads, each "read" is two sequences from each end of the same DNA fragment, but the DNA fragment has been engineered from a circularization process (more info) such that the distance between the reads on the original genome sequence is much longer (say 3000-10000 bp) than the proxy DNA fragment (200-800 bp).</p>
<p dir="auto">Single-end library ("SE")<br />
When we got the original Illumina Genome Analyzer, all it could do was 36 bp single-end reads, and each lane gave us a massive 250 Mbp, and we had to walk 7 miles through snow in the dark to get it. Ok, that last bit is clearly false as we don't get snow in Australia and we speak metric here, but the point is that there is still plenty of legacy SE data around, and SE reads are still used in RNA-Seq sometimes. Let's imagine our data was provided as a standard FASTQ file called SE.fq:</p>
<p dir="auto">velveth Dir 31 -short -fastq SE.fq<br />
velvetg Dir -exp_cov auto -cov_cutoff auto</p>
<p dir="auto">I strongly recommend enabling the -exp_cov auto and -cov_cutoff auto options. They will almost always improve the quality of your assemblies.</p>
<p dir="auto">Paired-end library ("PE")<br />
Paired-end reads are the standard output of most Illumina sequencers these days, currently 2x100bp for the HiSeq and 2x150bp for the GAIIx and MiSeq, but they are all migrating to 2x250bp soon. The two sequences per paired read are typically distributed in two separate files, the "1" file contains all the "left" reads and the "2" file contains all the corresponding "right" reads. Let's imagine our paired-end run gave us two files in standard FASTQ format, PE_1.fq and PE_2.fq:</p>
<p dir="auto">velveth Dir 31 -shortPaired -separate -fastq PE_1.fq PE_2.fq<br />
velvetg Dir -exp_cov auto -cov_cutoff auto</p>
<p dir="auto">Previously you had to interleaved the left and right files for Velvet, but we recently added support to Velvet for the -separate option which we hope is now saving time and disk space throughout the Velvetsphere!</p>
<p dir="auto">Mate-pair library ("MP")<br />
Mate-pair reads are extremely valuable in a de novo setting as they provide long-range information about the genome, and can help link contigs together into larger scaffolds. They have been used reliably for years on the 454 FLX platform, but used less often on the Illumina platform. I think the main reasons for this are the poorer reliability of the Illumina mate-pair protocol and the larger amount of DNA required compared to a PE library.</p>
<p dir="auto">We can consider MP reads as the same as PE reads, but with a larger distance between them ("insert size"). But there is one technical difference due to the circularization procedure used in their preparation. PE reads are oriented "opp-in" (L=&gt;.....&lt;=R), whereas MP reads are oriented "opp-out" (L&lt;=.....=&gt;R). Velvet likes its paired reads to be in opp-in orientation, so we need to reverse-complement all our MP reads first, which I do here with the EMBOSS "revseq" tool.</p>
<p dir="auto">revseq -sequence MP_1.fq -outseq rcMP_1.fq -notag<br />
revseq -sequence MP_2.fq -outseq rcMP_2.fq -notag<br />
velveth Dir 31 -shortPaired -separate -fastq rcMP_1.fq rcMP_2.fq<br />
velvetg Dir -exp_cov auto -cov_cutoff auto -shortMatePaired yes</p>
<p dir="auto">Early Illumina MP libraries are often contaminated with PE reads (the so-called shadow library) which are the result of imperfect selection of biotin-marked fragments in the circularization process. There is a special option in velvetg (not velveth) called -shortMatePaired added by  Sylvain Foret which informs Velvet that a paired channel is MP but may contain  PE reads, which helps it to account for them and avoid mis-scaffolding. I recommend using this no matter how pure you think your MP library is.</p>
<p dir="auto">Combining them all! (SE + PE + MP)<br />
When de novo assembling multiple libraries in Velvet, you should order them from smallest insert size to largest insert size. For our case, this means the SE first, then the PE, then the MP. Each library must go in its own "channel" as it comes from a differently prepared DNA library. Channels are specified in Velvet with a numerical suffix on the read-type parameter (absence means channel 0):</p>
<p dir="auto">velveth <br />
Dir 31 <br />
-short -fastq SE.fq <br />
-shortPaired2 -separate -fastq PE_1.fq PE_2.fq <br />
-shortPaired3 -separate -fastq rcMP_1.fq rcMP_2.fq</p>
<p dir="auto">velvetg <br />
Dir <br />
-exp_cov auto -cov_cutoff auto <br />
-shortMatePaired3 yes</p>
<p dir="auto">Note that the -shortMatePaired option has been allocated to channel 3 now (the -shortPaired3 library) as that is the MP channel.</p>
<p dir="auto">Conclusions<br />
It's relatively to get up and running with Velvet, but when your projects become more complicated, the methods in this post should help you. But if you prefer a nice GUI to take care of most of the issues discussed here, I recommend using our Velvet GUI called VAGUE (Velvet Assembler Graphical User Environment).</p>
<p dir="auto"><a href="http://bioinformatics.net.au/software.vague.shtml" rel="nofollow ugc">http://bioinformatics.net.au/software.vague.shtml</a></p>
]]></description><link>http://an.forum.genostack.com/topic/67/单端测序-双端测序</link><guid isPermaLink="true">http://an.forum.genostack.com/topic/67/单端测序-双端测序</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Tue, 18 Aug 2020 06:40:29 GMT</pubDate></item><item><title><![CDATA[seqpig  基于hadoop来分析fastq文件]]></title><description><![CDATA[<p dir="auto"><a href="/assets/uploads/files/1597651004587-seqpig-simple-and-scalable-scripting-for-large-sequencing-data-sets-in-hadoop.pdf">SeqPig- simple and scalable scripting for large sequencing data sets in Hadoop.pdf</a></p>
]]></description><link>http://an.forum.genostack.com/topic/66/seqpig-基于hadoop来分析fastq文件</link><guid isPermaLink="true">http://an.forum.genostack.com/topic/66/seqpig-基于hadoop来分析fastq文件</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Mon, 17 Aug 2020 07:56:46 GMT</pubDate></item><item><title><![CDATA[OLC 组装算法]]></title><description><![CDATA[<p dir="auto"><a href="/assets/uploads/files/1597647216581-assembly_olc.pdf">assembly_olc.pdf</a></p>
]]></description><link>http://an.forum.genostack.com/topic/65/olc-组装算法</link><guid isPermaLink="true">http://an.forum.genostack.com/topic/65/olc-组装算法</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Mon, 17 Aug 2020 06:53:38 GMT</pubDate></item><item><title><![CDATA[fastx-toolkit]]></title><description><![CDATA[<p dir="auto">sudo apt-get install libtool automake autoconf pkg-config<br />
sudo apt-get install gtextutils<br />
sudo apt install libgtextutils-dev<br />
./reconf<br />
./configure</p>
]]></description><link>http://an.forum.genostack.com/topic/64/fastx-toolkit</link><guid isPermaLink="true">http://an.forum.genostack.com/topic/64/fastx-toolkit</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Sat, 15 Aug 2020 07:55:57 GMT</pubDate></item><item><title><![CDATA[常用生物学软件]]></title><description><![CDATA[<p dir="auto"><a href="https://bioedit.software.informer.com/7.2/" rel="nofollow ugc">https://bioedit.software.informer.com/7.2/</a><br />
bioedit</p>
]]></description><link>http://an.forum.genostack.com/topic/63/常用生物学软件</link><guid isPermaLink="true">http://an.forum.genostack.com/topic/63/常用生物学软件</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Sat, 15 Aug 2020 06:37:36 GMT</pubDate></item><item><title><![CDATA[k8s nginx php mysql 集群]]></title><description><![CDATA[<p dir="auto"><a href="https://github.com/daxio/k8s-lemp" rel="nofollow ugc">https://github.com/daxio/k8s-lemp</a></p>
<p dir="auto"><a href="https://www.digitalocean.com/community/tutorials/how-to-deploy-a-php-application-with-kubernetes-on-ubuntu-18-04" rel="nofollow ugc">https://www.digitalocean.com/community/tutorials/how-to-deploy-a-php-application-with-kubernetes-on-ubuntu-18-04</a></p>
<p dir="auto"><a href="https://matthewpalmer.net/kubernetes-app-developer/articles/php-fpm-nginx-kubernetes.html" rel="nofollow ugc">https://matthewpalmer.net/kubernetes-app-developer/articles/php-fpm-nginx-kubernetes.html</a></p>
<p dir="auto"><a href="https://github.com/scottrigby/NGINX-PHP-7-K8S-Deployment" rel="nofollow ugc">https://github.com/scottrigby/NGINX-PHP-7-K8S-Deployment</a></p>
]]></description><link>http://an.forum.genostack.com/topic/62/k8s-nginx-php-mysql-集群</link><guid isPermaLink="true">http://an.forum.genostack.com/topic/62/k8s-nginx-php-mysql-集群</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Fri, 14 Aug 2020 05:47:58 GMT</pubDate></item></channel></rss>