Repository 'landmark_registration'
hg clone https://toolshed.g2.bx.psu.edu/repos/imgteam/landmark_registration

Changeset 5:12997d4c5b00 (2022-08-03)
Previous changeset 4:aee73493bf53 (2022-07-18) Next changeset 6:02aa2873e67d (2023-11-13)
Commit message:
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration/ commit 6d6a6fd04fa1d1f9a5bf1aff451e43be072c0293
modified:
landmark_registration.py
landmark_registration.xml
b
diff -r aee73493bf53 -r 12997d4c5b00 landmark_registration.py
--- a/landmark_registration.py Mon Jul 18 18:41:19 2022 +0000
+++ b/landmark_registration.py Wed Aug 03 16:50:52 2022 +0000
b
@@ -1,5 +1,5 @@
 """
-Copyright 2017-2022 Biomedical Computer Vision Group, Heidelberg University.
+Copyright 2017-2022 Biomedical Computer Vision Group & Core Facility Platform Mannheim, Heidelberg University.
 
 Distributed under the MIT license.
 See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
b
diff -r aee73493bf53 -r 12997d4c5b00 landmark_registration.xml
--- a/landmark_registration.xml Mon Jul 18 18:41:19 2022 +0000
+++ b/landmark_registration.xml Wed Aug 03 16:50:52 2022 +0000
b
@@ -1,4 +1,4 @@
-<tool id="ip_landmark_registration" name="Landmark Registration" version="0.0.5" profile="20.05">
+<tool id="ip_landmark_registration" name="Landmark Registration" version="0.1.0" profile="20.05">
     <description>estimates the affine transformation matrix or performs piecewise affine transformation</description>
     <requirements>
         <requirement type="package" version="0.18.1">scikit-image</requirement>
@@ -74,6 +74,7 @@
     About the format of landmark/point coordinates in the input TSV table: Columns with header "x" and "y" are for x- and y-coordinate, respectively.
     </help>
     <citations>
+        <citation type="doi">10.3390/cells11152390</citation>
         <citation type="doi">10.1016/j.jbiotec.2017.07.019</citation>
     </citations>
 </tool>