Mercurial > repos > bimib > marea_2
changeset 323:e8ed689d40da draft
Uploaded
author | luca_milaz |
---|---|
date | Mon, 05 Aug 2024 14:35:06 +0000 |
parents | 2c9fd99b709c |
children | e471f829344a |
files | marea_2/flux_to_map.xml |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/marea_2/flux_to_map.xml Mon Aug 05 14:34:51 2024 +0000 +++ b/marea_2/flux_to_map.xml Mon Aug 05 14:35:06 2024 +0000 @@ -22,6 +22,7 @@ --tool_dir $__tool_directory__ --option $cond.type_selector --out_log $log + --color_map $color_map #if $cond.type_selector == 'datasets': @@ -110,6 +111,11 @@ </when> </conditional> + <param name="color_map" argument="--color_map" type="select" label="Color map:"> + <option value="viridis" selected="true">Viridis</option> + <option value="jet">Jet</option> + </param> + <conditional name="advanced"> <param name="choice" type="boolean" checked="false" label="Use advanced options?" help="Use this options to choose custom parameters for evaluation: pValue, Fold-Change threshold, how to solve (A and NaN) and specify output maps."> <option value="true" selected="true">No</option>