<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>baseml</title></head><body>
<div><font face="Courier New">Hi there,</font></div>
<div><font face="Courier New"><br></font></div>
<div><font face="Courier New">I'm getting some errors when trying to
run Baseml.pm&nbsp; I've checked the documentation and these should be
valid parameter values for runmode, Mgene, and fix_kappa.&nbsp; Also,
it's not locating the method &quot;tree&quot; in Baseml.pm - I
couldn't find it in there either.&nbsp; Should I just use
$codeml-&gt;tree($tree)?</font></div>
<div><font face="Courier New"><br></font></div>
<div><font face="Courier New">Thank you in advance for your
help.</font></div>
<div><font face="Courier New"><br></font></div>
<div><font face="Courier New">Alisha</font></div>
<div><font face="Courier New"><br></font></div>
<div><font face="Courier New">-------------------- WARNING
---------------------<br>
MSG: parameter runmode specified value 0 is not recognized, please see
the documentation and the code for this module or set the
no_param_checks to a true value<br>
---------------------------------------------------<br>
<br>
-------------------- WARNING ---------------------<br>
MSG: unknown parameter Mgene will not set unless you force by setting
no_param_checks to true<br>
---------------------------------------------------<br>
<br>
-------------------- WARNING ---------------------<br>
MSG: parameter fix_kappa specified value 0 is not recognized, please
see the documentation and the code for this module or set the
no_param_checks to a true value</font></div>
<div><font
face="Courier New">---------------------------------------------------</font
></div>
<div><font face="Courier New"><br></font></div>
<div><font face="Courier New">Can't locate object method &quot;tree&quot;
via package &quot;Bio::Tools::Run::Phylo::PAML::Baseml&quot; at
batch_basemlpaml_simcon.pl line 77, &lt;GEN1&gt; line 1.</font><br>
<font face="Courier New"></font></div>
<div><font face="Courier New"><br></font></div>
<div><font face="Courier New">Here's my code sample...</font></div>
<div><font face="Courier New">my $alignio = new Bio::AlignIO(-format
=&gt; 'fasta',</font></div>
<div><font
face="Courier New"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>-file&nbsp;&nbsp; =&gt; $datafile);<x-tab>&nbsp;
</x-tab></font></div>
<div><font
face="Courier New"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab></font></div>
<div><font
face="Courier New"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>my $aln = $alignio-&gt;next_aln;</font></div>
<div><font
face="Courier New"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>if($aln){</font></div>
<div><font
face="Courier New"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </x-tab>my
$baseml = new Bio::Tools::Run::Phylo::PAML::Baseml();</font></div>
<div><font
face="Courier New"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab></font></div>
<div><font
face="Courier New"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>$baseml-&gt;set_parameter('runmode', 0);<x-tab>&nbsp;&nbsp;
</x-tab>## user provided tree file</font></div>
<div><font
face="Courier New"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>$baseml-&gt;set_parameter('model',
4);<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </x-tab>## 0
JC 4 HKY85</font></div>
<div><font
face="Courier New"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>$baseml-&gt;set_parameter('Mgene', 0);</font></div>
<div><font
face="Courier New"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>$baseml-&gt;set_parameter('fix_alpha', 1);</font></div>
<div><font
face="Courier New"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>$baseml-&gt;set_parameter('alpha', 0);</font></div>
<div><font
face="Courier New"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>$baseml-&gt;set_parameter('fix_kappa', 0);</font></div>
<div><font
face="Courier New"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>$baseml-&gt;set_parameter('kappa', 2);</font></div>
<div><font
face="Courier New"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>$baseml-&gt;set_parameter('fix_rho', 1);</font></div>
<div><font
face="Courier New"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>$baseml-&gt;set_parameter('rho', 0);</font></div>
<div><font
face="Courier New"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>$baseml-&gt;set_parameter('cleandata',1);</font></div>
<div><font
face="Courier New"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab></font></div>
<div><font
face="Courier New"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>print $baseml-&gt;executable(), &quot; is
baseml\n&quot;;</font></div>
<div><font
face="Courier New"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab></font></div>
<div><font
face="Courier New"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>$baseml-&gt;alignment($aln);</font></div>
<div><font
face="Courier New"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab></font></div>
<div><font
face="Courier New"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </x-tab>my
$treefile = &quot;msy.tre&quot;;</font></div>
<div><font
face="Courier New"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </x-tab>my
$treein = Bio::TreeIO-&gt;new(-format =&gt; 'newick',-file =&gt;
$treefile);</font></div>
<div><font
face="Courier New"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </x-tab>my
$tree = $treein-&gt;next_tree;</font></div>
<div><font
face="Courier New"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab></font></div>
<div><font
face="Courier New"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </x-tab>##
this isn't working and I can't find this method in the baseml
doc</font></div>
<div><font
face="Courier New"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>$baseml-&gt;tree($tree);</font></div>
<div><font face="Courier New"><br></font></div>
<div><font
face="Courier New"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>etc.</font></div>
<div><font
face="Courier New"><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>}</font></div>
<div><font face="Courier New"><br></font></div>
<div><font face="Courier New"><br></font></div>
<div><br></div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div>Alisha Holloway<br>
<br>
Postdoctoral Fellow<br>
Section of Evolution &amp; Ecology<br>
3347 Storer Hall<br>
University of California<br>
Davis, CA&nbsp; 95616<br>
<br>
530-754-9551 Office<br>
512-297-3958 Cell<br>
530-752-1449 Fax</div>
</body>
</html>