Previous changeset 12:f3fcab0e9edd (2016-05-11) Next changeset 14:8fe500f4e2cc (2016-05-11) |
Commit message:
Uploaded |
modified:
APOSTL_Static_Bubblegraph_Generator.xml |
b |
diff -r f3fcab0e9edd -r 019ccec16de8 APOSTL_Static_Bubblegraph_Generator.xml --- a/APOSTL_Static_Bubblegraph_Generator.xml Wed May 11 10:59:16 2016 -0400 +++ b/APOSTL_Static_Bubblegraph_Generator.xml Wed May 11 11:00:44 2016 -0400 |
b |
@@ -712,8 +712,8 @@ <option value="Zinnwaldite brown">Zinnwaldite brown</option> </param> <param type="float" name="SS_cutoff" label="SAINT Score Cutoff" help="Select a value between 0 and 1 written like 0.8." value="0.8"/> - <param type="int" name="FC_cutoff" label="Fold Change Cutoff" help="Select a value between -Inf and Inf." value="0"/> - <param type="int" name="NS_cutoff" label="NSAF Score Cutoff" help="Select a value between -Inf and Inf." value="0"/> + <param type="integer" name="FC_cutoff" label="Fold Change Cutoff" help="Select a value between -Inf and Inf." value="0"/> + <param type="integer" name="NS_cutoff" label="NSAF Score Cutoff" help="Select a value between -Inf and Inf." value="0"/> <param name="theme" type="select" label="Plot Theme" > <option value="Default">Default</option> <option value="b/w">b/w</option> |