comparison selectionExtracted.xml @ 6:7076911e5c64 draft default tip

"planemo upload for repository https://github.com/sblanck/MPAgenomics4Galaxy/tree/master/mpagenomics_wrappers commit a644ed69951bcc1ac46426c5e6c9a0af1003a9a8-dirty"
author sblanck
date Tue, 20 Apr 2021 15:00:42 +0000
parents 4f753bb8681e
children
comparison
equal deleted inserted replaced
5:4f753bb8681e 6:7076911e5c64
16 --output '$output' 16 --output '$output'
17 --log '$log' 17 --log '$log'
18 ]]> 18 ]]>
19 </command> 19 </command>
20 <inputs> 20 <inputs>
21 <param name="input" type="data" format="sef" label="Input Signal" help="see below for more information on file format"/> 21 <param name="input" type="data" format="sef,saf" label="Input Signal" help="see below for more information on file format"/>
22 <param name="response" type="data" format="csv" label="Data response" help="Data response csv file. See below for more information on file format" /> 22 <param name="response" type="data" format="csv" label="Data response" help="Data response csv file. See below for more information on file format" />
23 <param name="folds" type="integer" min="1" value="10" label ="Number of folds for cross validation" help="Integer between 1 and number of file in the .cel file dataset"/> 23 <param name="folds" type="integer" min="1" value="10" label ="Number of folds for cross validation" help="Integer between 1 and number of file in the .cel file dataset"/>
24 <param name="loss" type="select" multiple="false" label="Response type"> 24 <param name="loss" type="select" multiple="false" label="Response type">
25 <option value="linear">Linear</option> 25 <option value="linear">Linear</option>
26 <option value="logistic">Logistic</option> 26 <option value="logistic">Logistic</option>