comparison macros.xml @ 0:f6288dd4b77a draft

planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/ogc_api_processes_wrapper commit 4089d69de9c54df0930f55572e95bf3d22bf5e70
author ecology
date Sat, 04 May 2024 08:42:42 +0000
parents
children bcb6009d5af7
comparison
equal deleted inserted replaced
-1:000000000000 0:f6288dd4b77a
1 <macros>
2 <xml name="requirements">
3 <requirements>
4 <requirement type="package" version="4.3.1">r-base</requirement>
5 <requirement type="package" version="1.20.4">r-getopt</requirement>
6 <requirement type="package" version="0.2.3">r-httr2</requirement>
7 <requirement type="package" version="1.8.7">r-jsonlite</requirement>
8 </requirements>
9 </xml>
10 <xml name="out_options">
11 <option value="uint8">uint8</option>
12 <option value="uint16">uint16</option>
13 <option value="int16">int16</option>
14 <option value="int32">int32</option>
15 <option value="float">float</option>
16 <option value="double">double</option>
17 </xml>
18 <xml name="format_options">
19 <option value="image/tiff">image/tiff</option>
20 <option value="image/jpeg">image/jpeg</option>
21 <option value="image/png">image/png</option>
22 </xml>
23 <xml name="citations">
24 <citations>
25 <citation type="bibtex">@Manual{httr2, title = {httr2: Perform HTTP Requests and Process the Responses}, author = {Hadley Wickham}, year = {2023}, note = {R package version 1.0.0, https://github.com/r-lib/httr2}, url = {https://httr2.r-lib.org},}</citation>
26 <citation type="doi">10.48550/arXiv.1403.2805</citation>
27 </citations>
28 </xml>
29 <xml name="help">
30 <help>This tool is a wrapper for OGC API Processes coming from the Zoo Project (https://zoo-project.github.io/docs/intro.html) and was created using the OGC-API-Process2Galaxy tool (https://github.com/AquaINFRA/OGC-API-Process2Galaxy). Check the README in the repository for more information.</help>
31 </xml>
32 <xml name="tests">
33 <tests>
34 <test>
35 <param name="select_process" value="OTB.BandMath"/>
36 <param name="il" value="otb_band_math_test_input.txt"/>
37 <param name="out" value="float"/>
38 <param name="ram" value="256"/>
39 <param name="exp" value="im1b3,im1b2,im1b1"/>
40 <param name="out_outformat" value="image/png"/>
41 <output_collection name="output_data" type="list" count="2"/>
42 </test>
43 <test>
44 <param name="select_process" value="OTB.MeanShiftSmoothing"/>
45 <param name="in" value="otb_mean_shift_smoothing_test_input.txt"/>
46 <param name="fout" value="float"/>
47 <param name="foutpos" value="float"/>
48 <param name="spatialr" value="5"/>
49 <param name="ranger" value="15"/>
50 <param name="thres" value="0.1"/>
51 <param name="maxiter" value="100"/>
52 <param name="rangeramp" value="0"/>
53 <param name="modesearch" value="False"/>
54 <param name="fout_outformat" value="image/png"/>
55 <param name="foutpos_outformat" value="image/png"/>
56 <output_collection name="output_data" type="list" count="2"/>
57 </test>
58 </tests>
59 </xml>
60 </macros>