changeset 5:bb97dd7d11d5 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abyss commit 344140b8df53b8b7024618bb04594607a045c03a
author iuc
date Mon, 04 May 2015 22:47:42 -0400
parents c8a188ea46d5
children 1e19058d6c0a
files abyss-pe.xml abyss.xml macros.xml
diffstat 3 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/abyss-pe.xml	Wed Apr 29 12:07:23 2015 -0400
+++ b/abyss-pe.xml	Mon May 04 22:47:42 2015 -0400
@@ -60,4 +60,5 @@
 
 http://www.bcgsc.ca/platform/bioinfo/software/abyss
     </help>
+    <expand macro="citations" />
 </tool>
--- a/abyss.xml	Wed Apr 29 12:07:23 2015 -0400
+++ b/abyss.xml	Mon May 04 22:47:42 2015 -0400
@@ -31,4 +31,5 @@
 
 http://www.bcgsc.ca/platform/bioinfo/software/abyss
     </help>
+    <expand macro="citations" />
 </tool>
--- a/macros.xml	Wed Apr 29 12:07:23 2015 -0400
+++ b/macros.xml	Mon May 04 22:47:42 2015 -0400
@@ -4,7 +4,6 @@
             <requirement type="package" version="1.5.2">abyss</requirement>
             <yield/>
         </requirements>
-        <version_command>ABYSS --version | head -n 1</version_command>
     </xml>
     <xml name="stdio">
         <stdio>
@@ -14,5 +13,10 @@
             <regex match="Error:" />
             <regex match="Exception:" />
         </stdio>
+        <version_command>ABYSS --version | head -n 1</version_command>
+    </xml>
+    <xml name="citations">
+        <citations>
+        </citations>
     </xml>
 </macros>