changeset 1:916ce139e65a draft default tip

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/curl_post commit d93e1dd276027cfc3fb518236110395a23d96f66
author thomaswollmann
date Wed, 16 Jan 2019 15:31:26 -0500
parents a0005d3ae38d
children
files curl_post.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/curl_post.xml	Mon Jan 07 08:36:06 2019 -0500
+++ b/curl_post.xml	Wed Jan 16 15:31:26 2019 -0500
@@ -6,7 +6,7 @@
    </requirements>
    <command><![CDATA[curl -X POST -s '$url' --data-binary '$input' > '$output' ]]></command>
    <inputs>
-        <param name="url" size="30" type="text" value="" label="URL"/>
+        <param name="url" type="text" value="" label="URL"/>
         <param name="input" type="data" format="data" label="Source file"/>
     </inputs>
     <outputs>