comparison blast_report_basic.xml @ 25:d29bf2f7da9d draft

Uploaded
author dfornika
date Tue, 03 Mar 2020 09:47:38 +0000
parents 96aa497b13c1
children efa564587d12
comparison
equal deleted inserted replaced
24:96aa497b13c1 25:d29bf2f7da9d
4 <![CDATA[ 4 <![CDATA[
5 python '${__tool_directory__}/blast_report.py' 5 python '${__tool_directory__}/blast_report.py'
6 --min-identity ${min_identity} 6 --min-identity ${min_identity}
7 --filter-keywords '${filter_keywords}' 7 --filter-keywords '${filter_keywords}'
8 #if str($reference_database_bins) != "None" 8 #if str($reference_database_bins) != "None"
9 #for $name, $path in zip($reference_database_bins.fields.name, $reference_database_bins.fields.path): 9 #for $name, $path in zip(str($reference_database_bins.fields.name).split(','), str($reference_database_bins.fields.path).split(',')):
10 -b '${name}' '${path}' 10 -b '${name}' '${path}'
11 #end for 11 #end for
12 #end if 12 #end if
13 $discard_redundant 13 $discard_redundant
14 '${tabular_blast_report_input}' 14 '${tabular_blast_report_input}'