Mercurial > repos > greg > bmsb
comparison bmsb.xml @ 30:53d2ac56c953 draft
Uploaded
author | greg |
---|---|
date | Sun, 21 Aug 2016 10:20:56 -0400 |
parents | 22043dadfd2c |
children | aefd45f2fa43 |
comparison
equal
deleted
inserted
replaced
29:be7c61620bb1 | 30:53d2ac56c953 |
---|---|
7 </requirements> | 7 </requirements> |
8 <command> | 8 <command> |
9 <![CDATA[ | 9 <![CDATA[ |
10 #import json | 10 #import json |
11 Rscript $__tool_directory__/bmsb.R | 11 Rscript $__tool_directory__/bmsb.R |
12 -n "$input" | 12 -i "$input" |
13 -o "$output" | 13 -o "$output" |
14 ###if str($output_r_logging_cond.output_r_logging) == "yes": | 14 ###if str($output_r_logging_cond.output_r_logging) == "yes": |
15 ## -s "true" | 15 ## -s "true" |
16 ## -m "$output_r_log" | 16 ## -m "$output_r_log" |
17 ###end if | 17 ###end if |