comparison macs2_refinepeak.xml @ 63:25e46cf1ee36 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e8307adcc6ee9245fa2bb9ecb6de1cbe008dc2c3"
author iuc
date Sat, 02 Apr 2022 21:36:50 +0000
parents 1ac88e46ee0f
children
comparison
equal deleted inserted replaced
62:1ac88e46ee0f 63:25e46cf1ee36
1 <tool id="macs2_refinepeak" name="MACS2 refinepeak" version="@VERSION_STRING@.1"> 1 <tool id="macs2_refinepeak" name="MACS2 refinepeak" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01">
2 <description>Refine peak summits and give scores measuring balance of forward- backward tags (Experimental)</description> 2 <description>Refine peak summits and give scores measuring balance of forward- backward tags (Experimental)</description>
3 <expand macro="bio_tools"/> 3 <expand macro="bio_tools"/>
4 <macros> 4 <macros>
5 <import>macs2_macros.xml</import> 5 <import>macs2_macros.xml</import>
6 </macros> 6 </macros>
14 -i '${ infile }' 14 -i '${ infile }'
15 --format '${ infile.extension.upper() }' 15 --format '${ infile.extension.upper() }'
16 --cutoff '${ cutoff }' 16 --cutoff '${ cutoff }'
17 --window-size '${ winsize }' 17 --window-size '${ winsize }'
18 --ofile '${ outfile }' 18 --ofile '${ outfile }'
19 @buffer_size@
19 ]]></command> 20 ]]></command>
20 <inputs> 21 <inputs>
21 <param name="infile" type="data" format="bam,bed" label="Sequencing alignment file" /> 22 <param name="infile" type="data" format="bam,bed" label="Sequencing alignment file" />
22 <param name="bed_infile" type="data" format="bed" label="Candidate peak file in BED format" /> 23 <param name="bed_infile" type="data" format="bed" label="Candidate peak file in BED format" />
23 <param name="cutoff" type="float" label="Cutoff" value="5.0" help="default: 5.0 (--cutoff)"/> 24 <param name="cutoff" type="float" label="Cutoff" value="5.0" help="default: 5.0 (--cutoff)"/>
24 <param name="winsize" type="integer" value="200" label="Scan window size on both side of the summit" help="default: 200bp (--window-size)" /> 25 <param name="winsize" type="integer" value="200" label="Scan window size on both side of the summit" help="default: 200bp (--window-size)" />
26 <expand macro="buffer_size"/>
25 </inputs> 27 </inputs>
26 28
27 <outputs> 29 <outputs>
28 <data name="outfile" format="bed" label="${tool.name} on ${on_string}" /> 30 <data name="outfile" format="bed" label="${tool.name} on ${on_string}" />
29 </outputs> 31 </outputs>