From 0240f205b1191842a486fcdde29a8fa600728cdc Mon Sep 17 00:00:00 2001 From: jason Date: Fri, 9 Jul 2004 22:35:40 +0000 Subject: [PATCH] support more models svn path=/bioperl-run/trunk/; revision=13549 --- Bio/Tools/Run/Phylo/PAML/Codeml.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bio/Tools/Run/Phylo/PAML/Codeml.pm b/Bio/Tools/Run/Phylo/PAML/Codeml.pm index 71321a7..a5bc2ca 100644 --- a/Bio/Tools/Run/Phylo/PAML/Codeml.pm +++ b/Bio/Tools/Run/Phylo/PAML/Codeml.pm @@ -255,7 +255,7 @@ BEGIN { # (model) models for codons # 0: one, 1:b, 2:2 or more dN/dS ratios for branches - 'model' => [0..2], + 'model' => [0..2,7], # (NSsites) number of S sites # 0: one w;1:neutral;2:selection; 3:discrete;4:freqs; -- 2.11.4.GIT