comparison points_association_nn.xml @ 3:65210e69cf95 draft

"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points_association_nn/ commit ae389b10be46633407effcc6856167f6e8bb2122"
author imgteam
date Sat, 09 Apr 2022 12:46:39 +0000
parents b30aa285ac0a
children f3fad67af22c
comparison
equal deleted inserted replaced
2:b30aa285ac0a 3:65210e69cf95
1 <tool id="ip_points_association_nn" name="Association of points" version="0.0.2" profile="20.05"> 1 <tool id="ip_points_association_nn" name="Association of points" version="0.0.3" profile="20.05">
2 <description>in consecutive frames (slices) using the nearest neighbor algorithm</description> 2 <description>in consecutive frames (slices) using the nearest neighbor algorithm</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>
37 <help> 37 <help>
38 **What it does** 38 **What it does**
39 39
40 This tool associates points in consecutive frames (slices) using the nearest neighbor algorithm. 40 This tool associates points in consecutive frames (slices) using the nearest neighbor algorithm.
41 </help> 41 </help>
42 <citations>
43 <citation type="doi">10.1097/j.pain.0000000000002642</citation>
44 </citations>
42 </tool> 45 </tool>