Mercurial > repos > greg > bmsb
changeset 17:f6977dcfbec3 draft
Uploaded
author | greg |
---|---|
date | Tue, 16 Aug 2016 11:36:22 -0400 |
parents | a286e1d48b45 |
children | c6668285a216 |
files | bmsb.xml |
diffstat | 1 files changed, 0 insertions(+), 15 deletions(-) [+] |
line wrap: on
line diff
--- a/bmsb.xml Tue Aug 16 11:36:16 2016 -0400 +++ b/bmsb.xml Tue Aug 16 11:36:22 2016 -0400 @@ -8,28 +8,13 @@ <command> <![CDATA[ Rscript $__tool_directory__/bmsb.R - #if str($output_r_logging_cond.output_r_logging) == "yes": - -s "true" - -m "$output_r_log" - #end if -o "$output" ]]> </command> <inputs> <param name="input" type="data" format="csv" label="Select temperature data" /> - <conditional name="output_r_logging_cond"> - <param name="output_r_logging" type="select" label="Output R logging?" help="Generate an additional dataset consisting of R messages."> - <option value="yes" selected="True">Yes</option> - <option value="no">No</option> - </param> - <when value="no"/> - <when value="yes"/> - </conditional> </inputs> <outputs> - <data name="output_r_log" format="txt" label="${tool.name} on ${on_string}: R log"> - <filter>output_r_logging_cond['output_r_logging'] == "yes"</filter> - </data> <data name="output" format="RData"/> </outputs> <help>