changeset 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
files convert_characters.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/convert_characters.xml	Tue Dec 04 10:55:58 2012 -0500
+++ b/convert_characters.xml	Mon Apr 01 15:05:30 2013 -0400
@@ -1,6 +1,6 @@
 <tool id="Convert characters1" name="Convert">
   <description>delimiters to TAB</description>
-  <command interpreter="python">convert_characters.py $input $convert_from $out_file1</command>
+  <command interpreter="python">convert_characters.py "${input}" "${convert_from}" "${out_file1}"</command>
   <inputs>
     <param name="convert_from" type="select" label="Convert all">
       <option value="s">Whitespaces</option>