Mercurial > repos > bgruening > music_manipulate_eset
comparison macros.xml @ 0:22232092be53 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/music/ commit d007ae51743e621dc47524f681501e72ef3a2910"
author | bgruening |
---|---|
date | Mon, 02 May 2022 09:59:18 +0000 |
parents | |
children | b5185a4f5209 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:22232092be53 |
---|---|
1 <macros> | |
2 <token name="@VERSION_SUFFIX@">4</token> | |
3 <!-- The ESet inspector/constructor and MuSiC tool can have | |
4 independent Galaxy versions but should reference the same | |
5 package version always. --> | |
6 <token name="@TOOL_VERSION@">0.1.1</token> | |
7 <token name="@RDATATYPE@">rdata</token> | |
8 <!-- Below is disabled until Galaxy supports it. Still not present | |
9 in 21.09 | |
10 <token name="@RDATATYPE@">rdata.eset</token> | |
11 --> | |
12 <xml name="requirements"> | |
13 <requirements> | |
14 <requirement type="package" version="@TOOL_VERSION@" >music-deconvolution</requirement> | |
15 <requirement type="package" version="0.9.3" >r-cowplot</requirement> | |
16 <requirement type="package" version="1.4.4" >r-reshape2</requirement> | |
17 <requirement type="package" version="0.1_20">r-ggdendro</requirement> | |
18 </requirements> | |
19 </xml> | |
20 <xml name="validator_index_identifiers" > | |
21 <validator type="regex" message="FORMAT terms separated by commas">^(([A-Za-z0-9+_ -]+)\s?,?)*$</validator> | |
22 </xml> | |
23 <xml name="validator_text" > | |
24 <validator type="regex" message="No commas allowed">^(([A-Za-z0-9+_ -]+)\s?)+$</validator> | |
25 </xml> | |
26 <xml name="celltypes_macro" > | |
27 <param name="celltypes" type="text" optional="true" value="" | |
28 label="Comma list of cell types to use from scRNA dataset" help="If blank, then use all available cell types." > | |
29 <expand macro="validator_index_identifiers" /> | |
30 </param> | |
31 </xml> | |
32 <xml name="validator_text_and_urls" > | |
33 <validator type="regex" message="No commas or apostrophes allowed">^(([A-Za-z0-9+_ -@.:/]+)\s?)*$</validator> | |
34 </xml> | |
35 </macros> | |
36 |