From 742ddda1b4047acb78db80c78a818492e72a2969 Mon Sep 17 00:00:00 2001 From: "cmzmasek@gmail.com" Date: Thu, 24 Feb 2011 08:36:42 +0000 Subject: [PATCH] Edited wiki page PhyloBioRuby through web user interface. --- wiki/PhyloBioRuby.wiki | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/wiki/PhyloBioRuby.wiki b/wiki/PhyloBioRuby.wiki index 45c0d5f..c5ab8f9 100644 --- a/wiki/PhyloBioRuby.wiki +++ b/wiki/PhyloBioRuby.wiki @@ -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 -- 1.7.10.2