annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
17
424aefbd7777 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e90e79e18362561d0060d2c162f1938feebdbc29
iuc
parents: 9
diff changeset
1 <tool id="macs2_randsample" name="MACS2 randsample" version="@VERSION_STRING@.1">
0
fe62ba547975 Uploaded
iuc
parents:
diff changeset
2 <description>Randomly sample number or percentage of total reads</description>
fe62ba547975 Uploaded
iuc
parents:
diff changeset
3 <macros>
fe62ba547975 Uploaded
iuc
parents:
diff changeset
4 <import>macs2_macros.xml</import>
fe62ba547975 Uploaded
iuc
parents:
diff changeset
5 </macros>
2
bfe57d6e0c4c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit 63955994af5090ec444c03c221df0012d5ae4e74
iuc
parents: 0
diff changeset
6 <expand macro="requirements" />
bfe57d6e0c4c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit 63955994af5090ec444c03c221df0012d5ae4e74
iuc
parents: 0
diff changeset
7 <expand macro="stdio" />
bfe57d6e0c4c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit 63955994af5090ec444c03c221df0012d5ae4e74
iuc
parents: 0
diff changeset
8 <expand macro="version_command" />
9
acbd3fb47f90 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit 586ecaebf9e6020fac2674fbda368e293d1c9bc2
iuc
parents: 5
diff changeset
9 <command><![CDATA[
acbd3fb47f90 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit 586ecaebf9e6020fac2674fbda368e293d1c9bc2
iuc
parents: 5
diff changeset
10 @home_dir@
0
fe62ba547975 Uploaded
iuc
parents:
diff changeset
11 macs2 randsample
5
beb902da6e5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e10f301c7f8c54a7d12df4e631527197baccf70b
iuc
parents: 2
diff changeset
12 -t '${ infile }'
beb902da6e5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e10f301c7f8c54a7d12df4e631527197baccf70b
iuc
parents: 2
diff changeset
13 -o '${ outfile }'
beb902da6e5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e10f301c7f8c54a7d12df4e631527197baccf70b
iuc
parents: 2
diff changeset
14 --seed '${ seed }'
0
fe62ba547975 Uploaded
iuc
parents:
diff changeset
15
5
beb902da6e5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e10f301c7f8c54a7d12df4e631527197baccf70b
iuc
parents: 2
diff changeset
16 --format '${ infile.extension.upper() }'
0
fe62ba547975 Uploaded
iuc
parents:
diff changeset
17
5
beb902da6e5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e10f301c7f8c54a7d12df4e631527197baccf70b
iuc
parents: 2
diff changeset
18 @tag_size@
beb902da6e5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e10f301c7f8c54a7d12df4e631527197baccf70b
iuc
parents: 2
diff changeset
19
0
fe62ba547975 Uploaded
iuc
parents:
diff changeset
20 #if $method_options.method_options_selector == 'percentage':
5
beb902da6e5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e10f301c7f8c54a7d12df4e631527197baccf70b
iuc
parents: 2
diff changeset
21 --percentage '${ method_options.percentage }'
0
fe62ba547975 Uploaded
iuc
parents:
diff changeset
22 #else:
5
beb902da6e5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e10f301c7f8c54a7d12df4e631527197baccf70b
iuc
parents: 2
diff changeset
23 --number '${ method_options.number }'
0
fe62ba547975 Uploaded
iuc
parents:
diff changeset
24 #end if
9
acbd3fb47f90 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit 586ecaebf9e6020fac2674fbda368e293d1c9bc2
iuc
parents: 5
diff changeset
25 ]]></command>
0
fe62ba547975 Uploaded
iuc
parents:
diff changeset
26 <inputs>
17
424aefbd7777 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e90e79e18362561d0060d2c162f1938feebdbc29
iuc
parents: 9
diff changeset
27 <param name="infile" type="data" format="bam,bed" label="Sequencing alignment file" />
0
fe62ba547975 Uploaded
iuc
parents:
diff changeset
28 <expand macro="tag_size" />
fe62ba547975 Uploaded
iuc
parents:
diff changeset
29 <conditional name="method_options">
fe62ba547975 Uploaded
iuc
parents:
diff changeset
30 <param name="method_options_selector" type="select" label="Select action to be performed">
fe62ba547975 Uploaded
iuc
parents:
diff changeset
31 <option value="percentage" selected="true">Percentage</option>
fe62ba547975 Uploaded
iuc
parents:
diff changeset
32 <option value="number">Number</option>
fe62ba547975 Uploaded
iuc
parents:
diff changeset
33 </param>
fe62ba547975 Uploaded
iuc
parents:
diff changeset
34 <when value="percentage">
5
beb902da6e5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e10f301c7f8c54a7d12df4e631527197baccf70b
iuc
parents: 2
diff changeset
35 <param name="percentage" type="float" value="80.0" label="Percentage of tags you want to keep" help="Percentage of tags you want to keep. Input 80.0 for 80%.(--percentage)"/>
0
fe62ba547975 Uploaded
iuc
parents:
diff changeset
36 </when>
fe62ba547975 Uploaded
iuc
parents:
diff changeset
37 <when value="number">
fe62ba547975 Uploaded
iuc
parents:
diff changeset
38 <param name="number" type="integer" value="800000" label="Number of tags you want to keep" help="Note that the number of tags in output is approximate as the number specified here (--number)" />
fe62ba547975 Uploaded
iuc
parents:
diff changeset
39 </when>
fe62ba547975 Uploaded
iuc
parents:
diff changeset
40 </conditional>
5
beb902da6e5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e10f301c7f8c54a7d12df4e631527197baccf70b
iuc
parents: 2
diff changeset
41 <param name="seed" type="integer" value="1" label="Random seed number" min="0" help="Set the random seed while down sampling data. Must be a positive integer in order to be effective. (--seed)"/>
0
fe62ba547975 Uploaded
iuc
parents:
diff changeset
42 </inputs>
fe62ba547975 Uploaded
iuc
parents:
diff changeset
43 <outputs>
fe62ba547975 Uploaded
iuc
parents:
diff changeset
44 <data name="outfile" format="bed" label="${tool.name} on ${on_string}" />
fe62ba547975 Uploaded
iuc
parents:
diff changeset
45 </outputs>
fe62ba547975 Uploaded
iuc
parents:
diff changeset
46 <tests>
5
beb902da6e5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e10f301c7f8c54a7d12df4e631527197baccf70b
iuc
parents: 2
diff changeset
47 <test>
beb902da6e5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e10f301c7f8c54a7d12df4e631527197baccf70b
iuc
parents: 2
diff changeset
48 <param name="infile" value="ChIP_200K.bed" ftype="bed" />
beb902da6e5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e10f301c7f8c54a7d12df4e631527197baccf70b
iuc
parents: 2
diff changeset
49 <param name="method_options_selector" value="percentage" />
beb902da6e5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e10f301c7f8c54a7d12df4e631527197baccf70b
iuc
parents: 2
diff changeset
50 <param name="percentage" value="80.0" />
beb902da6e5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e10f301c7f8c54a7d12df4e631527197baccf70b
iuc
parents: 2
diff changeset
51 <param name="seed" value="1" />
beb902da6e5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e10f301c7f8c54a7d12df4e631527197baccf70b
iuc
parents: 2
diff changeset
52 <output name="outfile" file="bdgrandsample_output.bed"/>
beb902da6e5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e10f301c7f8c54a7d12df4e631527197baccf70b
iuc
parents: 2
diff changeset
53 </test>
0
fe62ba547975 Uploaded
iuc
parents:
diff changeset
54 </tests>
fe62ba547975 Uploaded
iuc
parents:
diff changeset
55 <help>
5
beb902da6e5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e10f301c7f8c54a7d12df4e631527197baccf70b
iuc
parents: 2
diff changeset
56 <![CDATA[
0
fe62ba547975 Uploaded
iuc
parents:
diff changeset
57 **What it does**
fe62ba547975 Uploaded
iuc
parents:
diff changeset
58
5
beb902da6e5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e10f301c7f8c54a7d12df4e631527197baccf70b
iuc
parents: 2
diff changeset
59 This is **randsample** utility from the MACS2_ Package. It randomly samples reads by number or percentage from an input file.
beb902da6e5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e10f301c7f8c54a7d12df4e631527197baccf70b
iuc
parents: 2
diff changeset
60
beb902da6e5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e10f301c7f8c54a7d12df4e631527197baccf70b
iuc
parents: 2
diff changeset
61 .. _MACS2: https://github.com/taoliu/MACS
0
fe62ba547975 Uploaded
iuc
parents:
diff changeset
62
fe62ba547975 Uploaded
iuc
parents:
diff changeset
63 @citation@
5
beb902da6e5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e10f301c7f8c54a7d12df4e631527197baccf70b
iuc
parents: 2
diff changeset
64 ]]>
0
fe62ba547975 Uploaded
iuc
parents:
diff changeset
65 </help>
fe62ba547975 Uploaded
iuc
parents:
diff changeset
66 <expand macro="citations" />
fe62ba547975 Uploaded
iuc
parents:
diff changeset
67 </tool>