changeset 47:e9ebb410930d draft

Uploaded
author fubar
date Mon, 02 Mar 2015 04:53:53 -0500
parents dbe3825e385c
children 11a89a9f2f92
files rgToolFactory.xml
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/rgToolFactory.xml	Sun Mar 01 06:17:34 2015 -0500
+++ b/rgToolFactory.xml	Mon Mar 02 04:53:53 2015 -0500
@@ -10,11 +10,11 @@
 #else:
     rgToolFactory.py --script_path "$runme" --interpreter "$interpreter" 
      --tool_name "$tool_name"  --user_email "$__user_email__"
-    #if $make_TAB.value=="yes":
+    #if str($make_TAB)=="yes":
        --output_tab "$tab_file"
        --output_format "$output_format"
     #end if
-    #if $makeMode.make_Tool == "yes":
+    #if str($makeMode.make_Tool) == "yes":
       --make_Tool "yes"
       --tool_desc "$makeMode.tool_desc"
       --tool_version "$makeMode.tool_version"
@@ -24,12 +24,12 @@
       --include_dependencies "yes"
     #end if
 
-    #if $make_HTML.value=="yes":
+    #if str($make_HTML)=="yes":
         --output_dir "$html_file.files_path" --output_html "$html_file" --make_HTML "yes"
     #else:
        --output_dir "."
     #end if
-    #if $input1 != 'None':
+    #if str($input1) != 'None':
        --input_tab "$input1"
        --input_formats "$input_formats"
     #end if