view macros.xml @ 0:d2590ecc4189 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
author iuc
date Tue, 16 Mar 2021 12:38:42 +0000
parents
children ec82fac4eb4b
line wrap: on
line source

<macros>
    <token name="@VERSION@">1.0.3</token>
    
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@VERSION@">hamronization</requirement>
        </requirements>
    </xml>
    
    <xml name="input_file_name">
        <param name="input_file_name" type="text" label="Input file name" help="Sample name which was scanned with the tool"></param>
    </xml>
    
    <xml name="reference_database_id">
        <param name="reference_database_id" type="text" label="Reference database ID" help="String containing the reference_database_id of this tool"></param>
    </xml>

    <xml name="reference_database_version">
        <param name="reference_database_version" type="text" label="Reference database version"></param>
    </xml>

    <xml name="analysis_software_version">
        <param name="analysis_software_version" type="text" label="Analysis software version"></param>
    </xml>
    
    <xml name="version_command">
        <version_command>hamronize --version</version_command>
    </xml>
</macros>