Skip to content

Commit

Permalink
fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth committed Feb 3, 2025
1 parent 2f2ab88 commit c852c55
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/recetox_boxplot/rcx_boxplot.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
</outputs>

<tests>
<test>
<test expect_num_outputs="1">
<param name="input_data" value="test_data.txt"/>
<param name="has_rownames" value="true"/>
<output name="boxplot" ftype="png">
Expand All @@ -127,13 +127,14 @@
</assert_contents>
</output>
</test>
<test>
<test expect_num_outputs="2">
<param name="input_data" value="test_data.txt"/>
<param name="has_rownames" value="true"/>
<param name="use_grouping" value="yes"/>
<param name="input_metadata" value="test_expDesign.txt"/>
<param name="sampleID" value="1"/>
<param name="groupingCol" value="1"/>
<param name="export_R_script" value="TRUE"/>
<output name="boxplot" ftype="png">
<assert_contents>
<has_size size="1164615" delta="200"/>
Expand Down

0 comments on commit c852c55

Please sign in to comment.