Mercurial > repos > ecology > argo_getdata
comparison macros.xml @ 4:6ed1b9c9d4cb draft default tip
planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/ocean commit 6782334fb04a82760683452a68ac24bd97a3eda2
| author | ecology |
|---|---|
| date | Mon, 09 Mar 2026 12:18:31 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 3:4b84de936c51 | 4:6ed1b9c9d4cb |
|---|---|
| 1 <macros> | |
| 2 <token name="@TOOL_VERSION@">0.1.15</token> | |
| 3 <token name="@VERSION_SUFFIX@">0</token> | |
| 4 <xml name="argo_requirements"> | |
| 5 <requirements> | |
| 6 <requirement type="package" version="@TOOL_VERSION@">argopy</requirement> | |
| 7 <yield/> | |
| 8 </requirements> | |
| 9 </xml> | |
| 10 <xml name="argo_input_user"> | |
| 11 <inputs> | |
| 12 <param name="user" type="select" label="Which kind of user are you ?"> | |
| 13 <option value="standard">🏊 standard mode simplifies the dataset, remove most of its jargon and return a priori good data</option> | |
| 14 <option value="research">🚣 research mode simplifies the dataset to its heart, preserving only data of the highest quality for research studies, including studies sensitive to small pressure and salinity bias </option> | |
| 15 <option value="expert">🏄 expert mode return all the Argo data, without any postprocessing</option> | |
| 16 </param> | |
| 17 </inputs> | |
| 18 </xml> | |
| 19 <xml name="argo_bibref"> | |
| 20 <citations> | |
| 21 <citation type="doi">doi:10.21105/joss.02425</citation> | |
| 22 </citations> | |
| 23 </xml> | |
| 24 </macros> |
