Previous changeset 27:5fc179380f8c (2017-10-02) Next changeset 29:45848020d137 (2017-10-02) |
Commit message:
Uploaded |
modified:
survival/survival.xml |
b |
diff -r 5fc179380f8c -r 902b2b5169ad survival/survival.xml --- a/survival/survival.xml Mon Oct 02 10:36:30 2017 -0400 +++ b/survival/survival.xml Mon Oct 02 10:47:25 2017 -0400 |
b |
@@ -15,22 +15,12 @@ 19 2506 FALSE 1 HOXA1 20 1382 TRUE 1 HOXA1 ''"/> - <conditional name="type"> - <param name="type" type="select" label="Type of survival curve:"> + <param argument="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">fh2</option> - </param> - <when value="kaplan-meier"> - <param name = "type" format="text" value = "kaplan-meier"/> - <when/> - <when value="fleming-harrington"> - <param name = "type" format="text" value="fleming-harrington"/> - <when/> - <when value="fh2"> - <param name = "type" format="text" value="fh2"/> - <when/> - </conditional> + </param> + <conditional name="error"> <param name="error" type="select" label="Type of error:"> |