annotate items_to_bpf.xml @ 6:28df10f22b51 draft default tip

planemo upload commit 72cee9103c0ae4acb5794afaed179bea2c729f2c-dirty
author stevecassidy
date Sat, 11 Mar 2017 21:38:41 -0500
parents d4c27fdc928b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
d4c27fdc928b planemo upload commit 7b5663b41b2dc11f9e375b8f386bc31855800bcf-dirty
stevecassidy
parents:
diff changeset
1 <tool id="items_to_bpf" name="Item List to BPF" version="0.01" force_history_refresh="True">
d4c27fdc928b planemo upload commit 7b5663b41b2dc11f9e375b8f386bc31855800bcf-dirty
stevecassidy
parents:
diff changeset
2 <description></description>
d4c27fdc928b planemo upload commit 7b5663b41b2dc11f9e375b8f386bc31855800bcf-dirty
stevecassidy
parents:
diff changeset
3
d4c27fdc928b planemo upload commit 7b5663b41b2dc11f9e375b8f386bc31855800bcf-dirty
stevecassidy
parents:
diff changeset
4 <command interpreter="python">
d4c27fdc928b planemo upload commit 7b5663b41b2dc11f9e375b8f386bc31855800bcf-dirty
stevecassidy
parents:
diff changeset
5 items_to_bpf.py --lexicon ${lexicon} --item_list ${item_list} --output_path BPFData
d4c27fdc928b planemo upload commit 7b5663b41b2dc11f9e375b8f386bc31855800bcf-dirty
stevecassidy
parents:
diff changeset
6 </command>
d4c27fdc928b planemo upload commit 7b5663b41b2dc11f9e375b8f386bc31855800bcf-dirty
stevecassidy
parents:
diff changeset
7
d4c27fdc928b planemo upload commit 7b5663b41b2dc11f9e375b8f386bc31855800bcf-dirty
stevecassidy
parents:
diff changeset
8 <inputs>
d4c27fdc928b planemo upload commit 7b5663b41b2dc11f9e375b8f386bc31855800bcf-dirty
stevecassidy
parents:
diff changeset
9 <param name="item_list" type="data" format="item_list" label="Item List" help=""/>
d4c27fdc928b planemo upload commit 7b5663b41b2dc11f9e375b8f386bc31855800bcf-dirty
stevecassidy
parents:
diff changeset
10 <param name="lexicon" type="data" format="tabular" label="Lexicon" help=""/>
d4c27fdc928b planemo upload commit 7b5663b41b2dc11f9e375b8f386bc31855800bcf-dirty
stevecassidy
parents:
diff changeset
11
d4c27fdc928b planemo upload commit 7b5663b41b2dc11f9e375b8f386bc31855800bcf-dirty
stevecassidy
parents:
diff changeset
12 <param name="job_name" type="text" size="25"
d4c27fdc928b planemo upload commit 7b5663b41b2dc11f9e375b8f386bc31855800bcf-dirty
stevecassidy
parents:
diff changeset
13 label="Supply a name for the output to remind you what it contains" value="BPF Files"/>
d4c27fdc928b planemo upload commit 7b5663b41b2dc11f9e375b8f386bc31855800bcf-dirty
stevecassidy
parents:
diff changeset
14 </inputs>
d4c27fdc928b planemo upload commit 7b5663b41b2dc11f9e375b8f386bc31855800bcf-dirty
stevecassidy
parents:
diff changeset
15
d4c27fdc928b planemo upload commit 7b5663b41b2dc11f9e375b8f386bc31855800bcf-dirty
stevecassidy
parents:
diff changeset
16 <outputs>
d4c27fdc928b planemo upload commit 7b5663b41b2dc11f9e375b8f386bc31855800bcf-dirty
stevecassidy
parents:
diff changeset
17 <collection type="list" label="$job_name" name="output1">
d4c27fdc928b planemo upload commit 7b5663b41b2dc11f9e375b8f386bc31855800bcf-dirty
stevecassidy
parents:
diff changeset
18 <discover_datasets pattern="(?P&lt;designation&gt;[^#]+)#(?P&lt;ext&gt;.+)" directory="BPFData"/>
d4c27fdc928b planemo upload commit 7b5663b41b2dc11f9e375b8f386bc31855800bcf-dirty
stevecassidy
parents:
diff changeset
19 </collection>
d4c27fdc928b planemo upload commit 7b5663b41b2dc11f9e375b8f386bc31855800bcf-dirty
stevecassidy
parents:
diff changeset
20 </outputs>
d4c27fdc928b planemo upload commit 7b5663b41b2dc11f9e375b8f386bc31855800bcf-dirty
stevecassidy
parents:
diff changeset
21
d4c27fdc928b planemo upload commit 7b5663b41b2dc11f9e375b8f386bc31855800bcf-dirty
stevecassidy
parents:
diff changeset
22 <help>Generate a collection of BPF annotation files from an item list
d4c27fdc928b planemo upload commit 7b5663b41b2dc11f9e375b8f386bc31855800bcf-dirty
stevecassidy
parents:
diff changeset
23 that contains the item orthography, these are then suitable for input
d4c27fdc928b planemo upload commit 7b5663b41b2dc11f9e375b8f386bc31855800bcf-dirty
stevecassidy
parents:
diff changeset
24 to the MAUS forced alignment system.</help>
d4c27fdc928b planemo upload commit 7b5663b41b2dc11f9e375b8f386bc31855800bcf-dirty
stevecassidy
parents:
diff changeset
25 </tool>