From: martinahansen Date: Tue, 10 Jul 2012 13:35:54 +0000 (+0000) Subject: fixed align.rb up a bit X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bab31298d11578fb2916ce0139aa54e2c87d2928;p=biopieces.git fixed align.rb up a bit git-svn-id: http://biopieces.googlecode.com/svn/trunk@1863 74ccb610-7750-0410-82ae-013aeee3265d --- diff --git a/code_ruby/lib/maasha/align.rb b/code_ruby/lib/maasha/align.rb index 139c4a2..b311546 100755 --- a/code_ruby/lib/maasha/align.rb +++ b/code_ruby/lib/maasha/align.rb @@ -132,7 +132,7 @@ class Align # Class method to create a pairwise alignment of two given Seq objects. The # alignment is created by casting a search space the size of the sequences - # and save the longest perfect match between the sequences and recurse into + # and save the best scoring match between the sequences and recurse into # the left and right search spaced around this match. When all search spaces # are exhausted the saved matches are used to insert gaps in the sequences. def self.pair(q_entry, s_entry)