comparison blast_report_basic.xml @ 4:7223a2e98bf8 draft

Uploaded
author dfornika
date Tue, 03 Mar 2020 01:13:09 +0000
parents 0dbaa4e68866
children b8a3578b6445
comparison
equal deleted inserted replaced
3:386a88793078 4:7223a2e98bf8
1 <tool id="blast_report_basic" name="BLAST report" version="0.1.0+galaxy0" > 1 <tool id="blast_report_basic" name="BLAST report" version="0.1.0+galaxy0" >
2 <description>Produce an HTML table report of BLAST results</description> 2 <description>Produce an HTML table report of BLAST results</description>
3 <command> 3 <command>
4 <![CDATA[ 4 <![CDATA[
5 '${__tool_directory__}/blast_report.py' 5 python '${__tool_directory__}/blast_report.py'
6 -f ${filter_pident}:$filter_kws 6 -f ${filter_pident}:$filter_kws
7 #if str($bins) != "None" 7 #if str($bins) != "None"
8 -b "${bins}" 8 -b "${bins}"
9 #end if 9 #end if
10 $discard_redundant 10 $discard_redundant