diff cuff_macros.xml @ 11:5ce5197de50c draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 220e70acb66016873732b193b3ac20ae48083f0b-dirty
author devteam
date Wed, 16 Sep 2015 09:39:31 -0400
parents 8da0eade1f59
children f1b92120dfaa
line wrap: on
line diff
--- a/cuff_macros.xml	Wed Jun 03 15:04:19 2015 -0400
+++ b/cuff_macros.xml	Wed Sep 16 09:39:31 2015 -0400
@@ -10,8 +10,8 @@
     <stdio>
         <exit_code range="1:" />
         <exit_code range=":-1" />
-        <regex match="Error:" />
-        <regex match="Exception:" />
+        <regex match="Error" />
+        <regex match="Exception" />
     </stdio>
   </xml>
   <xml name="condition_inputs">
@@ -88,4 +88,4 @@
             #end for
   </token>
   <token name="@HAS_MULTIPLE_INPUTS@">getattr(inputs, "__len__", [].__len__)() >= 2</token>
-</macros>
\ No newline at end of file
+</macros>