Mercurial > repos > iuc > imagej2_create_image
diff imagej2_create_image.xml @ 5:e16d8e6654a6 draft
planemo upload commit 378c3ecfbaed0330faf197811d379431b0f9e92c-dirty
| author | iuc |
|---|---|
| date | Sun, 11 Oct 2015 13:30:37 -0400 |
| parents | 48f25b8408e1 |
| children | 74b6dd718fef |
line wrap: on
line diff
--- a/imagej2_create_image.xml Wed Aug 26 14:37:18 2015 -0400 +++ b/imagej2_create_image.xml Sun Oct 11 13:30:37 2015 -0400 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> <tool id="imagej2_create_image" name="Create new image" version="@WRAPPER_VERSION@.0"> - <description>with ImageJ2</description> + <description></description> <macros> <import>imagej2_macros.xml</import> </macros> @@ -20,7 +20,7 @@ </command> <inputs> <expand macro="image_type" /> - <param name="image_title" type="text" size="80" label="Image title" help="Leave blank for no title" /> + <param name="image_title" type="text" label="Image title" help="Leave blank for no title" /> <param name="width" type="integer" value="512" min="1" label="Image width in pixels" /> <param name="height" type="integer" value="512" min="1" label="Image height in pixels" /> <param name="depth" type="integer" value="1" min="1" label="Image depth" help="Specifies the number of stack slices" />
