changeset 2:6e574e747ad1 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:17:48 +0000
parents ed294fe7383f
children 42a68c3c07dc
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:15:46 2021 +0000
+++ b/curve_fitting.xml	Thu Jul 22 22:17:48 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>