view austalk-select-hVd-words.xml @ 10:e2989a1d751d draft

planemo upload commit 063e049d569aeb45e1008cbf044f2dad850eca3d-dirty
author stevecassidy
date Wed, 07 Dec 2016 19:09:55 -0500
parents 2f4907372748
children fd22df0c6d9b
line wrap: on
line source

<tool id="austalk-select-hvd-words" name="Find HVD words in Austalk" version="0.01">
    <description>for a single speaker</description>

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

    <command interpreter="python">
        austalk-select-hVd-words.py  --api_key $api_key --speaker $speaker --words $words --output $output
    </command>

    <inputs>
        <param name="api_key" type="data" format="auth_token" label="API Key" help="Your Alveo API key"/>
        <param name="speaker" type="text" format="txt" label="Speaker ID" help="e.g. 1_123"/>
        <param name="words" type="select" multiple="false" label="Word List" display="radio">
            <option value='all'>All hVd words</option>
            <option value='monopthongs'>hVd monopthongs</option>
            <option value='dipthongs'>hVd dipthongs</option>
        </param>
        <param name="job_name" type="text" size="25"
               label="Supply a name for the output to remind you what it contains" value="Query Results"/>
    </inputs>

    <outputs>
        <data format="item_list" name="output" label="$job_name" />
    </outputs>

    <tests>
    </tests>

    <help>Find items corresponding to the hVd words for this Austalk speaker.</help>

    <citations>
        <citation type='bibtex'>
            @inproceedings{Buschmeir2013,
            author = {{Hendrik Buschmeier}, Marcin Wlodarczak},
            booktitle = {Tagungsband der 24. Konferenz zur Elektronischen Sprachsignalverarbeitung (ESSV 2013)},
            pages = {152--157},
            title = {{TextGridTools: A TextGrid Processing and Analysis Toolkit for Python}},
            year = {2013}
            }
        </citation>
    </citations>
</tool>