diff macs2_refinepeak.xml @ 61:644444825ef9 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:48:32 -0400
parents 8f6b37d29df5
children 1ac88e46ee0f
line wrap: on
line diff
--- a/macs2_refinepeak.xml	Tue Oct 16 10:30:42 2018 -0400
+++ b/macs2_refinepeak.xml	Thu Apr 25 17:48:32 2019 -0400
@@ -1,4 +1,4 @@
-<tool id="macs2_refinepeak" name="MACS2 refinepeak" version="@VERSION_STRING@.0">
+<tool id="macs2_refinepeak" name="MACS2 refinepeak" version="@VERSION_STRING@.1">
     <description>Refine peak summits and give scores measuring balance of forward- backward tags (Experimental)</description>
     <macros>
         <import>macs2_macros.xml</import>
@@ -17,7 +17,7 @@
             --ofile '${ outfile }'
     ]]></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" />
         <param name="bed_infile" type="data" format="bed" label="Candidate peak file in BED format" />
         <param name="cutoff" type="float" label="Cutoff" value="5.0" help="default: 5.0 (--cutoff)"/>
         <param name="winsize" type="integer" value="200" label="Scan window size on both side of the summit" help="default: 200bp (--window-size)" />