Previous changeset 31:4f017b111d6c (2016-10-25) Next changeset 33:ff82ecfb509e (2016-10-25) |
Commit message:
Uploaded |
modified:
evaluation.xml |
b |
diff -r 4f017b111d6c -r 9230fde1d48e evaluation.xml --- a/evaluation.xml Tue Oct 25 14:39:30 2016 -0400 +++ b/evaluation.xml Tue Oct 25 14:39:48 2016 -0400 |
b |
@@ -29,12 +29,6 @@ label="folds" help=" path to a folds file containing folds indexes in a R list called /folds/ such as produced by the folds tools in OGHMA suite. " /> - <param name="evaluationPath" type="text" - label="path to the output folds" help= " a path to a FOLDER where the results (depending on the chosen mode) will be writen" - /> - <param name="filePrefix" type="text" value="evaluated" - label="prefix of output files" help= "prefix to give to all files generate by evaluation" - /> </inputs> @@ -48,9 +42,6 @@ "${r2}" -> doR2 "${cor}" -> doCor "${folds}" -> folds -"${evaluationPath}" -> out -"${filePrefix}" -> name - </configfile> </configfiles> |