| Previous changeset 0:678260997e94 (2025-02-05) Next changeset 2:e263c0983539 (2025-02-12) |
|
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/muon/ commit b4044d2239aeffeb63d36572da09a0abdd0ba190 |
|
modified:
macros.xml |
| b |
| diff -r 678260997e94 -r 117dbdeec9db macros.xml --- a/macros.xml Wed Feb 05 10:53:25 2025 +0000 +++ b/macros.xml Mon Feb 10 20:39:25 2025 +0000 |
| b |
| @@ -1,6 +1,6 @@ <macros> <token name="@TOOL_VERSION@">0.1.6</token> - <token name="@VERSION_SUFFIX@">0</token> + <token name="@VERSION_SUFFIX@">1</token> <token name="@PROFILE@">23.0</token> <xml name="requirements"> <requirements> @@ -177,7 +177,7 @@ <param name="mod_name" type="text" label="Modality name" optional="true"> <expand macro="sanitize_string" /> </param> - <param name="resolution" type="float" label="Resolution for the above modality" help="Higher values -> more clusters"/> + <param name="resolution" type="float" optional="true" label="Resolution for the above modality" help="Higher values -> more clusters"/> </repeat> </when> </conditional> @@ -196,7 +196,7 @@ <param name="mod_name" type="text" label="Modality name" optional="true"> <expand macro="sanitize_string" /> </param> - <param name="mod_weights" type="float" label="Weight for the above modality" help="Higher values -> more important"/> + <param name="mod_weights" type="float" optional="true" label="Weight for the above modality" help="Higher values -> more important"/> </repeat> </when> </conditional> |