Mercurial > repos > iuc > cluster_analyze_embed_muon
comparison macros.xml @ 1:a8f0f1cf5152 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/muon/ commit b4044d2239aeffeb63d36572da09a0abdd0ba190
| author | iuc |
|---|---|
| date | Mon, 10 Feb 2025 20:39:27 +0000 |
| parents | b82f44c4e8af |
| children | 4a345196bc45 |
comparison
equal
deleted
inserted
replaced
| 0:b82f44c4e8af | 1:a8f0f1cf5152 |
|---|---|
| 1 <macros> | 1 <macros> |
| 2 <token name="@TOOL_VERSION@">0.1.6</token> | 2 <token name="@TOOL_VERSION@">0.1.6</token> |
| 3 <token name="@VERSION_SUFFIX@">0</token> | 3 <token name="@VERSION_SUFFIX@">1</token> |
| 4 <token name="@PROFILE@">23.0</token> | 4 <token name="@PROFILE@">23.0</token> |
| 5 <xml name="requirements"> | 5 <xml name="requirements"> |
| 6 <requirements> | 6 <requirements> |
| 7 <requirement type="package" version="@TOOL_VERSION@">muon</requirement> | 7 <requirement type="package" version="@TOOL_VERSION@">muon</requirement> |
| 8 <requirement type="package" version="0.10.2">leidenalg</requirement> | 8 <requirement type="package" version="0.10.2">leidenalg</requirement> |
| 175 <when value="separate"> | 175 <when value="separate"> |
| 176 <repeat name="modalities" title="Modalities" min="2" default="2"> | 176 <repeat name="modalities" title="Modalities" min="2" default="2"> |
| 177 <param name="mod_name" type="text" label="Modality name" optional="true"> | 177 <param name="mod_name" type="text" label="Modality name" optional="true"> |
| 178 <expand macro="sanitize_string" /> | 178 <expand macro="sanitize_string" /> |
| 179 </param> | 179 </param> |
| 180 <param name="resolution" type="float" label="Resolution for the above modality" help="Higher values -> more clusters"/> | 180 <param name="resolution" type="float" optional="true" label="Resolution for the above modality" help="Higher values -> more clusters"/> |
| 181 </repeat> | 181 </repeat> |
| 182 </when> | 182 </when> |
| 183 </conditional> | 183 </conditional> |
| 184 </xml> | 184 </xml> |
| 185 <xml name="param_weight"> | 185 <xml name="param_weight"> |
| 194 <when value="separate"> | 194 <when value="separate"> |
| 195 <repeat name="modalities" title="Modalities" min="2" default="2"> | 195 <repeat name="modalities" title="Modalities" min="2" default="2"> |
| 196 <param name="mod_name" type="text" label="Modality name" optional="true"> | 196 <param name="mod_name" type="text" label="Modality name" optional="true"> |
| 197 <expand macro="sanitize_string" /> | 197 <expand macro="sanitize_string" /> |
| 198 </param> | 198 </param> |
| 199 <param name="mod_weights" type="float" label="Weight for the above modality" help="Higher values -> more important"/> | 199 <param name="mod_weights" type="float" optional="true" label="Weight for the above modality" help="Higher values -> more important"/> |
| 200 </repeat> | 200 </repeat> |
| 201 </when> | 201 </when> |
| 202 </conditional> | 202 </conditional> |
| 203 </xml> | 203 </xml> |
| 204 <xml name="param_random_state" tokens="seed"> | 204 <xml name="param_random_state" tokens="seed"> |
