comparison rgToolFactory.xml @ 16:e052aadae3e9 draft

Uploaded
author fubar
date Thu, 20 Mar 2014 06:18:54 -0400
parents 59bce2efadfe
children 8aab0f66cd5f
comparison
equal deleted inserted replaced
15:824d21b5c773 16:e052aadae3e9
5 <requirement type="package" version="1.3.18">graphicsmagick</requirement> 5 <requirement type="package" version="1.3.18">graphicsmagick</requirement>
6 </requirements> 6 </requirements>
7 <command interpreter="python"> 7 <command interpreter="python">
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.value=="yes": 13 #if $make_TAB.value=="yes":
14 --output_tab "$tab_file" 14 --output_tab "$tab_file"
15 #end if 15 #end if
20 --new_tool "$new_tool" 20 --new_tool "$new_tool"
21 --help_text "$helpme" 21 --help_text "$helpme"
22 #end if 22 #end if
23 #if $make_HTML.value=="yes": 23 #if $make_HTML.value=="yes":
24 --output_dir "$html_file.files_path" --output_html "$html_file" --make_HTML "yes" 24 --output_dir "$html_file.files_path" --output_html "$html_file" --make_HTML "yes"
25 #else:
26 --output_dir "."
25 #end if 27 #end if
26 #if $input1 != 'None': 28 #if $input1 != 'None':
27 --input_tab "$input1" 29 --input_tab "$input1"
28 #end if 30 #end if
29 #end if 31 #end if