Mercurial > repos > dfornika > blast_report_basic
comparison blast_report_basic.xml @ 1:a63f676fe808 draft
Uploaded
author | dfornika |
---|---|
date | Tue, 03 Mar 2020 00:46:16 +0000 |
parents | 5dfd84907521 |
children | 0dbaa4e68866 |
comparison
equal
deleted
inserted
replaced
0:5dfd84907521 | 1:a63f676fe808 |
---|---|
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 detect_errors="error_code"> | 3 <command> |
4 <![CDATA[ | 4 <![CDATA[ |
5 '${__tool_directory__}/blast_report.py' | 5 '${__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}" |
27 </inputs> | 27 </inputs> |
28 <outputs> | 28 <outputs> |
29 <data name="out_html" format="html" label="$tool.name on data $in_tab.hid: report"/> | 29 <data name="out_html" format="html" label="$tool.name on data $in_tab.hid: report"/> |
30 <data name="out_tab" format="tabular" label="$tool.name on data $in_tab.hid: tabular results"/> | 30 <data name="out_tab" format="tabular" label="$tool.name on data $in_tab.hid: tabular results"/> |
31 </outputs> | 31 </outputs> |
32 <tests> | |
33 </tests> | |
32 <help> | 34 <help> |
33 | 35 |
34 .. class:: infomark | 36 .. class:: infomark |
35 | 37 |
36 **What it does** | 38 **What it does** |