comparison curve_fitting.xml @ 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
comparison
equal deleted inserted replaced
3:00feb1ecd040 4:004c57179c61
1 <tool id="ip_curve_fitting" name="Curve Fitting" version="0.0.1" profile="20.05"> 1 <tool id="ip_curve_fitting" name="Curve Fitting" version="0.0.2" 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>
44 <help> 44 <help>
45 **What it does** 45 **What it does**
46 46
47 This tool fits (1st- or 2nd-degree) polynomial curves to data points. Optional: Given a significance level, assistive curves will also be generated. 47 This tool fits (1st- or 2nd-degree) polynomial curves to data points. Optional: Given a significance level, assistive curves will also be generated.
48 </help> 48 </help>
49 <citations>
50 <citation type="doi">10.1097/j.pain.0000000000002642</citation>
51 </citations>
49 </tool> 52 </tool>