Mercurial > repos > devteam > cuffdiff
diff cuff_macros.xml @ 1:9ba750f285e3 draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffdiff commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
author | devteam |
---|---|
date | Tue, 13 Oct 2015 12:37:38 -0400 |
parents | 9a9e3e83889b |
children | 9ec1cc10742c |
line wrap: on
line diff
--- a/cuff_macros.xml Wed Nov 26 13:57:28 2014 -0500 +++ b/cuff_macros.xml Tue Oct 13 12:37:38 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>