<?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>Comments on: Needleman-Wunsch algorithm in Ruby</title>
	<atom:link href="http://moose56.com/blog/2008/04/17/needleman-wunsch-algorithm-in-ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://moose56.com/blog/2008/04/17/needleman-wunsch-algorithm-in-ruby/</link>
	<description>/pictures, code and word</description>
	<lastBuildDate>Sat, 23 Jan 2010 22:35:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: moose56</title>
		<link>http://moose56.com/blog/2008/04/17/needleman-wunsch-algorithm-in-ruby/comment-page-1/#comment-15</link>
		<dc:creator>moose56</dc:creator>
		<pubDate>Sat, 16 May 2009 13:57:54 +0000</pubDate>
		<guid isPermaLink="false">http://moose56.com/blog/2008/04/17/needleman-wunsch-algorithm-in-ruby/#comment-15</guid>
		<description>Should work now.

The error was in the cell class. This line:
&lt;code&gt;raise &quot;Invalid path: &#039;#{path_from}&#039;&quot;
    unless @@valid_paths.include?(path_from)&lt;/code&gt;

Should have been on one line. It is now.

Thanks.</description>
		<content:encoded><![CDATA[<p>Should work now.</p>
<p>The error was in the cell class. This line:<br />
<code>raise "Invalid path: '#{path_from}'"<br />
    unless @@valid_paths.include?(path_from)</code></p>
<p>Should have been on one line. It is now.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moose56</title>
		<link>http://moose56.com/blog/2008/04/17/needleman-wunsch-algorithm-in-ruby/comment-page-1/#comment-14</link>
		<dc:creator>moose56</dc:creator>
		<pubDate>Fri, 15 May 2009 10:18:39 +0000</pubDate>
		<guid isPermaLink="false">http://moose56.com/blog/2008/04/17/needleman-wunsch-algorithm-in-ruby/#comment-14</guid>
		<description>I will look into it.

I am not currently on my own machine so can&#039;t test it, but will try later and see if I can fix the problem.</description>
		<content:encoded><![CDATA[<p>I will look into it.</p>
<p>I am not currently on my own machine so can&#8217;t test it, but will try later and see if I can fix the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sherry moon</title>
		<link>http://moose56.com/blog/2008/04/17/needleman-wunsch-algorithm-in-ruby/comment-page-1/#comment-13</link>
		<dc:creator>sherry moon</dc:creator>
		<pubDate>Fri, 15 May 2009 08:38:59 +0000</pubDate>
		<guid isPermaLink="false">http://moose56.com/blog/2008/04/17/needleman-wunsch-algorithm-in-ruby/#comment-13</guid>
		<description>Hello,

I installed Ruby, I put the code into the file &quot;rubytest2.rb&quot; but when I try running it is says

rubytest2.rb:242: syntax error, unexpected $end, expecting kEND
&gt;Exit code: 1

Please help!</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I installed Ruby, I put the code into the file &#8220;rubytest2.rb&#8221; but when I try running it is says</p>
<p>rubytest2.rb:242: syntax error, unexpected $end, expecting kEND<br />
&gt;Exit code: 1</p>
<p>Please help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moose56</title>
		<link>http://moose56.com/blog/2008/04/17/needleman-wunsch-algorithm-in-ruby/comment-page-1/#comment-12</link>
		<dc:creator>moose56</dc:creator>
		<pubDate>Thu, 30 Oct 2008 12:52:09 +0000</pubDate>
		<guid isPermaLink="false">http://moose56.com/blog/2008/04/17/needleman-wunsch-algorithm-in-ruby/#comment-12</guid>
		<description>It depends on the platform.

For Windows check out the Ruby one click installer : http://rubyforge.org/projects/rubyinstaller/</description>
		<content:encoded><![CDATA[<p>It depends on the platform.</p>
<p>For Windows check out the Ruby one click installer : <a href="http://rubyforge.org/projects/rubyinstaller/" rel="nofollow">http://rubyforge.org/projects/rubyinstaller/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aditya</title>
		<link>http://moose56.com/blog/2008/04/17/needleman-wunsch-algorithm-in-ruby/comment-page-1/#comment-11</link>
		<dc:creator>aditya</dc:creator>
		<pubDate>Tue, 14 Oct 2008 04:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://moose56.com/blog/2008/04/17/needleman-wunsch-algorithm-in-ruby/#comment-11</guid>
		<description>would you tell me the requirements t run a &quot;RUBY&quot; programme on my pc?means what is the platform for rubby,
what is its editor?</description>
		<content:encoded><![CDATA[<p>would you tell me the requirements t run a &#8220;RUBY&#8221; programme on my pc?means what is the platform for rubby,<br />
what is its editor?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
