diff je-demultiplex-illu.xml @ 5:69c77f9fc064 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:09 -0400
parents 01fdc6d10660
children 370d9764f670
line wrap: on
line diff
--- a/je-demultiplex-illu.xml	Tue Aug 01 03:42:23 2017 -0400
+++ b/je-demultiplex-illu.xml	Wed Aug 02 10:59:09 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-illu
 
@@ -93,7 +94,7 @@
             <param name="MM" value="3"/>
             <param name="MMD" value="2"/>
             <param name="Q" value="20"/>
-	    <param name="DIAG" value="false"/>
+	        <param name="DIAG" value="false"/>
             <output name="METRICS_FILE_NAME" file="illu_summary_PE.txt" ftype="tabular" lines_diff="4">
                 <discovered_dataset designation="unassigned_1" file="illu_unassigned_1_PE.txt" />
                 <discovered_dataset designation="unassigned_2" file="illu_unassigned_2_PE.txt" />
@@ -111,8 +112,7 @@
         </test>
     </tests>
 
-
-  <help>
+    <help>
 <![CDATA[
 **What it does**
 
@@ -423,6 +423,6 @@
 
     Default value: null.
 ]]>
-  </help>
-
+    </help>
+    <expand macro="citations"/>
 </tool>