Mercurial > repos > imgteam > curve_fitting
diff curve_fitting.xml @ 5:e0af18405e37 draft
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/curve_fitting/ commit cd63bc5e6eb7254111012209fac9154569355f20
author | imgteam |
---|---|
date | Tue, 19 Jul 2022 08:51:41 +0000 |
parents | 004c57179c61 |
children | 2dc244356765 |
line wrap: on
line diff
--- a/curve_fitting.xml Sat Apr 09 12:46:19 2022 +0000 +++ b/curve_fitting.xml Tue Jul 19 08:51:41 2022 +0000 @@ -1,4 +1,4 @@ -<tool id="ip_curve_fitting" name="Curve Fitting" version="0.0.2" profile="20.05"> +<tool id="ip_curve_fitting" name="Curve Fitting" version="0.0.3" 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> @@ -11,9 +11,9 @@ python '$__tool_directory__/curve_fitting.py' '$fn_in' ./output.xlsx - '$degree' - '$penalty' - '$alpha' + $degree + $penalty + $alpha ]]> </command> <inputs>