| Previous changeset 2:b30aa285ac0a (2021-07-25) Next changeset 4:f3fad67af22c (2023-11-13) |
|
Commit message:
"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/points_association_nn/ commit ae389b10be46633407effcc6856167f6e8bb2122" |
|
modified:
points_association_nn.xml |
| b |
| diff -r b30aa285ac0a -r 65210e69cf95 points_association_nn.xml --- 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 |
| b |
| @@ -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> |