Mercurial > repos > bgruening > music_deconvolution
comparison macros.xml @ 1:3ca0132c182a draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/music/ commit 683bb72ae92b5759a239b7e3bf4c5a229ed35b54"
author | bgruening |
---|---|
date | Fri, 26 Nov 2021 15:54:51 +0000 |
parents | 224721e76869 |
children | fd7a16d073c5 |
comparison
equal
deleted
inserted
replaced
0:224721e76869 | 1:3ca0132c182a |
---|---|
1 <macros> | 1 <macros> |
2 <token name="@VERSION_SUFFIX@">0</token> | 2 <token name="@VERSION_SUFFIX@">1</token> |
3 <!-- The ESet inspector/constructor and MuSiC tool can have | 3 <!-- The ESet inspector/constructor and MuSiC tool can have |
4 independent Galaxy versions but should reference the same | 4 independent Galaxy versions but should reference the same |
5 package version always. --> | 5 package version always. --> |
6 <token name="@TOOL_VERSION@">0.1.1</token> | 6 <token name="@TOOL_VERSION@">0.1.1</token> |
7 <xml name="requirements"> | 7 <xml name="requirements"> |
13 </xml> | 13 </xml> |
14 <xml name="validator_index_identifiers" > | 14 <xml name="validator_index_identifiers" > |
15 <validator type="regex" message="FORMAT terms separated by commas">^(([A-Za-z0-9+_ -]+)\s?,?)*$</validator> | 15 <validator type="regex" message="FORMAT terms separated by commas">^(([A-Za-z0-9+_ -]+)\s?,?)*$</validator> |
16 </xml> | 16 </xml> |
17 <xml name="validator_text" > | 17 <xml name="validator_text" > |
18 <validator type="regex" message="No commas allowed">^(([A-Za-z0-9+_ -]+)\s?)*$</validator> | 18 <validator type="regex" message="No commas allowed">^(([A-Za-z0-9+_ -]+)\s?)+$</validator> |
19 </xml> | 19 </xml> |
20 <xml name="celltypes_macro" > | 20 <xml name="celltypes_macro" > |
21 <param name="celltypes" type="text" optional="true" value="" | 21 <param name="celltypes" type="text" optional="true" value="" |
22 label="Comma list of cell types to use from scRNA dataset" help="If NULL, then use all cell types." > | 22 label="Comma list of cell types to use from scRNA dataset" help="If blank, then use all available cell types." > |
23 <expand macro="validator_index_identifiers" /> | 23 <expand macro="validator_index_identifiers" /> |
24 </param> | 24 </param> |
25 </xml> | 25 </xml> |
26 <xml name="validator_text_and_urls" > | 26 <xml name="validator_text_and_urls" > |
27 <validator type="regex" message="No commas or apostrophes allowed">^(([A-Za-z0-9+_ -@.:/]+)\s?)*$</validator> | 27 <validator type="regex" message="No commas or apostrophes allowed">^(([A-Za-z0-9+_ -@.:/]+)\s?)*$</validator> |