diff fasta_header_converter.xml @ 3:dd268de3a107 draft

planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/TreeBest commit 988b1fc1cb8739e45648465adbf099f3fdaf87f8
author earlhaminst
date Fri, 03 Mar 2017 07:22:53 -0500
parents 4f9e5110914b
children
line wrap: on
line diff
--- a/fasta_header_converter.xml	Wed Feb 22 05:48:02 2017 -0500
+++ b/fasta_header_converter.xml	Fri Mar 03 07:22:53 2017 -0500
@@ -1,11 +1,11 @@
 <tool id="fasta_header_converter" name="FASTA header converter" version="0.1.1">
     <description>to append species information</description>
-    <command>
+    <command detect_errors="exit_code">
 <![CDATA[
 python '$__tool_directory__/fasta_header_converter.py'
 -f '$fastaFile'
 -j '$genesFile'
-> '$outputFile'
+-o '$outputFile'
 ]]>
     </command>
     <inputs>