Mercurial > repos > ecology > hirondelle_crim
comparison macros.xml @ 0:92ca20fdb790 draft default tip
planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/ogc_api_processes_wrapper commit 8b4b58222af2c77abd41dd8f17862a24ca7d3381
author | ecology |
---|---|
date | Fri, 06 Sep 2024 10:30:22 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:92ca20fdb790 |
---|---|
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 (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> | |
32 <xml name="tests"> | |
33 <tests> | |
34 <test expect_failure="true"> | |
35 <param name="select_process" value="download-band-sentinel2-product-safe"/> | |
36 <param name="user_credentials" value="crim_test_input.json"/> | |
37 <param name="cookie" value=""/> | |
38 <param name="product_url" value="product_url.txt"/> | |
39 <param name="resolution" value="10m"/> | |
40 <param name="band" value="B04"/> | |
41 <assert_stderr> | |
42 <has_text text="HTTP 401 Unauthorized"/> | |
43 </assert_stderr> | |
44 </test> | |
45 </tests> | |
46 </xml> | |
47 </macros> |