Previous changeset 4:82fb756e71cf (2024-03-27) Next changeset 6:c7ff01bd331b (2024-06-21) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit b74312f0a6cb28e204f8633453e493fa0b2c89d8 |
modified:
macros.xml |
b |
diff -r 82fb756e71cf -r 82fbf955bb0f macros.xml --- a/macros.xml Wed Mar 27 16:51:14 2024 +0000 +++ b/macros.xml Tue May 21 13:42:49 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[ |