Previous changeset 1:c54cf4ce6baf (2021-07-22) Next changeset 3:00feb1ecd040 (2021-07-24) |
Commit message:
"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/curve_fitting/ commit ef82d0882741042922349499cafa35d20d70ce70" |
modified:
curve_fitting.xml |
b |
diff -r c54cf4ce6baf -r dd5fede16ee4 curve_fitting.xml --- a/curve_fitting.xml Thu Jul 22 22:16:12 2021 +0000 +++ b/curve_fitting.xml Thu Jul 22 22:18:16 2021 +0000 |
b |
@@ -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> |