changeset 27:efa564587d12 draft

Uploaded
author dfornika
date Tue, 03 Mar 2020 09:57:51 +0000
parents e2cab62e1943
children 7caa67bdcdf0
files blast_report_basic.xml
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/blast_report_basic.xml	Tue Mar 03 09:57:34 2020 +0000
+++ b/blast_report_basic.xml	Tue Mar 03 09:57:51 2020 +0000
@@ -5,16 +5,16 @@
           python '${__tool_directory__}/blast_report.py' 
             --min-identity ${min_identity}
             --filter-keywords '${filter_keywords}'
-            #if str($reference_database_bins) != "None"
-	      #for $name, $path in zip(str($reference_database_bins.fields.name).split(','), str($reference_database_bins.fields.path).split(',')):
-                -b '${name}' '${path}'
-	      #end for
-            #end if
             $discard_redundant
             '${tabular_blast_report_input}'
             '${__tool_directory__}/templates/template2.tmpl'
             '${out_html}'
             '${out_tab}'
+	    #if str($reference_database_bins) != "None"
+	      #for $name, $path in zip(str($reference_database_bins.fields.name).split(','), str($reference_database_bins.fields.path).split(',')):
+                -b '${name}' '${path}'
+	      #end for
+            #end if
         ]]>
     </command>
     <inputs>