# HG changeset patch # User iuc # Date 1716299063 0 # Node ID 78f776370dfb479bf7cc51bd6a5a1598914c915a # Parent f8247afcd9948a1efa6b7194240224ab0dab44a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit b74312f0a6cb28e204f8633453e493fa0b2c89d8 diff -r f8247afcd994 -r 78f776370dfb dimet_differential_analysis.xml --- a/dimet_differential_analysis.xml Wed Mar 27 16:49:35 2024 +0000 +++ b/dimet_differential_analysis.xml Tue May 21 13:44:23 2024 +0000 @@ -267,11 +267,11 @@ You can precise how you want your analysis to be executed, with the parameters: -- **conditions**: the conditions present in your data, specifying in first place your CONTROL condition (this ordering is crucial to make the comparisons in a coherent sense). +- **conditions**: the conditions present in your data, to perform the pairwise comparison. - **comparisons** : the pairs of [condition, timepoint] groups to compare -- **datatypes** : the measures type(s) that you want to run +- **datatypes** : the measures type(s) that you want to run (see above in Input data files section) - **statistical_test** : choose, by type of measure, the specific statistical test to be applied. diff -r f8247afcd994 -r 78f776370dfb macros.xml --- a/macros.xml Wed Mar 27 16:49:35 2024 +0000 +++ b/macros.xml Tue May 21 13:44:23 2024 +0000 @@ -1,7 +1,6 @@ 0.2.4 - 1 - pca + 2 dimet @@ -490,7 +489,7 @@ - + @@ -552,7 +551,7 @@ - + @@ -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 + ]]>