# HG changeset patch # User nml # Date 1505923879 14400 # Node ID bd2c8053e155d49c6935baeae0b70ee8b81cc10b # Parent 2fe97192eb4b513d58b95f73d572d712bfc92e3a planemo upload commit b361f9ed82802229277cad4433f3de57f54a06f9 diff -r 2fe97192eb4b -r bd2c8053e155 mrbayes.xml --- a/mrbayes.xml Fri Dec 18 14:21:08 2015 -0500 +++ b/mrbayes.xml Wed Sep 20 12:11:19 2017 -0400 @@ -1,148 +1,158 @@ - - with options and commands - - mrbayes - - - - - mb $command_file > $outfile -## print list of avaialble variables -#silent sys.stderr.write("\n \n \n ======== Cheetah template variables ========\n") -#for k,v in $searchList[2].items() -#silent sys.stderr.write(" %s = %s\n" % (str(k), str(v) )) -#end for -#silent sys.stderr.write("======== End of Cheetah template variables ========\n \n \n") - - - - begin mrbayes; - set Seed=$seed; - set Swapseed=$swapseed; - set quitonerror=yes; - execute $data; - outgroup $outgroup; - $model; - lset rates=$rates; -#if str($filename) != "" - mcmcp filename=$filename; -#end if# - mcmcp ngen=$ngen nrun=$nrun nchain=$nchain checkfreq=$checkfreq samplefreq=$samplefreq printfreq=$printfreq stoprule=$stoprule burninfrac=$burninfrac; -#if int($ngen) >= int($checkfreq) - $append; -#end if# - mcmc; - $sump - $sumt -#if str($plot) == "plot" - plot; -#end if# - end; - - - - + + with options and commands + + mrbayes + + + + + mb $command_file > $outfile + ## print list of avaialble variables + #silent sys.stderr.write("\n \n \n ======== Cheetah template variables ========\n") + #for k,v in $searchList[2].items() + #silent sys.stderr.write(" %s = %s\n" % (str(k), str(v) )) + #end for + #silent sys.stderr.write("======== End of Cheetah template variables ========\n \n \n") + + + + begin mrbayes; + set Seed=$seed; + set Swapseed=$swapseed; + set quitonerror=yes; + execute $data; + outgroup $outgroup; + $model; + lset rates=$rates; + #if str($filename) != "" + mcmcp filename=$filename; + #end if + mcmcp ngen=$ngen + nrun=$nrun + nchain=$nchain + checkfreq=$checkfreq + samplefreq=$samplefreq + printfreq=$printfreq + stoprule=$stoprule + burninfrac=$burninfrac; + #if int($ngen) >= int($checkfreq) + $append; + #end if + mcmc; + $sump + $sumt + #if str($plot) == "plot" + plot; + #end if + end; + + + + - + - - - - - - - - - + + + + + + + + + - - - - - - - - - - - Models are defined below and are only valid for nucleotide data. - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - + + ngen will have no effect. +If you want to use the append functionality, all parameters will have to be identical to your initial analysis. +The easiest way to ensure this is by using the blue "Run this job again" arrow on the dataset, and checking the +additional append box. Note also that ngen will be the total number of generations, not the number of +generations to add, so you should increase this value except if a run was interrupted. Selecting append while +checkfreq > ngen will have no effect. ----- Wrapper originally created by AAFC-MBB -> https://github.com/AAFC-MBB/ - - - @ARTICLE {huelsenbeckjpronquistf.2001, - author = {Huelsenbeck JP, Ronquist F.}, - title = {MRBAYES: Bayesian inference of phylogenetic trees.}, - journal = {Bioinformatics}, - year = {2001}, - volume = {17}, - pages = {754-755}, - url = {http://www.ncbi.nlm.nih.gov/pubmed/11524383} - } - +]]> + + + @ARTICLE {huelsenbeckjpronquistf.2001, + author = {Huelsenbeck JP, Ronquist F.}, + title = {MRBAYES: Bayesian inference of phylogenetic trees.}, + journal = {Bioinformatics}, + year = {2001}, + volume = {17}, + pages = {754-755}, + url = {http://www.ncbi.nlm.nih.gov/pubmed/11524383} + } + +