annotate macs2_refinepeak.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_refinepeak" name="MACS2 refinepeak" version="@VERSION_STRING@.1">
0
fe62ba547975 Uploaded
iuc
parents:
diff changeset
2 <description>Refine peak summits and give scores measuring balance of forward- backward tags (Experimental)</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 refinepeak
5
beb902da6e5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e10f301c7f8c54a7d12df4e631527197baccf70b
iuc
parents: 2
diff changeset
12 -b '${ bed_infile }'
beb902da6e5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e10f301c7f8c54a7d12df4e631527197baccf70b
iuc
parents: 2
diff changeset
13 -i '${ infile }'
0
fe62ba547975 Uploaded
iuc
parents:
diff changeset
14 --format '${ infile.extension.upper() }'
5
beb902da6e5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e10f301c7f8c54a7d12df4e631527197baccf70b
iuc
parents: 2
diff changeset
15 --cutoff '${ cutoff }'
beb902da6e5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e10f301c7f8c54a7d12df4e631527197baccf70b
iuc
parents: 2
diff changeset
16 --window-size '${ winsize }'
beb902da6e5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e10f301c7f8c54a7d12df4e631527197baccf70b
iuc
parents: 2
diff changeset
17 --ofile '${ outfile }'
9
acbd3fb47f90 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit 586ecaebf9e6020fac2674fbda368e293d1c9bc2
iuc
parents: 5
diff changeset
18 ]]></command>
0
fe62ba547975 Uploaded
iuc
parents:
diff changeset
19 <inputs>
17
424aefbd7777 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e90e79e18362561d0060d2c162f1938feebdbc29
iuc
parents: 9
diff changeset
20 <param name="infile" type="data" format="bam,bed" label="Sequencing alignment file" />
0
fe62ba547975 Uploaded
iuc
parents:
diff changeset
21 <param name="bed_infile" type="data" format="bed" label="Candidate peak file in BED format" />
fe62ba547975 Uploaded
iuc
parents:
diff changeset
22 <param name="cutoff" type="float" label="Cutoff" value="5.0" help="default: 5.0 (--cutoff)"/>
fe62ba547975 Uploaded
iuc
parents:
diff changeset
23 <param name="winsize" type="integer" value="200" label="Scan window size on both side of the summit" help="default: 200bp (--window-size)" />
fe62ba547975 Uploaded
iuc
parents:
diff changeset
24 </inputs>
fe62ba547975 Uploaded
iuc
parents:
diff changeset
25
fe62ba547975 Uploaded
iuc
parents:
diff changeset
26 <outputs>
fe62ba547975 Uploaded
iuc
parents:
diff changeset
27 <data name="outfile" format="bed" label="${tool.name} on ${on_string}" />
fe62ba547975 Uploaded
iuc
parents:
diff changeset
28 </outputs>
fe62ba547975 Uploaded
iuc
parents:
diff changeset
29 <tests>
fe62ba547975 Uploaded
iuc
parents:
diff changeset
30 <test>
5
beb902da6e5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e10f301c7f8c54a7d12df4e631527197baccf70b
iuc
parents: 2
diff changeset
31 <param name="infile" value="refinepeak_bam_input.bam" ftype="bam"/>
beb902da6e5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e10f301c7f8c54a7d12df4e631527197baccf70b
iuc
parents: 2
diff changeset
32 <param name="bed_infile" value="refinepeak_bed_input.bed" ftype="bed"/>
0
fe62ba547975 Uploaded
iuc
parents:
diff changeset
33 <param name="cutoff" value="5.0"/>
fe62ba547975 Uploaded
iuc
parents:
diff changeset
34 <param name="winsize" value="200"/>
5
beb902da6e5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e10f301c7f8c54a7d12df4e631527197baccf70b
iuc
parents: 2
diff changeset
35 <output name="outfile" file="refinepeak_output.bed"/>
0
fe62ba547975 Uploaded
iuc
parents:
diff changeset
36 </test>
fe62ba547975 Uploaded
iuc
parents:
diff changeset
37 </tests>
fe62ba547975 Uploaded
iuc
parents:
diff changeset
38 <help>
5
beb902da6e5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e10f301c7f8c54a7d12df4e631527197baccf70b
iuc
parents: 2
diff changeset
39 <![CDATA[
0
fe62ba547975 Uploaded
iuc
parents:
diff changeset
40 **What it does**
fe62ba547975 Uploaded
iuc
parents:
diff changeset
41
5
beb902da6e5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e10f301c7f8c54a7d12df4e631527197baccf70b
iuc
parents: 2
diff changeset
42 This is **refinepeak** utility from the MACS2_ Package. It is an experimental utility that takes raw read alignments, refines peak summits and gives scores measuring balance of forward- backward tags. Inspired by the SPP_ pipeline.
beb902da6e5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e10f301c7f8c54a7d12df4e631527197baccf70b
iuc
parents: 2
diff changeset
43
beb902da6e5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e10f301c7f8c54a7d12df4e631527197baccf70b
iuc
parents: 2
diff changeset
44 .. _MACS2: https://github.com/taoliu/MACS
beb902da6e5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e10f301c7f8c54a7d12df4e631527197baccf70b
iuc
parents: 2
diff changeset
45 .. _SPP: http://compbio.med.harvard.edu/Supplements/ChIP-seq/
0
fe62ba547975 Uploaded
iuc
parents:
diff changeset
46
fe62ba547975 Uploaded
iuc
parents:
diff changeset
47 @citation@
5
beb902da6e5f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e10f301c7f8c54a7d12df4e631527197baccf70b
iuc
parents: 2
diff changeset
48 ]]>
0
fe62ba547975 Uploaded
iuc
parents:
diff changeset
49 </help>
fe62ba547975 Uploaded
iuc
parents:
diff changeset
50 <expand macro="citations" />
fe62ba547975 Uploaded
iuc
parents:
diff changeset
51 </tool>