diff meme.xml @ 7:487ce3fa1822 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit ef11594cf3ca79e444ab4e30d83de5951a636faf
author iuc
date Sun, 10 Jul 2016 09:02:25 -0400
parents 34c794383f81
children 794b2859c286
line wrap: on
line diff
--- a/meme.xml	Fri Jun 17 13:16:52 2016 -0400
+++ b/meme.xml	Sun Jul 10 09:02:25 2016 -0400
@@ -1,9 +1,16 @@
-<tool id="meme_meme" name="MEME" version="4.11.0.1">
+<tool id="meme_meme" name="MEME" version="4.11.1.0">
     <description>- Multiple Em for Motif Elicitation</description>
     <requirements>
-        <requirement type="package" version="6.9.3">imagemagick</requirement>
-        <requirement type="package" version="4.11.0">meme</requirement>
+        <requirement type="package" version="1.3.20">graphicsmagick</requirement>
+        <requirement type="package" version="4.11.1">meme</requirement>
     </requirements>
+    <stdio>
+        <!-- Anything other than zero is an error -->
+        <exit_code range="1:" />
+        <!-- In case the return code has not been set propery check stderr too -->
+        <regex match="Error:" />
+        <regex match="Exception:" />
+    </stdio>
     <command>
         <![CDATA[
             meme "$input1"
@@ -70,7 +77,6 @@
                     -heapsize "${options_type.branching_type.heapsize}"
                 #end if
             #end if
-            2>&1 || echo "Error running MEME."
             && mv ${html_outfile.files_path}/meme.html ${html_outfile}
             && mv ${html_outfile.files_path}/meme.txt ${txt_outfile}
             && mv ${html_outfile.files_path}/meme.xml ${xml_outfile}