# HG changeset patch # User anngomez # Date 1355149620 18000 # Node ID ed4fcc8c453a7d84b65d7c8240065d0cec5078b6 # Parent ad8b097df80ab0dfc5c540cb65c862617e4acff6 Uploaded diff -r ad8b097df80a -r ed4fcc8c453a mrbayes.xml --- a/mrbayes.xml Wed Nov 21 11:27:56 2012 -0500 +++ b/mrbayes.xml Mon Dec 10 09:27:00 2012 -0500 @@ -2,16 +2,30 @@ with options and commands mb $command_file > $outfile -#silent sys.stderr.write("\n \n \n !!!! Cheetah Template Variables !!!!\n") +## 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-list !!!!\n \n \n") +#silent sys.stderr.write("======== End of Cheetah template variables ========\n \n \n") - + + + + + + + + + + + + @@ -31,20 +45,7 @@ @@ -81,14 +86,19 @@ 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; + $append; #end if# mcmc; $sump $sumt - $plot +#if str($plot) == "plot" + plot; +#end if# end; @@ -141,6 +151,12 @@ .. class:: infomark +**Tip for repetitive analyses** + +Note that running the same analysis on the same dataset in Galaxy will overwrite .p, .t, and .mcmc files for that dataset. This can be avoided by copying the dataset or re-uploading it, or by specifying a new filename. + +.. class:: infomark + **Tip for using append** 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.