Mercurial > repos > thomaswollmann > curl_post
changeset 1:9e285fe716f9 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:35:10 -0500 |
parents | 9e9a41b6c153 |
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:37:19 2019 -0500 +++ b/curl_post.xml Wed Jan 16 15:35:10 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>