comparison blast_report_basic.xml @ 19:c86c3e33a34d draft

Uploaded
author dfornika
date Tue, 03 Mar 2020 08:10:21 +0000
parents 456b2b3d4094
children d8ff114ba12f
comparison
equal deleted inserted replaced
18:bd67faf20210 19:c86c3e33a34d
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($bins) != "None" 8 #if str($bins) != "None"
9 -b '${bins}' 9 -b '${bins.field.path}'
10 #end if 10 #end if
11 $discard_redundant 11 $discard_redundant
12 '${tabular_blast_report_input}' 12 '${tabular_blast_report_input}'
13 '${__tool_directory__}/templates/template2.tmpl' 13 '${__tool_directory__}/templates/template2.tmpl'
14 '${out_html}' 14 '${out_html}'