| Previous changeset 12:a887cbcd199d (2017-10-02) Next changeset 14:35ab97d72ea7 (2017-10-02) |
|
Commit message:
Uploaded |
|
modified:
survival/survival.xml |
| b |
| diff -r a887cbcd199d -r bc54ac99e130 survival/survival.xml --- a/survival/survival.xml Mon Oct 02 08:12:15 2017 -0400 +++ b/survival/survival.xml Mon Oct 02 08:14:54 2017 -0400 |
| b |
| @@ -4,7 +4,7 @@ <requirement type="package" version="2.40_1">r-survival</requirement> </requirements> <command detect_errors="aggressive"> - Rscript '$__tool_directory__/survival.R' '$input' '$type' '$error' '$conf.type' '$conf.lower' '$fit' '$png' + Rscript '$__tool_directory__/survival.R' '$input' '$type' '$error' '$conf_type' '$conf_lower' '$fit' '$png' </command> <inputs> <param format="csv" type="data" name="input" value="" label="survival data" help=" @@ -30,8 +30,8 @@ </param> </conditional> - <conditional name="conf.type"> - <param name="conf.type" type="select" label="Type of conf.type:"> + <conditional name="conf_type"> + <param name="conf_type" type="select" label="Type of conf_type:"> <option value="log">log</option> <option value="log-log">log-log</option> <option value="plain">plain</option> @@ -39,8 +39,8 @@ </param> </conditional> - <conditional name="conf.lower"> - <param name="conf.lower" type="select" label="Type of conf.lower:"> + <conditional name="conf_lower"> + <param name="conf_lower" type="select" label="Type of conf_lower:"> <option value="usual">usual</option> <option value="peto">peto</option> <option value="modified">modified</option> |