<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>《从一条染色体中取特定的序列》的评论</title>
	<atom:link href="http://yunbio.com/569/feed" rel="self" type="application/rss+xml" />
	<link>http://yunbio.com/569</link>
	<description>生物信息学(Bioinformatics)的快速问答系统</description>
	<lastBuildDate>Fri, 03 Feb 2012 02:46:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>作者：柳城</title>
		<link>http://yunbio.com/569/comment-page-1#comment-428</link>
		<dc:creator>柳城</dc:creator>
		<pubDate>Fri, 23 Jul 2010 00:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://yunbio.com/569#comment-428</guid>
		<description>@&lt;a href=&quot;#comment-424&quot; rel=&quot;nofollow&quot;&gt;rebeccajiejie:&lt;/a&gt; 嘿~&lt;p class=&quot;top-comments&quot;&gt;Current score: &lt;span class=&quot;top-comments-karma&quot; id=&quot;karma-428&quot;&gt;0&lt;/span&gt; &lt;small&gt;(to vote for this comment, please visit the site)&lt;/small&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-424" rel="nofollow">rebeccajiejie:</a> 嘿~
<p class="top-comments">Current score: <span class="top-comments-karma" id="karma-428">0</span> <small>(to vote for this comment, please visit the site)</small></p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：rebeccajiejie</title>
		<link>http://yunbio.com/569/comment-page-1#comment-424</link>
		<dc:creator>rebeccajiejie</dc:creator>
		<pubDate>Thu, 22 Jul 2010 02:07:58 +0000</pubDate>
		<guid isPermaLink="false">http://yunbio.com/569#comment-424</guid>
		<description>好了，谢谢万能的柳同学啦&lt;p class=&quot;top-comments&quot;&gt;Current score: &lt;span class=&quot;top-comments-karma&quot; id=&quot;karma-424&quot;&gt;0&lt;/span&gt; &lt;small&gt;(to vote for this comment, please visit the site)&lt;/small&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>好了，谢谢万能的柳同学啦
<p class="top-comments">Current score: <span class="top-comments-karma" id="karma-424">0</span> <small>(to vote for this comment, please visit the site)</small></p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：柳城</title>
		<link>http://yunbio.com/569/comment-page-1#comment-422</link>
		<dc:creator>柳城</dc:creator>
		<pubDate>Thu, 22 Jul 2010 00:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://yunbio.com/569#comment-422</guid>
		<description>@&lt;a href=&quot;#comment-421&quot; rel=&quot;nofollow&quot;&gt;rebeccajiejie:&lt;/a&gt;

&lt;code&gt;

#!/usr/bin/perl

while(&lt;&gt;){
  chomp; 
  $result = `cut -c$_`;
  chomp($result);
  print $result,&quot;\n&quot;;
}
&lt;/code&gt;&lt;p class=&quot;top-comments&quot;&gt;Current score: &lt;span class=&quot;top-comments-karma&quot; id=&quot;karma-422&quot;&gt;0&lt;/span&gt; &lt;small&gt;(to vote for this comment, please visit the site)&lt;/small&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-421" rel="nofollow">rebeccajiejie:</a></p>
<p><code></p>
<p>#!/usr/bin/perl</p>
<p>while(<>){<br />
  chomp;<br />
  $result = `cut -c$_`;<br />
  chomp($result);<br />
  print $result,"\n";<br />
}<br />
</code>
<p class="top-comments">Current score: <span class="top-comments-karma" id="karma-422">0</span> <small>(to vote for this comment, please visit the site)</small></p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：rebeccajiejie</title>
		<link>http://yunbio.com/569/comment-page-1#comment-421</link>
		<dc:creator>rebeccajiejie</dc:creator>
		<pubDate>Wed, 21 Jul 2010 13:48:24 +0000</pubDate>
		<guid isPermaLink="false">http://yunbio.com/569#comment-421</guid>
		<description>思路呢？
谢谢柳同学&lt;p class=&quot;top-comments&quot;&gt;Current score: &lt;span class=&quot;top-comments-karma&quot; id=&quot;karma-421&quot;&gt;0&lt;/span&gt; &lt;small&gt;(to vote for this comment, please visit the site)&lt;/small&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>思路呢？<br />
谢谢柳同学
<p class="top-comments">Current score: <span class="top-comments-karma" id="karma-421">0</span> <small>(to vote for this comment, please visit the site)</small></p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：柳城</title>
		<link>http://yunbio.com/569/comment-page-1#comment-420</link>
		<dc:creator>柳城</dc:creator>
		<pubDate>Wed, 21 Jul 2010 08:10:40 +0000</pubDate>
		<guid isPermaLink="false">http://yunbio.com/569#comment-420</guid>
		<description>@&lt;a href=&quot;#comment-419&quot; rel=&quot;nofollow&quot;&gt;rebeccajiejie:&lt;/a&gt;
自己写个脚本批量cut就是咯&lt;p class=&quot;top-comments&quot;&gt;Current score: &lt;span class=&quot;top-comments-karma&quot; id=&quot;karma-420&quot;&gt;0&lt;/span&gt; &lt;small&gt;(to vote for this comment, please visit the site)&lt;/small&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-419" rel="nofollow">rebeccajiejie:</a><br />
自己写个脚本批量cut就是咯
<p class="top-comments">Current score: <span class="top-comments-karma" id="karma-420">0</span> <small>(to vote for this comment, please visit the site)</small></p>
]]></content:encoded>
	</item>
</channel>
</rss>

