comparison macs2_randsample.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
comparison
equal deleted inserted replaced
16:495a4173006f 17:424aefbd7777
1 <tool id="macs2_randsample" name="MACS2 randsample" version="@VERSION_STRING@.0"> 1 <tool id="macs2_randsample" name="MACS2 randsample" version="@VERSION_STRING@.1">
2 <description>Randomly sample number or percentage of total reads</description> 2 <description>Randomly sample number or percentage of total reads</description>
3 <macros> 3 <macros>
4 <import>macs2_macros.xml</import> 4 <import>macs2_macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements" /> 6 <expand macro="requirements" />
22 #else: 22 #else:
23 --number '${ method_options.number }' 23 --number '${ method_options.number }'
24 #end if 24 #end if
25 ]]></command> 25 ]]></command>
26 <inputs> 26 <inputs>
27 <param name="infile" type="data" format="sam,bam,bed" label="Sequencing alignment file" /> 27 <param name="infile" type="data" format="bam,bed" label="Sequencing alignment file" />
28 <expand macro="tag_size" /> 28 <expand macro="tag_size" />
29 <conditional name="method_options"> 29 <conditional name="method_options">
30 <param name="method_options_selector" type="select" label="Select action to be performed"> 30 <param name="method_options_selector" type="select" label="Select action to be performed">
31 <option value="percentage" selected="true">Percentage</option> 31 <option value="percentage" selected="true">Percentage</option>
32 <option value="number">Number</option> 32 <option value="number">Number</option>