# HG changeset patch # User iuc # Date 1716299148 0 # Node ID 279ce0d93d5370a516c8c41b40805baf4164a436 # Parent 5e379358c023894b1174cce3075086dbbc13aeee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit b74312f0a6cb28e204f8633453e493fa0b2c89d8 diff -r 5e379358c023 -r 279ce0d93d53 dimet_abundance_plot.xml --- a/dimet_abundance_plot.xml Wed Mar 27 16:52:31 2024 +0000 +++ b/dimet_abundance_plot.xml Tue May 21 13:45:48 2024 +0000 @@ -29,8 +29,8 @@ _target_: dimet.method.AbundancePlotConfig, label: abundance_plot, name: "Generate abundance plots", - barcolor: timepoint, - axisx: condition, + barcolor: '${output_options.bar_color}', + axisx: ${axisx}, axisx_labeltilt: '${output_options.axisx_labeltilt}', height_each_subfig: '${output_options.height_each_subfig}', palette:${output_options.palette}, @@ -66,6 +66,10 @@ + + + + - @@ -96,6 +99,8 @@
+ + diff -r 5e379358c023 -r 279ce0d93d53 macros.xml --- a/macros.xml Wed Mar 27 16:52:31 2024 +0000 +++ b/macros.xml Tue May 21 13:45:48 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 + ]]>