changeset 13:bc54ac99e130 draft

Uploaded
author testtool
date Mon, 02 Oct 2017 08:14:54 -0400
parents a887cbcd199d
children 35ab97d72ea7
files survival/survival.xml
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/survival/survival.xml	Mon Oct 02 08:12:15 2017 -0400
+++ b/survival/survival.xml	Mon Oct 02 08:14:54 2017 -0400
@@ -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>