galaxyproject / galaxy

Data intensive science for everyone.
https://galaxyproject.org
Other
1.39k stars 999 forks source link

optional select is not optional by default #692

Closed bgruening closed 9 years ago

bgruening commented 9 years ago

Hi,

the following optional select is "--non_directional" by default. I would expect it is optional and nothing is selected. I tried expanded="False" and also to set every option to selected=False but this does not work either.

    <param name="non_directional_option" type="select" optional="True" label="Non directional library options">
         <option value="--non_directional">Non directional (--non_directional)</option>
         <option value="--pbat">Post-Bisulfite Adapter Tagging (--pbat)</option>
    </param>
hexylena commented 9 years ago

Related to https://github.com/galaxyproject/galaxy/issues/599