Mercurial > repos > imgteam > overlay_moving_and_fixed_image
diff overlay_moving_and_fixed_image.xml @ 1:f9df2b32b632 draft
"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/overlay_moving_and_fixed_image/ commit 3d389fdec0db29cf6fbd783c0501455bf624fa90"
author | imgteam |
---|---|
date | Wed, 18 Dec 2019 09:58:34 +0000 |
parents | 5cda6b23a47e |
children | 93533276bf1d |
line wrap: on
line diff
--- a/overlay_moving_and_fixed_image.xml Sat Feb 09 14:20:06 2019 -0500 +++ b/overlay_moving_and_fixed_image.xml Wed Dec 18 09:58:34 2019 +0000 @@ -1,4 +1,4 @@ -<tool id="ip_viz_overlay_moving_and_fixed_image" name="Overlay" version="0.0.1"> +<tool id="ip_viz_overlay_moving_and_fixed_image" name="Overlay" version="0.0.2"> <description>moving and fixed image</description> <requirements> <requirement type="package" version="0.14.2">scikit-image</requirement> @@ -6,11 +6,12 @@ <requirement type="package" version="1.15.4">numpy</requirement> <requirement type="package" version="1.1.0">scipy</requirement> <requirement type="package" version="5.3.0">pillow</requirement> + <requirement type="package" version="0.15.1">tifffile</requirement> </requirements> - <command><![CDATA[ + <command detect_errors="aggressive"><![CDATA[ python '$__tool_directory__/overlay_moving_and_fixed_image.py' '$fixed_image' - '$moving_image' + '$moving_image' '$warp_matrix' '$overlay_out' --factor $factor