Repository 'dimet_isotopologues_plot'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/dimet_isotopologues_plot

Changeset 5:89ca62980a2e (2024-05-21)
Previous changeset 4:16c64719226c (2024-03-27) Next changeset 6:a7d1d77e7cc3 (2024-06-21)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit b74312f0a6cb28e204f8633453e493fa0b2c89d8
modified:
dimet_isotopologues_plot.xml
macros.xml
b
diff -r 16c64719226c -r 89ca62980a2e dimet_isotopologues_plot.xml
--- a/dimet_isotopologues_plot.xml Wed Mar 27 16:50:32 2024 +0000
+++ b/dimet_isotopologues_plot.xml Tue May 21 13:41:17 2024 +0000
b
@@ -84,7 +84,7 @@
                    help="Default value is 3.0."/>
             <param name="inner_numbers_size" type="integer" min="1" max="20" value="13" label="inner number size"
                    help="Default value is 13."/>
-            <param name="max_nb_carbons_possible" type="integer" min="1" max="20" value="12" label="max number carbons possible"
+            <param name="max_nb_carbons_possible" type="integer" min="1" max="30" value="12" label="max number carbons possible"
                    help="Default value is 12."/>
         </section>
     </inputs>
b
diff -r 16c64719226c -r 89ca62980a2e macros.xml
--- a/macros.xml Wed Mar 27 16:50:32 2024 +0000
+++ b/macros.xml Tue May 21 13:41:17 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[