Mercurial > repos > imgteam > curve_fitting
comparison curve_fitting.xml @ 3:00feb1ecd040 draft
"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/curve_fitting/ commit db4c2a87a21f32e5d12d11e68f32773bfc06fcfd"
author | imgteam |
---|---|
date | Sat, 24 Jul 2021 17:38:45 +0000 |
parents | dd5fede16ee4 |
children | 004c57179c61 |
comparison
equal
deleted
inserted
replaced
2:dd5fede16ee4 | 3:00feb1ecd040 |
---|---|
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> |