Mercurial > repos > recetox > rcx_boxplot
comparison rcx_boxplot.xml @ 1:ebb0730f6175 draft default tip
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools commit 91d32d5b671c523cbe1f47cde279cd8d61826c78
| author | recetox |
|---|---|
| date | Thu, 14 Aug 2025 14:04:42 +0000 |
| parents | 92325ed91115 |
| children |
comparison
equal
deleted
inserted
replaced
| 0:92325ed91115 | 1:ebb0730f6175 |
|---|---|
| 1 <tool id="rcx_boxplot" name="recetox-boxplot" version="@TOOL_VERSION@+galaxy0" profile="23.0"> | 1 <tool id="rcx_boxplot" name="recetox-boxplot" version="@TOOL_VERSION@+galaxy1" profile="23.0"> |
| 2 <description>Boxplot visualization tool using ggplot2</description> | 2 <description>Boxplot visualization tool using ggplot2</description> |
| 3 <macros> | 3 <macros> |
| 4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
| 5 <import>help.xml</import> | 5 <import>help.xml</import> |
| 6 </macros> | 6 </macros> |
| 128 </output> | 128 </output> |
| 129 </test> | 129 </test> |
| 130 <test expect_num_outputs="2"> | 130 <test expect_num_outputs="2"> |
| 131 <param name="input_data" value="test_data.txt"/> | 131 <param name="input_data" value="test_data.txt"/> |
| 132 <param name="has_rownames" value="true"/> | 132 <param name="has_rownames" value="true"/> |
| 133 <param name="use_grouping" value="yes"/> | 133 <conditional name="grouping_boxplot"> |
| 134 <param name="input_metadata" value="test_expDesign.txt"/> | 134 <param name="use_grouping" value="yes"/> |
| 135 <param name="sampleID" value="1"/> | 135 <param name="input_metadata" value="test_expDesign.txt"/> |
| 136 <param name="groupingCol" value="1"/> | 136 <param name="sampleID" value="1"/> |
| 137 <param name="groupingCol" value="1"/> | |
| 138 </conditional> | |
| 137 <param name="export_R_script" value="TRUE"/> | 139 <param name="export_R_script" value="TRUE"/> |
| 138 <output name="boxplot" ftype="png"> | 140 <output name="boxplot" ftype="png"> |
| 139 <assert_contents> | 141 <assert_contents> |
| 140 <has_size size="1164615" delta="200"/> | 142 <has_size size="1164615" delta="200"/> |
| 141 </assert_contents> | 143 </assert_contents> |
