diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Thu Feb 10 12:53:49 2022 +0000
@@ -0,0 +1,35 @@
+<macros>
+    <token name="@VERSION_SUFFIX@">3</token>
+    <!-- The ESet inspector/constructor and MuSiC tool can have
+         independent Galaxy versions but should reference the same
+         package version always. -->
+    <token name="@TOOL_VERSION@">0.1.1</token>
+    <token name="@RDATATYPE@">rdata</token>
+    <!-- Below is disabled until Galaxy supports it. Still not present
+         in 21.09
+         <token name="@RDATATYPE@">rdata.eset</token>
+    -->
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="@TOOL_VERSION@" >music-deconvolution</requirement>
+            <requirement type="package" version="0.9.3" >r-cowplot</requirement>
+            <requirement type="package" version="1.4.4" >r-reshape2</requirement>
+        </requirements>
+    </xml>
+    <xml name="validator_index_identifiers" >
+        <validator type="regex" message="FORMAT terms separated by commas">^(([A-Za-z0-9+_ -]+)\s?,?)*$</validator>
+    </xml>
+    <xml name="validator_text" >
+        <validator type="regex" message="No commas allowed">^(([A-Za-z0-9+_ -]+)\s?)+$</validator>
+    </xml>
+    <xml name="celltypes_macro" >
+        <param name="celltypes" type="text" optional="true" value=""
+               label="Comma list of cell types to use from scRNA dataset" help="If blank, then use all available cell types." >
+            <expand macro="validator_index_identifiers" />
+        </param>
+    </xml>
+    <xml name="validator_text_and_urls" >
+        <validator type="regex" message="No commas or apostrophes allowed">^(([A-Za-z0-9+_ -@.:/]+)\s?)*$</validator>
+    </xml>
+</macros>
+