changeset 5:a2e5852d96ba draft default tip

planemo upload
author mingchen0919
date Sun, 01 Apr 2018 22:24:12 -0400
parents e2b68db3177c
children
files elastic_tool.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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