comparison curve_fitting.xml @ 1:c54cf4ce6baf draft

"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/curve_fitting/ commit 7eed123c4116a9f47a8d3f6ab31565fa07b62013"
author imgteam
date Thu, 22 Jul 2021 22:16:12 +0000
parents 8bf2c507af3a
children dd5fede16ee4
comparison
equal deleted inserted replaced
0:8bf2c507af3a 1:c54cf4ce6baf
16 '$alpha' 16 '$alpha'
17 ]]> 17 ]]>
18 </command> 18 </command>
19 <inputs> 19 <inputs>
20 <param name="fn_in" type="data" format="xlsx" label="File name of input data points (xlsx)" /> 20 <param name="fn_in" type="data" format="xlsx" label="File name of input data points (xlsx)" />
21 <param name="degree" type="integer" label="Degree of the polynomial function"> 21 <param name="degree" type="select" label="Degree of the polynomial function">
22 <option value="2" selected="True">2nd degree</option> 22 <option value="2" selected="True">2nd degree</option>
23 <option value="1">1st degree</option> 23 <option value="1">1st degree</option>
24 </param> 24 </param>
25 <param name="penalty" type="select" label="Optimization objective for fitting"> 25 <param name="penalty" type="select" label="Optimization objective for fitting">
26 <option value="abs" selected="True">Least absolute deviations (LAD)</option> 26 <option value="abs" selected="True">Least absolute deviations (LAD)</option>