Mercurial > repos > stevecassidy > maus
diff items_to_bpf.xml @ 0:d4c27fdc928b draft
planemo upload commit 7b5663b41b2dc11f9e375b8f386bc31855800bcf-dirty
| author | stevecassidy |
|---|---|
| date | Wed, 16 Nov 2016 15:00:24 -0500 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/items_to_bpf.xml Wed Nov 16 15:00:24 2016 -0500 @@ -0,0 +1,25 @@ +<tool id="items_to_bpf" name="Item List to BPF" version="0.01" force_history_refresh="True"> + <description></description> + + <command interpreter="python"> + items_to_bpf.py --lexicon ${lexicon} --item_list ${item_list} --output_path BPFData + </command> + + <inputs> + <param name="item_list" type="data" format="item_list" label="Item List" help=""/> + <param name="lexicon" type="data" format="tabular" label="Lexicon" help=""/> + + <param name="job_name" type="text" size="25" + label="Supply a name for the output to remind you what it contains" value="BPF Files"/> + </inputs> + + <outputs> + <collection type="list" label="$job_name" name="output1"> + <discover_datasets pattern="(?P<designation>[^#]+)#(?P<ext>.+)" directory="BPFData"/> + </collection> + </outputs> + + <help>Generate a collection of BPF annotation files from an item list + that contains the item orthography, these are then suitable for input + to the MAUS forced alignment system.</help> +</tool>
