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

index 45c0d5f..c5ab8f9 100644 (file)
@@ -7,7 +7,7 @@ Tutorial for multiple sequence alignments and phylogenetic methods in !BioRuby -
 
 = Multiple Sequence Alignments =
 
-== Reading in Multiple Sequence Alignments from Files ==
+== Reading in a Multiple Sequence Alignments from a File ==
 
 ... to be done
 
@@ -18,7 +18,7 @@ require 'bio'
 }}}
 
 
-== Writing Multiple Sequence Alignments to Files ==
+== Writing a Multiple Sequence Alignment to a File ==
 
 ... to be done
 
@@ -81,13 +81,13 @@ report.align.each { |s| puts s.to_s }
 }}}
 
 
-== Manipulating Multiple Sequence Alignments  ==
+== Manipulating Multiple Sequence Alignments ==
 
 It is probably a good idea to 'clean up' multiple sequence to be used
 for phylogenetic inference. For instance, columns with more than 50% gaps can be deleted, like so:
 
 
-... to be done
+*... to be done*
 
 {{{
 #!/usr/bin/env ruby
@@ -148,4 +148,4 @@ require 'bio'
 *Need to further test and then import GSoC 'SDI' work.*
 
 
-== Others? ==
+== Others? ==
\ No newline at end of file