changeset 6:e50d49d4130a draft

planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit 604191e1284a3d5f8132eec71bb8629901811f8a-dirty
author dfornika
date Thu, 12 Sep 2019 00:45:25 -0400
parents 0f048e2548cb
children 848fbcaf21d6
files blast_report.xml
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/blast_report.xml	Thu Sep 12 00:38:42 2019 -0400
+++ b/blast_report.xml	Thu Sep 12 00:45:25 2019 -0400
@@ -4,14 +4,14 @@
         <![CDATA[  
           '$__tool_directory__/blast_report.py'
           '${in_tab}'
-          '${tmpl}'
+          '${tmpl.fields.path}'
           '${out_html}'
           '${out_tab}'
           -f '{$filter_pident}:$filter_kws'
           #if str($bins) == "None"
             #pass
           #else
-          -b "${bins.path}"
+          -b "${bins.fields.path}"
           #end if
           #if $hsp_bool
             -r
@@ -32,7 +32,6 @@
             <options from_data_table="blast_report_bins">
                 <column name="value" index="0"/>
                 <column name="name" index="1"/>
-		<column name="path" index="2"/>
             </options>
         </param>
         <!--<repeat name="hist_bins" title="History database bins">