comparison query_textgrids.xml @ 2:a65223e5ca3a draft default tip

planemo upload commit 72cee9103c0ae4acb5794afaed179bea2c729f2c-dirty
author stevecassidy
date Sat, 11 Mar 2017 21:36:22 -0500
parents e9c8e6204679
children
comparison
equal deleted inserted replaced
1:be28ced5c4e0 2:a65223e5ca3a
8 <command interpreter="python"> 8 <command interpreter="python">
9 query_textgrids.py --textgrid "${",".join(map(str, $textgrid))}" --identifier "${",".join(map(str, [t.element_identifier for t in $textgrid]))}" --tier $tier --regex '$regex' --output_path $output 9 query_textgrids.py --textgrid "${",".join(map(str, $textgrid))}" --identifier "${",".join(map(str, [t.element_identifier for t in $textgrid]))}" --tier $tier --regex '$regex' --output_path $output
10 </command> 10 </command>
11 11
12 <inputs> 12 <inputs>
13 <param name="textgrid" type="data" multiple="true" format="TextGrid" label="TextGrid" help="The TextGrid file"/> 13 <param name="textgrid" type="data" multiple="true" format="textgrid" label="TextGrid" help="The TextGrid file"/>
14 <param name="tier" type="text" label="Tier name" help="e.g MAU, ORT"/> 14 <param name="tier" type="text" label="Tier name" help="e.g MAU, ORT"/>
15 <param name="regex" type="text" label="Regular Expressoion to match segments"> 15 <param name="regex" type="text" label="Regular Expressoion to match segments">
16 <sanitizer> 16 <sanitizer>
17 <valid initial="string.printable"> 17 <valid initial="string.printable">
18 <remove value="&apos;"/> 18 <remove value="&apos;"/>