comparison macs_wrapper.xml @ 1:7f4aca133f73 draft

planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
author devteam
date Tue, 13 Oct 2015 12:24:35 -0400
parents 512c6b2dba00
children 5d67bc6f385f
comparison
equal deleted inserted replaced
0:512c6b2dba00 1:7f4aca133f73
4 <requirements> 4 <requirements>
5 <requirement type="package" version="1.3.7.1">macs</requirement> 5 <requirement type="package" version="1.3.7.1">macs</requirement>
6 <requirement type="package" version="2.15.0">R</requirement> 6 <requirement type="package" version="2.15.0">R</requirement>
7 </requirements> 7 </requirements>
8 <inputs> 8 <inputs>
9 <param name="experiment_name" type="text" value="MACS in Galaxy" size="50" label="Experiment Name"/> 9 <param name="experiment_name" type="text" value="MACS in Galaxy" label="Experiment Name"/>
10 <conditional name="input_type"> 10 <conditional name="input_type">
11 <param name="input_type_selector" type="select" label="Paired End Sequencing"> 11 <param name="input_type_selector" type="select" label="Paired End Sequencing">
12 <option value="paired_end">Paired End (requires elandmulti format)</option> 12 <option value="paired_end">Paired End (requires elandmulti format)</option>
13 <option value="single_end" selected="true">Single End</option> 13 <option value="single_end" selected="true">Single End</option>
14 </param> 14 </param>
42 <when value="no_wig"> 42 <when value="no_wig">
43 <!-- do nothing here --> 43 <!-- do nothing here -->
44 </when> 44 </when>
45 </conditional> 45 </conditional>
46 <param name="nolambda" label="Use fixed background lambda as local lambda for every peak region" type="boolean" truevalue="--nolambda" falsevalue="" checked="False" help="up to 9X more time consuming"/> 46 <param name="nolambda" label="Use fixed background lambda as local lambda for every peak region" type="boolean" truevalue="--nolambda" falsevalue="" checked="False" help="up to 9X more time consuming"/>
47 <param name="lambdaset" type="text" label="3 levels of regions around the peak region to calculate the maximum lambda as local lambda" value="1000,5000,10000" size="50"/> 47 <param name="lambdaset" type="text" label="3 levels of regions around the peak region to calculate the maximum lambda as local lambda" value="1000,5000,10000"/>
48 <conditional name="nomodel_type"> 48 <conditional name="nomodel_type">
49 <param name="nomodel_type_selector" type="select" label="Build Model"> 49 <param name="nomodel_type_selector" type="select" label="Build Model">
50 <option value="nomodel">Do not build the shifting model</option> 50 <option value="nomodel">Do not build the shifting model</option>
51 <option value="create_model" selected="true">Build the shifting model</option> 51 <option value="create_model" selected="true">Build the shifting model</option>
52 </param> 52 </param>
233 233
234 For the underlying tool, please cite `Zhang Y, Liu T, Meyer CA, Eeckhoute J, Johnson DS, Bernstein BE, Nusbaum C, Myers RM, Brown M, Li W, Liu XS. Model-based analysis of ChIP-Seq (MACS). Genome Biol. 2008;9(9):R137. &lt;http://www.ncbi.nlm.nih.gov/pubmed/18798982&gt;`_ 234 For the underlying tool, please cite `Zhang Y, Liu T, Meyer CA, Eeckhoute J, Johnson DS, Bernstein BE, Nusbaum C, Myers RM, Brown M, Li W, Liu XS. Model-based analysis of ChIP-Seq (MACS). Genome Biol. 2008;9(9):R137. &lt;http://www.ncbi.nlm.nih.gov/pubmed/18798982&gt;`_
235 235
236 If you use this tool in Galaxy, please cite Blankenberg D, et al. *In preparation.* 236 If you use this tool in Galaxy, please cite Blankenberg D, et al. *In preparation.*
237 237
238 </help> 238 </help>
239 <citations>
240 <citation type="doi">10.1186/gb-2008-9-9-r137</citation>
241 </citations>
239 </tool> 242 </tool>