view macros.xml @ 2:4e27f04ab07c draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scikit_bio commit bcfc8451fa622a6bf3aa31fa1e308c394feefb38
author iuc
date Mon, 14 Nov 2016 13:14:40 -0500
parents 1b6dd7bac122
children
line wrap: on
line source

<macros>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="0.4.2">scikit-bio</requirement>
            <yield />
        </requirements>
    </xml>

    <xml name="version_command">
        <version_command><![CDATA[python -c "import skbio;print 'scikit-bio version', skbio.__version__"]]></version_command>
    </xml>

    <xml name="stdio">
        <stdio>
            <exit_code range="1:" />
            <exit_code range=":-1" />
        </stdio>
    </xml>
    <token name="@VERSION@">0.4.2</token>

    <xml name="params_tree">
        <param name="input_tree" type="data" format="txt" label="Newick Tree file" optional="True" help="You can provide a file or a string"/>
        <param name="tree" type="text" value="" label="Newick Tree text" help="You can provide a file or a string">
            <sanitizer invalid_char="">
                <valid initial="string.printable"/>
            </sanitizer>
        </param>
    </xml>
    <xml name="citations">
        <citations>
            <citation type="bibtex">@unpublished{scikit-bio:2016,
      title  = "scikit-bio",
      author = "Contributors",
      url    = "http://scikit-bio.org/",
      year   = "2016 (accessed April 1, 2016)"
    }</citation>
        </citations>
    </xml>
</macros>