comparison blast_report_basic.xml @ 20:d8ff114ba12f draft

Uploaded
author dfornika
date Tue, 03 Mar 2020 08:18:26 +0000
parents c86c3e33a34d
children bb237fe7fb05
comparison
equal deleted inserted replaced
19:c86c3e33a34d 20:d8ff114ba12f
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.field.path}' 9 -b '${bins.fields.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}'