diff macs2_filterdup.xml @ 2:bfe57d6e0c4c draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit 63955994af5090ec444c03c221df0012d5ae4e74
author iuc
date Mon, 12 Oct 2015 11:24:39 -0400
parents fe62ba547975
children beb902da6e5f
line wrap: on
line diff
--- a/macs2_filterdup.xml	Thu Feb 12 10:40:25 2015 -0500
+++ b/macs2_filterdup.xml	Mon Oct 12 11:24:39 2015 -0400
@@ -1,10 +1,11 @@
 <tool id="macs2_filterdup" name="MACS2 filterdup" version="@VERSION_STRING@.0">
     <description>Remove duplicate reads at the same position</description>
-    <expand macro="requirements" />
-    <expand macro="version_command" />
     <macros>
         <import>macs2_macros.xml</import>
     </macros>
+    <expand macro="requirements" />
+    <expand macro="stdio" />
+    <expand macro="version_command" />
     <command>
         macs2 filterdup
             -i "${ infile }"
@@ -22,7 +23,6 @@
 	;
 	mv temp_outfile "${ outfile }"
     </command>
-    <expand macro="stdio" />
     <inputs>
         <param name="infile" type="data" format="sam,bam,bed" label="Sequencing alignment file" />
         <expand macro="conditional_effective_genome_size" />