comparison elastic_tool.xml @ 5:a2e5852d96ba draft default tip

planemo upload
author mingchen0919
date Sun, 01 Apr 2018 22:24:12 -0400
parents e2b68db3177c
children
comparison
equal deleted inserted replaced
4:e2b68db3177c 5:a2e5852d96ba
56 echo '$item' >> $report.files_path/options_and_arguments.txt && 56 echo '$item' >> $report.files_path/options_and_arguments.txt &&
57 #end for 57 #end for
58 58
59 ############ option_argument_path_relative_to_this_tool 59 ############ option_argument_path_relative_to_this_tool
60 #for i in $option_argument_path_relative_to_this_tool_repeat: 60 #for i in $option_argument_path_relative_to_this_tool_repeat:
61 #set $item = 'path_relative_to_this_tool|' + str($i.option) + "|" + str($i.value) + "|" + str($i.path_type) 61 #set $item = 'path_relative_to_this_tool|' + str($i.option) + "|" + $report.files_path + '/' + str($i.value) + "|" + str($i.path_type)
62 echo '$item' >> $report.files_path/options_and_arguments.txt && 62 echo '$item' >> $report.files_path/options_and_arguments.txt &&
63 #end for 63 #end for
64 64
65 ############ option_argument_string_float_integer 65 ############ option_argument_string_float_integer
66 #for i in $option_argument_string_float_integer_repeat: 66 #for i in $option_argument_string_float_integer_repeat: