Mercurial > repos > charles-bernard > alfa
changeset 5:b04bc2828ea8 draft
Uploaded
author | charles-bernard |
---|---|
date | Sat, 08 Oct 2016 16:45:37 -0400 |
parents | 890f0018d77d |
children | 36b2931bbd38 |
files | alfa/alfa/alfa/alfa_wrapper.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/alfa/alfa/alfa/alfa_wrapper.xml Sat Oct 08 16:44:52 2016 -0400 +++ b/alfa/alfa/alfa/alfa_wrapper.xml Sat Oct 08 16:45:37 2016 -0400 @@ -98,8 +98,8 @@ <conditional name="plotThreshold"> <param name="plotThresholdChoice" type="boolean" display="checkboxes" truevalue="True" falsevalue="False" checked="false" label="Plot Options: Modify y axis range of the normalized counts of bio-features" help="Ignore if you did not choose the histograms output file"/> <when value="True"> - <param name="yMin" type="float" value="0.0" label="y min"/> - <param name="yMax" type="float" value="2.0" label="y max"/> + <param name="yMin" type="float" value="0" label="y min"/> + <param name="yMax" type="float" value="2" label="y max"/> </when> </conditional> </section>