Mercurial > repos > imgteam > curve_fitting
comparison curve_fitting.xml @ 4:2c185b562eed draft default tip
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:50:36 +0000 |
| parents | 42a68c3c07dc |
| children |
comparison
equal
deleted
inserted
replaced
| 3:42a68c3c07dc | 4:2c185b562eed |
|---|---|
| 1 <tool id="ip_curve_fitting" name="Curve Fitting" version="0.0.2" profile="20.05"> | 1 <tool id="ip_curve_fitting" name="Curve Fitting" version="0.0.3" profile="20.05"> |
| 2 <description>to data points using (1st- or 2nd-degree) polynomial function</description> | 2 <description>to data points using (1st- or 2nd-degree) polynomial function</description> |
| 3 <requirements> | 3 <requirements> |
| 4 <requirement type="package" version="1.20.2">numpy</requirement> | 4 <requirement type="package" version="1.20.2">numpy</requirement> |
| 5 <requirement type="package" version="3.0.7">openpyxl</requirement> | 5 <requirement type="package" version="3.0.7">openpyxl</requirement> |
| 6 <requirement type="package" version="1.2.4">pandas</requirement> | 6 <requirement type="package" version="1.2.4">pandas</requirement> |
| 9 <command> | 9 <command> |
| 10 <![CDATA[ | 10 <![CDATA[ |
| 11 python '$__tool_directory__/curve_fitting.py' | 11 python '$__tool_directory__/curve_fitting.py' |
| 12 '$fn_in' | 12 '$fn_in' |
| 13 ./output.xlsx | 13 ./output.xlsx |
| 14 '$degree' | 14 $degree |
| 15 '$penalty' | 15 $penalty |
| 16 '$alpha' | 16 $alpha |
| 17 ]]> | 17 ]]> |
| 18 </command> | 18 </command> |
| 19 <inputs> | 19 <inputs> |
| 20 <param name="fn_in" type="data" format="xlsx" label="File name of input data points (xlsx)" /> | 20 <param name="fn_in" type="data" format="xlsx" label="File name of input data points (xlsx)" /> |
| 21 <param name="degree" type="select" label="Degree of the polynomial function"> | 21 <param name="degree" type="select" label="Degree of the polynomial function"> |
