Mercurial > repos > nml > mrbayes
diff mrbayes.xml @ 1:bd36a094f934 draft
planemo upload commit 5e6b76536ce524b849abf98220dcb1ec77570813-dirty
author | nml |
---|---|
date | Tue, 15 Dec 2015 16:22:56 -0500 |
parents | 25da76152cf2 |
children | 2fe97192eb4b |
line wrap: on
line diff
--- a/mrbayes.xml Tue Dec 15 14:26:53 2015 -0500 +++ b/mrbayes.xml Tue Dec 15 16:22:56 2015 -0500 @@ -1,9 +1,12 @@ <?xml version="1.0"?> -<tool id="mrbayes" name="MrBayes" version="1.0.0"> +<tool id="mrbayes" name="MrBayes" version="1.0.1"> <description>with options and commands</description> <requirements> <requirement type="package" version="3.2.6">mrbayes</requirement> </requirements> + <stdio> + <exit_code range="1:" level="fatal" description="Unknown error has occurred"/> + </stdio> <command> mb $command_file > $outfile ## print list of avaialble variables #silent sys.stderr.write("\n \n \n ======== Cheetah template variables ========\n") @@ -15,7 +18,8 @@ <configfiles> <configfile name="command_file"> begin mrbayes; - set seed=$seed; + set Seed=$seed; + set Swapseed=$swapseed; set quitonerror=no; execute $data; outgroup $outgroup; @@ -106,6 +110,10 @@ help="Specify a seed with which to run the job."> <validator type="in_range" min="1" max="inf" message="Must be greater than or equal to 1"/> </param> + <param name="swapseed" type="integer" label="<hr>Swap Seed" optional="false" value="5" + help="Specify a swap seed with which to run the job."> + <validator type="in_range" min="1" max="inf" message="Must be greater than or equal to 1"/> + </param> </inputs> <outputs> <data name="outfile" format="txt"/>