Previous changeset 16:53dff79c833b (2017-10-02) Next changeset 18:2d017484d600 (2017-10-02) |
Commit message:
Uploaded |
modified:
survival/survival.xml |
b |
diff -r 53dff79c833b -r 2d38d5edc913 survival/survival.xml --- a/survival/survival.xml Mon Oct 02 08:23:18 2017 -0400 +++ b/survival/survival.xml Mon Oct 02 08:27:28 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=" @@ -15,8 +15,8 @@ 19 2506 FALSE 1 HOXA1 20 1382 TRUE 1 HOXA1 ''"/> - <conditional name="select_type1"> - <param name="input_type_selector1" type="select" label="Type of survival curve:"> + <conditional name="type"> + <param name="type" type="select" label="Type of survival curve:"> <option value="kaplan-meier">kaplan-meier</option> <option value="fleming-harrington">fleming-harrington</option> <option value="fh2">fleming-harrington</option> @@ -32,8 +32,8 @@ </when> </conditional> - <conditional name="select_type2"> - <param name="input_type_selector2" type="select" label="Type of error:"> + <conditional name="error"> + <param name="error" type="select" label="Type of error:"> <option value="greenwood">greenwood</option> <option value="tsiatis">tsiatis</option> </param> @@ -45,8 +45,8 @@ </when> </conditional> - <conditional name="select_type3"> - <param name="input_type_selector3" 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> @@ -66,8 +66,8 @@ </when> </conditional> - <conditional name="select_type4"> - <param name="input_type_selector4" 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">fleming-harrington</option> <option value="modified">fleming-harrington</option> |