Mercurial > repos > imgteam > curve_fitting
comparison curve_fitting.xml @ 2:dd5fede16ee4 draft
"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/curve_fitting/ commit ef82d0882741042922349499cafa35d20d70ce70"
author | imgteam |
---|---|
date | Thu, 22 Jul 2021 22:18:16 +0000 |
parents | c54cf4ce6baf |
children | 00feb1ecd040 |
comparison
equal
deleted
inserted
replaced
1:c54cf4ce6baf | 2:dd5fede16ee4 |
---|---|
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="select" label="Degree of the polynomial function"> | 21 <param name="degree" type="integer" 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> |