diff je-demultiplex.xml @ 5:222819c87d90 draft

planemo upload for repository https://git.embl.de/grp-gbcs/Je/tree/master/src/galaxy commit 0eefd837333dae6fbecaf4f55b053268d844eff6
author gbcs-embl-heidelberg
date Wed, 02 Aug 2017 10:59:28 -0400
parents 8930b411a9d7
children 8f16495dc5f2
line wrap: on
line diff
--- a/je-demultiplex.xml	Tue Aug 01 03:42:43 2017 -0400
+++ b/je-demultiplex.xml	Wed Aug 02 10:59:28 2017 -0400
@@ -3,11 +3,12 @@
     <macros>
         <import>macros.xml</import>
     </macros>
+    <expand macro="requirements" />
     <stdio>
         <exit_code range="1:" level="fatal" description="Tool exception" />
     </stdio>
-    <version_command>echo '1.0'</version_command>
-    <command interpreter="bash">
+    <expand macro="version_command" />
+    <command>
 <![CDATA[
     je demultiplex
 
@@ -91,8 +92,7 @@
         </test>
     </tests>
 
-
-  <help>
+    <help>
 <![CDATA[
 **What it does**
 
@@ -434,6 +434,6 @@
 
     Default value: null.
 ]]>
-  </help>
-
+    </help>
+    <expand macro="citations"/>
 </tool>