changeset 5:0f048e2548cb 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:38:42 -0400
parents d6423655d2b5
children e50d49d4130a
files blast_report.xml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/blast_report.xml	Thu Sep 12 00:26:04 2019 -0400
+++ b/blast_report.xml	Thu Sep 12 00:38:42 2019 -0400
@@ -11,7 +11,7 @@
           #if str($bins) == "None"
             #pass
           #else
-          -b "${bins}"
+          -b "${bins.path}"
           #end if
           #if $hsp_bool
             -r
@@ -32,6 +32,7 @@
             <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">