diff macs2_filterdup.xml @ 17:424aefbd7777 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e90e79e18362561d0060d2c162f1938feebdbc29
author iuc
date Thu, 25 Apr 2019 17:49:05 -0400
parents acbd3fb47f90
children 640d3af5d833
line wrap: on
line diff
--- a/macs2_filterdup.xml	Tue Oct 16 10:31:14 2018 -0400
+++ b/macs2_filterdup.xml	Thu Apr 25 17:49:05 2019 -0400
@@ -1,4 +1,4 @@
-<tool id="macs2_filterdup" name="MACS2 filterdup" version="@VERSION_STRING@.0">
+<tool id="macs2_filterdup" name="MACS2 filterdup" version="@VERSION_STRING@.1">
     <description>Remove duplicate reads at the same position</description>
     <macros>
         <import>macs2_macros.xml</import>
@@ -23,7 +23,7 @@
     ]]>
     </command>
     <inputs>
-        <param name="infile" type="data" format="sam,bam,bed" label="Sequencing alignment file" />
+        <param name="infile" type="data" format="bam,bed" label="Sequencing alignment file" />
         <expand macro="conditional_effective_genome_size" />
         <expand macro="tag_size" />
         <param name="pvalue" type="text" value="1e-5" label="Pvalue cutoff for binomial distribution test" help="Default=1e-5 (--pvalue)" />