diff macs2_bdgdiff.xml @ 4:56e104999978 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit 9df9b52baf62b70fbcfc3fbe965d7197d4e8738e
author iuc
date Mon, 06 Feb 2017 02:30:37 -0500
parents bfe57d6e0c4c
children beb902da6e5f
line wrap: on
line diff
--- a/macs2_bdgdiff.xml	Wed Jan 27 15:23:25 2016 -0500
+++ b/macs2_bdgdiff.xml	Mon Feb 06 02:30:37 2017 -0500
@@ -33,11 +33,10 @@
         <param name="depth2" type="integer" value="1" label="Sequence depth of condition 2 in million reads" help="default: 1 (--depth2)" />
         <param name="maxgap" type="integer" value="100" label="Maximum gap to merge nearby differential regions" help="Consider a wider gap for broad marks. Maximum gap should be smaller than minimum length. Default: 100 (-g)." />
 
-        <param name="outputs" type="select" display="checkboxes" multiple="True" label="Outputs">
+        <param name="outputs" type="select" display="checkboxes" multiple="True" optional="false" label="Outputs">
             <option value="--ofile-cond1">Unique regions in condition 1</option>
             <option value="--ofile-cond2">Unique regions in condition 2</option>
             <option value="--ofile-both-conditions" selected="true">Common regions in both conditions</option>
-            <validator type="no_options" message="Please select at least one output file." />
         </param>
     </inputs>
     <outputs>