changeset 5:0bba1203264f draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit b74312f0a6cb28e204f8633453e493fa0b2c89d8
author iuc
date Tue, 21 May 2024 13:39:53 +0000
parents daefbae2aacf
children
files macros.xml
diffstat 1 files changed, 8 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/macros.xml	Wed Mar 27 16:47:56 2024 +0000
+++ b/macros.xml	Tue May 21 13:39:53 2024 +0000
@@ -1,7 +1,6 @@
 <macros>
     <token name="@TOOL_VERSION@">0.2.4</token>
-    <token name="@VERSION_SUFFIX@">1</token>
-    <token name="@EXECUTABLE@">pca</token>
+    <token name="@VERSION_SUFFIX@">2</token>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@TOOL_VERSION@">dimet</requirement>
@@ -490,7 +489,7 @@
                     </valid>
                 </sanitizer>
             </param>
-            <repeat name="factor_list" title="Conditions" default="2" min="2" max="2" help="Specify conditions to compare from metadata file (for each comparison, the first specified condition is the reference). You have to load a metadata file prior to have access to condition list">
+            <repeat name="factor_list" title="Conditions" default="2" min="2" max="2" help="Specify conditions to compare from metadata file (for each comparison, the last specified condition is the reference). You have to load a metadata file prior to have access to condition list">
                 <param name="condition" label="Condition" type="select" optional="false" multiple="false">
                     <options from_dataset="metadata_path">
                         <column name="condition" index="1"/>
@@ -552,7 +551,7 @@
         </repeat>
     </xml>
     <xml name="factor_list">
-        <repeat name="factor_list" title="Conditions" min="2" max="2" help="Specify conditions to compare from metadata file (for each comparison, the first specified condition is the reference). You have to load a metadata file prior to have access to condition list">
+        <repeat name="factor_list" title="Conditions" min="2" max="2" help="Specify conditions to be taken into account from metadata file (for each comparison, the last specified condition is the reference). You have to load a metadata file prior to have access to condition list">
             <param name="condition" label="Condition" type="select" optional="false" multiple="false">
                 <options from_dataset="metadata_path">
                     <column name="condition" index="1"/>
@@ -615,6 +614,11 @@
     #if $abundance_file:
         ln -s '$abundance_file' data/abundance.csv &&
     #end if
+    #set $axisx = "condition"
+    #if str( $output_options.bar_color ) == "condition":
+        #set $axisx = "timepoint"
+    #end if
+
     ]]></token>
     <token name="@INIT_ENRICHMENT_PLOT@"><![CDATA[