Mercurial > repos > imgteam > curve_fitting
changeset 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 |
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:16:12 2021 +0000 +++ b/curve_fitting.xml Thu Jul 22 22:18:16 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="select" label="Degree of the polynomial function"> + <param name="degree" type="integer" label="Degree of the polynomial function"> <option value="2" selected="True">2nd degree</option> <option value="1">1st degree</option> </param>