changeset 4:004c57179c61 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:46:19 +0000
parents 00feb1ecd040
children e0af18405e37
files curve_fitting.xml
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/curve_fitting.xml	Sat Jul 24 17:38:45 2021 +0000
+++ b/curve_fitting.xml	Sat Apr 09 12:46:19 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>
@@ -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>