changeset 1:a63f676fe808 draft

Uploaded
author dfornika
date Tue, 03 Mar 2020 00:46:16 +0000
parents 5dfd84907521
children 0dbaa4e68866
files blast_report_basic.xml
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/blast_report_basic.xml	Tue Mar 03 00:14:34 2020 +0000
+++ b/blast_report_basic.xml	Tue Mar 03 00:46:16 2020 +0000
@@ -1,6 +1,6 @@
 <tool id="blast_report_basic" name="BLAST report" version="0.1.0+galaxy0" >
     <description>Produce an HTML table report of BLAST results</description>
-    <command detect_errors="error_code">
+    <command>
         <![CDATA[
           '${__tool_directory__}/blast_report.py' 
             -f ${filter_pident}:$filter_kws
@@ -29,6 +29,8 @@
         <data name="out_html" format="html" label="$tool.name on data $in_tab.hid: report"/>
         <data name="out_tab" format="tabular" label="$tool.name on data $in_tab.hid: tabular results"/>
     </outputs>
+    <tests>
+    </tests>
     <help>
 
 .. class:: infomark