Mercurial > repos > devteam > macs
diff 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 |
line wrap: on
line diff
--- a/macs_wrapper.xml Thu Jan 23 12:32:02 2014 -0500 +++ b/macs_wrapper.xml Tue Oct 13 12:24:35 2015 -0400 @@ -6,7 +6,7 @@ <requirement type="package" version="2.15.0">R</requirement> </requirements> <inputs> - <param name="experiment_name" type="text" value="MACS in Galaxy" size="50" label="Experiment Name"/> + <param name="experiment_name" type="text" value="MACS in Galaxy" label="Experiment Name"/> <conditional name="input_type"> <param name="input_type_selector" type="select" label="Paired End Sequencing"> <option value="paired_end">Paired End (requires elandmulti format)</option> @@ -44,7 +44,7 @@ </when> </conditional> <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"/> - <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"/> + <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"/> <conditional name="nomodel_type"> <param name="nomodel_type_selector" type="select" label="Build Model"> <option value="nomodel">Do not build the shifting model</option> @@ -235,5 +235,8 @@ If you use this tool in Galaxy, please cite Blankenberg D, et al. *In preparation.* - </help> + </help> + <citations> + <citation type="doi">10.1186/gb-2008-9-9-r137</citation> + </citations> </tool>