Repository 'blast_parser'
hg clone https://toolshed.g2.bx.psu.edu/repos/earlhaminst/blast_parser

Changeset 2:376ed15e0d27 (2017-03-24)
Previous changeset 1:fd11653657f9 (2016-12-12) Next changeset 3:70df762b48a8 (2017-10-03)
Commit message:
planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/blast_parser commit f5c5f3d6ce676937f5c673ec7fc0631a9f490dc2
modified:
blast_parser.xml
b
diff -r fd11653657f9 -r 376ed15e0d27 blast_parser.xml
--- a/blast_parser.xml Mon Dec 12 07:22:09 2016 -0500
+++ b/blast_parser.xml Fri Mar 24 12:14:47 2017 -0400
[
@@ -3,11 +3,11 @@
         Convert 12- or 24-column BLAST output into 3-column hcluster_sg input
     </description>
 
-    <command>
+    <command detect_errors="exit_code">
 <![CDATA[
-perl $__tool_directory__/blast_parser.pl
-$input
-> $output
+perl '$__tool_directory__/blast_parser.pl'
+'$input'
+> '$output'
 ]]>
     </command>