annotate curl_post.xml @ 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a0005d3ae38d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/curl_post commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
1 <?xml version="1.0"?>
a0005d3ae38d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/curl_post commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
2 <tool name="cURL POST" id="curl_post" version="0.0.2">
a0005d3ae38d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/curl_post commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
3 <description>send cURL POST</description>
a0005d3ae38d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/curl_post commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
4 <requirements>
a0005d3ae38d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/curl_post commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
5 <requirement type="package" version="7.62.0">curl</requirement>
a0005d3ae38d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/curl_post commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
6 </requirements>
a0005d3ae38d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/curl_post commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
7 <command><![CDATA[curl -X POST -s '$url' --data-binary '$input' > '$output' ]]></command>
a0005d3ae38d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/curl_post commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
8 <inputs>
1
916ce139e65a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/curl_post commit d93e1dd276027cfc3fb518236110395a23d96f66
thomaswollmann
parents: 0
diff changeset
9 <param name="url" type="text" value="" label="URL"/>
0
a0005d3ae38d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/curl_post commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
10 <param name="input" type="data" format="data" label="Source file"/>
a0005d3ae38d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/curl_post commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
11 </inputs>
a0005d3ae38d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/curl_post commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
12 <outputs>
a0005d3ae38d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/curl_post commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
13 <data name="output" format="txt" />
a0005d3ae38d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/curl_post commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
14 </outputs>
a0005d3ae38d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/curl_post commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
15 <tests>
a0005d3ae38d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/curl_post commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
16 <test>
a0005d3ae38d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/curl_post commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
17 <param name="input" value="sample_seg.tif"/>
a0005d3ae38d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/curl_post commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
18 <param name="url" value="https://galaxyproject.org"/><!--what url can be used here?-->
a0005d3ae38d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/curl_post commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
19 <output name="output" value="curl.txt" ftype="txt"/>
a0005d3ae38d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/curl_post commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
20 </test>
a0005d3ae38d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/curl_post commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
21 </tests>
a0005d3ae38d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/curl_post commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
22 <help>Uses cURL to send a file via POST.</help>
a0005d3ae38d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/curl_post commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
23 <citations>
a0005d3ae38d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/curl_post commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
24 <citation type="doi">10.7717/peerj.453</citation>
a0005d3ae38d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/curl_post commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
25 </citations>
a0005d3ae38d planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/curl_post commit 42d972afdd700fccae1017c06efbfd06b9c96791
thomaswollmann
parents:
diff changeset
26 </tool>