Edited wiki page PhyloBioRuby through web user interface.
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Thu, 24 Feb 2011 15:52:40 +0000 (15:52 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Thu, 24 Feb 2011 15:52:40 +0000 (15:52 +0000)
wiki/PhyloBioRuby.wiki

index e45ddf6..856e7d5 100644 (file)
@@ -66,7 +66,7 @@ options = ['--maxiterate', '1000', '--localpair']
 mafft = Bio::MAFFT.new('path/to/mafft', options)
 report = mafft.query_align(seqs)
 
-# Accesses the actual alignment
+# Accesses the actual alignment.
 align = report.alignment
 
 # Prints each sequence to the console.
@@ -103,7 +103,7 @@ options = ['-quiet', '-maxiters', '64']
 muscle = Bio::Muscle.new('path/to/muscle', options)
 report = muscle.query_align(seqs)
 
-# Accesses the actual alignment
+# Accesses the actual alignment.
 align = report.alignment
 
 # Prints each sequence to the console.