Previous changeset 3:00feb1ecd040 (2021-07-24) Next changeset 5:e0af18405e37 (2022-07-19) |
Commit message:
"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/curve_fitting/ commit ae389b10be46633407effcc6856167f6e8bb2122" |
modified:
curve_fitting.xml |
b |
diff -r 00feb1ecd040 -r 004c57179c61 curve_fitting.xml --- a/curve_fitting.xml Sat Jul 24 17:38:45 2021 +0000 +++ b/curve_fitting.xml Sat Apr 09 12:46:19 2022 +0000 |
b |
@@ -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> |