Mercurial > repos > imgteam > concat_channels
diff concat_channels.xml @ 1:d42501109c05 draft
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/concat_channels/ commit b2acc1845a25828181597fe5b6982fe116a7796d
author | imgteam |
---|---|
date | Mon, 22 Jul 2019 05:02:26 -0400 |
parents | 30517f733f7b |
children | 212627bfb759 |
line wrap: on
line diff
--- a/concat_channels.xml Sat Feb 09 14:33:14 2019 -0500 +++ b/concat_channels.xml Mon Jul 22 05:02:26 2019 -0400 @@ -1,14 +1,15 @@ -<tool id="ip_concat_channels" name="Concatenate images" version="0.1"> +<tool id="ip_concat_channels" name="Concatenate images" version="0.2"> <description></description> <requirements> <requirement type="package" version="0.14.2">scikit-image</requirement> <requirement type="package" version="1.15.4">numpy</requirement> + <requirement type="package" version="0.15.1">tifffile</requirement> </requirements> - <command> + <command detect_errors="aggressive"> <![CDATA[ python '$__tool_directory__/concat_channels.py' #for $input in $inputs - '$input' + '$input' #end for -o '$output' --axis '$axis' ]]>