comparison macros.xml @ 2:bcb6009d5af7 draft default tip

planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/ogc_api_processes_wrapper commit e03f4d27ec44d873aacdf406d7a26ec8038e9b05
author ecology
date Wed, 08 May 2024 21:05:47 +0000
parents f6288dd4b77a
children
comparison
equal deleted inserted replaced
1:099d42f5804c 2:bcb6009d5af7
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> 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> 26 <citation type="doi">10.48550/arXiv.1403.2805</citation>
27 </citations> 27 </citations>
28 </xml> 28 </xml>
29 <xml name="help"> 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> 30 <help>This tool is a wrapper for OGC API Processes (OTB) 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> 31 </xml>
32 <xml name="tests"> 32 <xml name="tests">
33 <tests> 33 <tests>
34 <test> 34 <test>
35 <param name="select_process" value="OTB.BandMath"/> 35 <param name="select_process" value="OTB.BandMath"/>
36 <param name="il" value="otb_band_math_test_input.txt"/> 36 <param name="il" value="otb_band_math_test_input.txt"/>
37 <param name="out" value="float"/> 37 <param name="out" value="float"/>
38 <param name="ram" value="256"/> 38 <param name="ram" value="256"/>
39 <param name="exp" value="im1b3,im1b2,im1b1"/> 39 <param name="exp" value="im1b3,im1b2,im1b1"/>
40 <param name="out_outformat" value="image/png"/> 40 <param name="out_outformat" value="image/tiff"/>
41 <output_collection name="output_data" type="list" count="2"/> 41 <output name="output_data">
42 <assert_contents>
43 <has_n_lines n="1"/>
44 </assert_contents>
45 </output>
42 </test> 46 </test>
43 <test> 47 <test>
44 <param name="select_process" value="OTB.MeanShiftSmoothing"/> 48 <param name="select_process" value="OTB.MeanShiftSmoothing"/>
45 <param name="in" value="otb_mean_shift_smoothing_test_input.txt"/> 49 <param name="in" value="otb_mean_shift_smoothing_test_input.txt"/>
46 <param name="fout" value="float"/> 50 <param name="fout" value="float"/>
49 <param name="ranger" value="15"/> 53 <param name="ranger" value="15"/>
50 <param name="thres" value="0.1"/> 54 <param name="thres" value="0.1"/>
51 <param name="maxiter" value="100"/> 55 <param name="maxiter" value="100"/>
52 <param name="rangeramp" value="0"/> 56 <param name="rangeramp" value="0"/>
53 <param name="modesearch" value="False"/> 57 <param name="modesearch" value="False"/>
54 <param name="fout_outformat" value="image/png"/> 58 <param name="fout_outformat" value="image/tiff"/>
55 <param name="foutpos_outformat" value="image/png"/> 59 <param name="foutpos_outformat" value="image/tiff"/>
56 <output_collection name="output_data" type="list" count="2"/> 60 <output name="output_data">
61 <assert_contents>
62 <has_n_lines n="2"/>
63 </assert_contents>
64 </output>
57 </test> 65 </test>
58 </tests> 66 </tests>
59 </xml> 67 </xml>
60 </macros> 68 </macros>