comparison convert_characters.xml @ 1:b1cac85bdd7a draft

Updated command line format per dev team standards.
author Dave B. <dave@bx.psu.edu>
date Mon, 01 Apr 2013 15:05:30 -0400
parents 64d46676a13e
children 8a53d7f02ce4
comparison
equal deleted inserted replaced
0:64d46676a13e 1:b1cac85bdd7a
1 <tool id="Convert characters1" name="Convert"> 1 <tool id="Convert characters1" name="Convert">
2 <description>delimiters to TAB</description> 2 <description>delimiters to TAB</description>
3 <command interpreter="python">convert_characters.py $input $convert_from $out_file1</command> 3 <command interpreter="python">convert_characters.py "${input}" "${convert_from}" "${out_file1}"</command>
4 <inputs> 4 <inputs>
5 <param name="convert_from" type="select" label="Convert all"> 5 <param name="convert_from" type="select" label="Convert all">
6 <option value="s">Whitespaces</option> 6 <option value="s">Whitespaces</option>
7 <option value="T">Tabs</option> 7 <option value="T">Tabs</option>
8 <!--<option value="Sp">Spaces</option>--> 8 <!--<option value="Sp">Spaces</option>-->