diff macs2_callpeak.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 495a4173006f
children 640d3af5d833
line wrap: on
line diff
--- a/macs2_callpeak.xml	Tue Oct 16 10:31:14 2018 -0400
+++ b/macs2_callpeak.xml	Thu Apr 25 17:49:05 2019 -0400
@@ -1,4 +1,4 @@
-<tool id="macs2_callpeak" name="MACS2 callpeak" version="@VERSION_STRING@.5" profile="17.09">
+<tool id="macs2_callpeak" name="MACS2 callpeak" version="@VERSION_STRING@.6" profile="17.09">
     <description>Call peaks from alignment results</description>
     <macros>
         <import>macs2_macros.xml</import>
@@ -138,10 +138,10 @@
                 <option value="Yes">Yes</option>
             </param>
             <when value="No" >
-                <param name="input_treatment_file" argument="-t" type="data" format="bam,sam,bed" label="ChIP-Seq Treatment File" />
+                <param name="input_treatment_file" argument="-t" type="data" format="bam,bed" label="ChIP-Seq Treatment File" />
             </when>
             <when value="Yes">
-                <param name="input_treatment_file" argument="-t" type="data" format="bam,sam,bed" multiple="true" label="ChIP-Seq Treatment File" />
+                <param name="input_treatment_file" argument="-t" type="data" format="bam,bed" multiple="true" label="ChIP-Seq Treatment File" />
             </when>
         </conditional>
 
@@ -157,10 +157,10 @@
                         <option value="Yes">Yes</option>
                     </param>
                     <when value="No" >
-                        <param name="input_control_file" argument="-c" type="data" format="bam,sam,bed" label="ChIP-Seq Control File" />
+                        <param name="input_control_file" argument="-c" type="data" format="bam,bed" label="ChIP-Seq Control File" />
                     </when>
                     <when value="Yes">
-                        <param name="input_control_file" argument="-c" type="data" format="bam,sam,bed" multiple="true" label="ChIP-Seq Control File" />
+                        <param name="input_control_file" argument="-c" type="data" format="bam,bed" multiple="true" label="ChIP-Seq Control File" />
                     </when>
                 </conditional>
             </when>