view alveo_api_key.xml @ 4:3a9f20428cff draft

planemo upload commit f36456464c692ed9d39a9cf654d09fe793113cce-dirty
author stevecassidy
date Wed, 31 Aug 2016 22:07:27 -0400
parents
children 56fda3d161f0
line wrap: on
line source

<tool id="alveo_api_key_storer" name="Store Alveo API Key" version="0.01" force_history_refresh="True">
    <description>for use with Alveo tools</description>

    <requirements>
        <requirement type="package" version="0.6">pyalveo</requirement>
    </requirements>

    <command interpreter="python">
        alveo_api_key.py --api_key $api_key --output_path $output
    </command>

    <inputs>
        <param name="api_key" type="text" size="30" label="API Key" help="Your Alveo API key"/>
    </inputs>

    <outputs>
        <data format="txt" name="output" label="Alveo API key" />
    </outputs>

    <tests>
        <test>
            <param name="api_key" value="your api key here" />
            <output name="output" file="api-key.dat" compare="contains" />
        </test>
    </tests>

    <help>Stores Alveo API keys for use with the Alveo Galaxy tools.</help>

    <citations>
        <citation type='bibtex'>
            @article{cassidy2014alveo,
              title={The alveo virtual laboratory: a web based repository API},
              author={Cassidy, Steve and Estival, Dominique and Jones, Tim and Sefton, Peter and Burnham, Denis and Burghold, Jared and others},
              year={2014},
              publisher={Reykjavik, Iceland: European Language Resources Association}
            }
        </citation>
    </citations>
</tool>