Mercurial > repos > iuc > rgcca
comparison 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 |
comparison
equal
deleted
inserted
replaced
0:067d45e6caa9 | 1:4e73ea176c34 |
---|---|
1 <macros> | 1 <macros> |
2 | 2 |
3 <token name="@TOOL_VERSION@">3.0.0</token> | 3 <token name="@TOOL_VERSION@">3.0.2</token> |
4 | |
5 <token name="@VERSION_SUFFIX@">1</token> | |
4 | 6 |
5 <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> | 7 <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> |
6 | 8 |
7 <token name="@COMP_RULES@">This number should not be greater than the selected number of component (2, by default).</token> | 9 <token name="@COMP_RULES@">This number should not be greater than the selected number of component (2, by default).</token> |
8 | 10 |
9 <xml name="output_tests" token_path="" token_compx="1" token_compy="2"> | 11 <xml name="output_tests" token_path=""> |
10 <param name="output_selector" value="individuals,corcircle,top_variables,ave,design,individual_table,variable_table,rdata"/> | 12 <param name="output_selector" value="individuals,corcircle,top_variables,ave,design,individual_table,variable_table,rdata"/> |
11 <output name="individual_plot" file="@PATH@/individuals.pdf" ftype="pdf"/> | 13 <output name="individual_plot" file="@PATH@/individuals.pdf" ftype="pdf"/> |
12 <output name="top_variables" file="@PATH@/top_variables.pdf" ftype="pdf"/> | 14 <output name="top_variables" file="@PATH@/top_variables.pdf" ftype="pdf"/> |
13 <output name="corcircle" file="@PATH@/corcircle.pdf" ftype="pdf"/> | 15 <output name="corcircle" file="@PATH@/corcircle.pdf" ftype="pdf"/> |
14 <output name="ave" file="@PATH@/ave.pdf" ftype="pdf"/> | 16 <output name="ave" file="@PATH@/ave.pdf" ftype="pdf"/> |
15 <output name="design" file="@PATH@/design.pdf" ftype="pdf"/> | 17 <output name="design" file="@PATH@/design.pdf" ftype="pdf"/> |
16 <output name="rdata" file="@PATH@/rgcca.result.RData" compare="sim_size" delta="1000" ftype="rdata"/> | 18 <output name="rdata" file="@PATH@/rgcca.result.RData" compare="sim_size" delta="1000" ftype="rdata"/> |
17 <output name="variable_table"> | 19 <output name="variable_table"> |
18 <assert_contents> | 20 <assert_contents> |
19 <has_n_columns n="5"/> | |
20 <has_line_matching | 21 <has_line_matching |
21 expression='.*"cor.axis.@COMPX@"\s"cor.axis.@COMPY@"\s"weight.axis.@COMPX@"\s"weight.axis.@COMPY@".*\s"block"'/> | 22 expression='.*"correlation.component1"\s"correlation.component2".*\s"weight.component1"\s"weight.component2".*\s"blocks"'/> |
22 <has_line_matching | 23 <has_line_matching |
23 expression='^.+(\s\-?\d+.\d+){4}.+$'/> | 24 expression='^.+(\s\-?\d+.\d+){4,6}.+$'/> |
24 </assert_contents> | 25 </assert_contents> |
25 </output> | 26 </output> |
26 </xml> | 27 </xml> |
27 | 28 |
28 <xml name="output_tests_3blocks"> | 29 <xml name="output_tests_3blocks"> |