changeset 1:c54cf4ce6baf draft

"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/curve_fitting/ commit 7eed123c4116a9f47a8d3f6ab31565fa07b62013"
author imgteam
date Thu, 22 Jul 2021 22:16:12 +0000
parents 8bf2c507af3a
children dd5fede16ee4
files curve_fitting.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/curve_fitting.xml	Thu Jul 22 19:34:36 2021 +0000
+++ b/curve_fitting.xml	Thu Jul 22 22:16:12 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>