changeset 3:42a68c3c07dc draft

"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/curve_fitting/ commit ae389b10be46633407effcc6856167f6e8bb2122"
author imgteam
date Sat, 09 Apr 2022 12:44:47 +0000
parents 6e574e747ad1
children 2c185b562eed
files curve_fitting.xml
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/curve_fitting.xml	Thu Jul 22 22:17:48 2021 +0000
+++ b/curve_fitting.xml	Sat Apr 09 12:44:47 2022 +0000
@@ -1,4 +1,4 @@
-<tool id="ip_curve_fitting" name="Curve Fitting" version="0.0.1" profile="20.05"> 
+<tool id="ip_curve_fitting" name="Curve Fitting" version="0.0.2" profile="20.05"> 
     <description>to data points using (1st- or 2nd-degree) polynomial function</description>
     <requirements>
         <requirement type="package" version="1.20.2">numpy</requirement>
@@ -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>
@@ -46,4 +46,7 @@
 
     This tool fits (1st- or 2nd-degree) polynomial curves to data points. Optional: Given a significance level, assistive curves will also be generated.
     </help>
+    <citations>
+        <citation type="doi">10.1097/j.pain.0000000000002642</citation>
+    </citations>
 </tool>