Mercurial > repos > iuc > plot_muon
comparison macros.xml @ 2:a22688df6ed1 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/muon/ commit bcf2ec32c3d13b29da55e0e638da7ddd7162c436
| author | iuc |
|---|---|
| date | Wed, 12 Feb 2025 21:36:19 +0000 |
| parents | 49bee59efec0 |
| children | 6446eb1889da |
comparison
equal
deleted
inserted
replaced
| 1:49bee59efec0 | 2:a22688df6ed1 |
|---|---|
| 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@">1</token> | 3 <token name="@VERSION_SUFFIX@">0</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" optional="true" label="Resolution for the above modality" help="Higher values -> more clusters"/> | 180 <param name="resolution" type="float" 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" optional="true" label="Weight for the above modality" help="Higher values -> more important"/> | 199 <param name="mod_weights" type="float" 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"> |
