Mercurial > repos > bgruening > music_compare
comparison macros.xml @ 0:10bf0f89035f draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/music/ commit 8beed1a19fcd9dc59f7746e1dfa735a2d5f29784"
author | bgruening |
---|---|
date | Thu, 10 Feb 2022 12:53:49 +0000 |
parents | |
children | 4447ed460308 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:10bf0f89035f |
---|---|
1 <macros> | |
2 <token name="@VERSION_SUFFIX@">3</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 </requirements> | |
18 </xml> | |
19 <xml name="validator_index_identifiers" > | |
20 <validator type="regex" message="FORMAT terms separated by commas">^(([A-Za-z0-9+_ -]+)\s?,?)*$</validator> | |
21 </xml> | |
22 <xml name="validator_text" > | |
23 <validator type="regex" message="No commas allowed">^(([A-Za-z0-9+_ -]+)\s?)+$</validator> | |
24 </xml> | |
25 <xml name="celltypes_macro" > | |
26 <param name="celltypes" type="text" optional="true" value="" | |
27 label="Comma list of cell types to use from scRNA dataset" help="If blank, then use all available cell types." > | |
28 <expand macro="validator_index_identifiers" /> | |
29 </param> | |
30 </xml> | |
31 <xml name="validator_text_and_urls" > | |
32 <validator type="regex" message="No commas or apostrophes allowed">^(([A-Za-z0-9+_ -@.:/]+)\s?)*$</validator> | |
33 </xml> | |
34 </macros> | |
35 |