changeset 1:f772af27a6de draft

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/\binary2labelimage commit 7c8ef45ea41aa832628cfd1d2931992a2340d7b7
author thomaswollmann
date Sun, 12 Feb 2017 05:20:09 -0500
parents 668f8dabb346
children 8f98926130d9
files binary2label.xml
diffstat 1 files changed, 4 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/binary2label.xml	Sat Feb 11 17:28:57 2017 -0500
+++ b/binary2label.xml	Sun Feb 12 05:20:09 2017 -0500
@@ -1,13 +1,11 @@
-<tool id="binary2labelimage" name="Binary 2 Label" version="0.1">
+<tool id="binary2labelimage" name="Binary 2 Label" version="0.2">
   <description>Converts Binary to Label Image</description>
   <requirements>
     <requirement type="package" version="0.12.3" >scikit-image</requirement>
-    <requirement type="package" version="4.0.0">pillow</requirement>
-    <requirement type="package" version="1.12">numpy</requirement>
   </requirements>
   <command>
         <![CDATA[
-        python "$__tool_directory__/binary2label.py" '$input' '$output'
+        python '$__tool_directory__/binary2label.py' '$input' '$output'
         ]]>
   </command>
   <inputs>
@@ -18,8 +16,8 @@
   </outputs>
   <tests>
     <test>
-	    <param name="input" value="galaxyIcon_noText.tif" />
-	    <output name="output" value="label.tif" ftype="tiff" />
+        <param name="input" value="galaxyIcon_noText.tif" />
+        <output name="output" value="label.tif" ftype="tiff" />
     </test>
   </tests>
   <help>This tool assigns every object an own grey value.</help>