Mercurial > repos > devteam > cuffmerge
changeset 11:8160c8ea4eb9 draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffmerge commit a1517c9d22029095120643bbe2c8fa53754dd2b7
author | devteam |
---|---|
date | Wed, 11 Nov 2015 12:35:04 -0500 |
parents | b6e3849293b1 |
children | 1707a530e598 |
files | cuff_macros.xml |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/cuff_macros.xml Fri Dec 19 11:59:06 2014 -0500 +++ b/cuff_macros.xml Wed Nov 11 12:35:04 2015 -0500 @@ -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>