diff je-clip.xml @ 5:8b4ccdf5f7dd 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:58:49 -0400
parents 2cfed59e4d27
children
line wrap: on
line diff
--- a/je-clip.xml	Tue Aug 01 03:42:03 2017 -0400
+++ b/je-clip.xml	Wed Aug 02 10:58:49 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 clip
 
@@ -85,8 +86,7 @@
         </test>
     </tests>
 
-
-  <help>
+    <help>
 <![CDATA[
 **What it does**
 
@@ -242,6 +242,6 @@
     Default value: null.
 
 ]]>
-  </help>
-
+    </help>
+    <expand macro="citations"/>
 </tool>