view macro.xml @ 1:4edd010161e9 draft

planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/ocean commit 00f272530cd7b76a446d38e52a952c992af7fafa
author ecology
date Wed, 30 Oct 2024 10:51:15 +0000
parents 4de886e6300d
children
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">0.1.15</token>
    <token name="@VERSION_SUFFIX@">0</token>
    <xml name="argo_requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">argopy</requirement>
            <yield/>
        </requirements>
    </xml>
    <xml name="argo_input_user">
        <inputs>
            <param name="user" type="select" label="Which kind of user are you ?">
                <option value="standard">🏊 standard mode simplifies the dataset, remove most of its jargon and return a priori good data</option>
                <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>
                <option value="expert">🏄 expert mode return all the Argo data, without any postprocessing</option>
           </param>
       </inputs>
    </xml>
    <xml name="argo_bibref">
       <citations>
            <citation type="doi">doi:10.21105/joss.02425</citation>
        </citations>
    </xml>
</macros>