comparison rgToolFactory.xml @ 45:7b34711416d2 draft

Uploaded
author fubar
date Sun, 01 Mar 2015 05:57:52 -0500
parents 417cba94d862
children dbe3825e385c
comparison
equal deleted inserted replaced
44:417cba94d862 45:7b34711416d2
8 #if ( $__user_email__ not in $__admin_users__ ): 8 #if ( $__user_email__ not in $__admin_users__ ):
9 rgToolFactory.py --bad_user $__user_email__ 9 rgToolFactory.py --bad_user $__user_email__
10 #else: 10 #else:
11 rgToolFactory.py --script_path "$runme" --interpreter "$interpreter" 11 rgToolFactory.py --script_path "$runme" --interpreter "$interpreter"
12 --tool_name "$tool_name" --user_email "$__user_email__" 12 --tool_name "$tool_name" --user_email "$__user_email__"
13 #if $make_TAB=="yes": 13 #if $make_TAB.value=="yes":
14 --output_tab "$tab_file" 14 --output_tab "$tab_file"
15 --output_format "$output_format" 15 --output_format "$output_format"
16 #end if 16 #end if
17 #if $makeMode.make_Tool == "yes": 17 #if $makeMode.make_Tool == "yes":
18 --make_Tool "yes" 18 --make_Tool "yes"
22 --help_text "$helpme" 22 --help_text "$helpme"
23 --citations "$citeme" 23 --citations "$citeme"
24 --include_dependencies "yes" 24 --include_dependencies "yes"
25 #end if 25 #end if
26 26
27 #if $make_HTML=="yes": 27 #if $make_HTML.value=="yes":
28 --output_dir "$html_file.files_path" --output_html "$html_file" --make_HTML "yes" 28 --output_dir "$html_file.files_path" --output_html "$html_file" --make_HTML "yes"
29 #else: 29 #else:
30 --output_dir "." 30 --output_dir "."
31 #end if 31 #end if
32 #if $input1 != 'None': 32 #if $input1 != 'None':