From 2534b09aadc19297ba01627648fab1f242ffdd27 Mon Sep 17 00:00:00 2001 From: "cmzmasek@gmail.com" Date: Tue, 1 Mar 2011 03:35:14 +0000 Subject: [PATCH] Edited wiki page PhyloBioRuby through web user interface. --- wiki/PhyloBioRuby.wiki | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/wiki/PhyloBioRuby.wiki b/wiki/PhyloBioRuby.wiki index e881406..3839645 100644 --- a/wiki/PhyloBioRuby.wiki +++ b/wiki/PhyloBioRuby.wiki @@ -101,10 +101,10 @@ require 'bio' # 'seqs' is either an array of sequences or a multiple sequence # alignment. In general this is read in from a file as described in ?. # For the purpose of this tutorial, it is generated in code. -seqs = ["KMLFGVVFFFGG", - "LMGGHHF", - "GKKKKGHHHGHRRRGR", - "KKKKGHHHGHRRRGR"] +seqs = ['MFQIPEFEPSEQEDSSSAER', + 'MGTPKQPSLAPAHALGLRKS', + 'PKQPSLAPAHALGLRKS', + 'MCSTSGCDLE'] # Calculates the alignment using the MAFFT program on the local @@ -139,10 +139,10 @@ require 'bio' # 'seqs' is either an array of sequences or a multiple sequence # alignment. In general this is read in from a file as described in ?. # For the purpose of this tutorial, it is generated in code. -seqs = ["KMLFGVVFFFGG", - "LMGGHHF", - "GKKKKGHHHGHRRRGR", - "KKKKGHHHGHRRRGR"] +seqs = ['MFQIPEFEPSEQEDSSSAER', + 'MGTPKQPSLAPAHALGLRKS', + 'PKQPSLAPAHALGLRKS', + 'MCSTSGCDLE'] # Calculates the alignment using the Muscle program on the local # machine with options '-quiet -maxiters 64' -- 1.7.10.2