Mercurial > repos > iuc > rgcca
diff macro.xml @ 1:4e73ea176c34 draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rgcca commit ce05b5eb018ae1c4d580ab5ce1a33896c1aa8c5b"
author | iuc |
---|---|
date | Sun, 18 Jul 2021 18:03:12 +0000 |
parents | 067d45e6caa9 |
children |
line wrap: on
line diff
--- a/macro.xml Tue Jan 12 10:12:04 2021 +0000 +++ b/macro.xml Sun Jul 18 18:03:12 2021 +0000 @@ -1,12 +1,14 @@ <macros> - <token name="@TOOL_VERSION@">3.0.0</token> + <token name="@TOOL_VERSION@">3.0.2</token> + + <token name="@VERSION_SUFFIX@">1</token> <token name="@BLOCK_RULES@">1 corresponds to the first block, 2 corresponds to the second one, etc. This number should not be greater than the number of blocks selected.</token> <token name="@COMP_RULES@">This number should not be greater than the selected number of component (2, by default).</token> - <xml name="output_tests" token_path="" token_compx="1" token_compy="2"> + <xml name="output_tests" token_path=""> <param name="output_selector" value="individuals,corcircle,top_variables,ave,design,individual_table,variable_table,rdata"/> <output name="individual_plot" file="@PATH@/individuals.pdf" ftype="pdf"/> <output name="top_variables" file="@PATH@/top_variables.pdf" ftype="pdf"/> @@ -16,11 +18,10 @@ <output name="rdata" file="@PATH@/rgcca.result.RData" compare="sim_size" delta="1000" ftype="rdata"/> <output name="variable_table"> <assert_contents> - <has_n_columns n="5"/> <has_line_matching - expression='.*"cor.axis.@COMPX@"\s"cor.axis.@COMPY@"\s"weight.axis.@COMPX@"\s"weight.axis.@COMPY@".*\s"block"'/> + expression='.*"correlation.component1"\s"correlation.component2".*\s"weight.component1"\s"weight.component2".*\s"blocks"'/> <has_line_matching - expression='^.+(\s\-?\d+.\d+){4}.+$'/> + expression='^.+(\s\-?\d+.\d+){4,6}.+$'/> </assert_contents> </output> </xml>