changeset 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
files points_association_nn.xml
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/points_association_nn.xml	Sun Jul 25 20:10:46 2021 +0000
+++ b/points_association_nn.xml	Sat Apr 09 12:46:39 2022 +0000
@@ -1,4 +1,4 @@
-<tool id="ip_points_association_nn" name="Association of points" version="0.0.2" profile="20.05"> 
+<tool id="ip_points_association_nn" name="Association of points" version="0.0.3" profile="20.05"> 
     <description>in consecutive frames (slices) using the nearest neighbor algorithm</description>
     <requirements>
         <requirement type="package" version="1.20.2">numpy</requirement>
@@ -39,4 +39,7 @@
 
     This tool associates points in consecutive frames (slices) using the nearest neighbor algorithm.
     </help>
+    <citations>
+        <citation type="doi">10.1097/j.pain.0000000000002642</citation>
+    </citations>
 </tool>