comparison macros.xml @ 0:0117fab93b87 draft

planemo upload for repository https://github.com/AquaINFRA/tools-ecology/tree/master commit 6db8e8425f0525fc2e5df8cb43beb3b14024d0ab
author ecology
date Mon, 14 Oct 2024 12:22:48 +0000
parents
children fb54a4ca66b6
comparison
equal deleted inserted replaced
-1:000000000000 0:0117fab93b87
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="citations">
11 <citations>
12 <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>
13 <citation type="doi">10.48550/arXiv.1403.2805</citation>
14 </citations>
15 </xml>
16 <xml name="help">
17 <help>
18 Use the dropdown menu at the top to select the OGC API processes hosted on https://aqua.igb-berlin.de/pygeoapi-dev/processes and then complete the corresponding form to run the service.
19 </help>
20 </xml>
21 <xml name="tests">
22 <tests>
23 <test>
24 <param name="select_process" value="points-att-polygon"/>
25 <param name="regions" value="points_att_polygon_test_input_1.txt"/>
26 <param name="input_data" value="points_att_polygon_test_input_2.txt"/>
27 <param name="colname_long" value="longitude"/>
28 <param name="colname_lat" value="latitude"/>
29 <output name="output_data">
30 <assert_contents>
31 <has_n_lines n="1"/>
32 </assert_contents>
33 </output>
34 </test>
35 <test>
36 <param name="select_process" value="map-shapefile-points"/>
37 <param name="regions" value="points_att_polygon_test_input_1.txt"/>
38 <param name="input_data" value="points_att_polygon_test_input_3.txt"/>
39 <param name="colname_long" value="longitude"/>
40 <param name="colname_lat" value="latitude"/>
41 <param name="colname_value_name" value="transparency_m"/>
42 <param name="colname_region_id" value="HELCOM_ID"/>
43 <output name="output_data">
44 <assert_contents>
45 <has_n_lines n="1"/>
46 </assert_contents>
47 </output>
48 </test>
49 </tests>
50 </xml>
51 </macros>