changeset 5:12997d4c5b00 draft

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/landmark_registration/ commit 6d6a6fd04fa1d1f9a5bf1aff451e43be072c0293
author imgteam
date Wed, 03 Aug 2022 16:50:52 +0000
parents aee73493bf53
children 02aa2873e67d
files landmark_registration.py landmark_registration.xml
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/landmark_registration.py	Mon Jul 18 18:41:19 2022 +0000
+++ b/landmark_registration.py	Wed Aug 03 16:50:52 2022 +0000
@@ -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
--- a/landmark_registration.xml	Mon Jul 18 18:41:19 2022 +0000
+++ b/landmark_registration.xml	Wed Aug 03 16:50:52 2022 +0000
@@ -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>