# HG changeset patch # User mingchen0919 # Date 1522635852 14400 # Node ID a2e5852d96baad0bf14370798509151ee0df936a # Parent e2b68db3177c6c7fb815adca1faf4cd0d23bcee3 planemo upload diff -r e2b68db3177c -r a2e5852d96ba elastic_tool.xml --- a/elastic_tool.xml Sun Apr 01 18:19:04 2018 -0400 +++ b/elastic_tool.xml Sun Apr 01 22:24:12 2018 -0400 @@ -58,7 +58,7 @@ ############ option_argument_path_relative_to_this_tool #for i in $option_argument_path_relative_to_this_tool_repeat: - #set $item = 'path_relative_to_this_tool|' + str($i.option) + "|" + str($i.value) + "|" + str($i.path_type) + #set $item = 'path_relative_to_this_tool|' + str($i.option) + "|" + $report.files_path + '/' + str($i.value) + "|" + str($i.path_type) echo '$item' >> $report.files_path/options_and_arguments.txt && #end for