Mercurial > repos > imgteam > curve_fitting
changeset 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 |
files | curve_fitting.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/curve_fitting.xml Thu Jul 22 22:18:16 2021 +0000 +++ b/curve_fitting.xml Sat Jul 24 17:38:45 2021 +0000 @@ -18,7 +18,7 @@ </command> <inputs> <param name="fn_in" type="data" format="xlsx" label="File name of input data points (xlsx)" /> - <param name="degree" type="integer" label="Degree of the polynomial function"> + <param name="degree" type="select" label="Degree of the polynomial function"> <option value="2" selected="True">2nd degree</option> <option value="1">1st degree</option> </param>