Skip to content

Commit

Permalink
Merge pull request #570 from hechth/fix_tool_tests
Browse files Browse the repository at this point in the history
fixed biotransformer tests
  • Loading branch information
hechth committed Aug 15, 2024
2 parents 5e83c9a + 8410a57 commit 6de696d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/biotransformer/biotransformer.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="biotransformer" name="BioTransformer" version="@TOOL_VERSION@+galaxy2" profile="21.09">
<tool id="biotransformer" name="BioTransformer" version="@TOOL_VERSION@+galaxy3" profile="21.09">
<macros>
<import>macros.xml</import>
</macros>
Expand Down Expand Up @@ -59,19 +59,19 @@
<param name="input_file" value="smiles.csv"/>
<output name="output_file">
<assert_contents>
<has_size value="8600" delta="300"/>
<has_size value="9356" delta="300"/>
<has_n_lines n="225" delta="10"/>
</assert_contents>
</output>
<output name="output_file2">
<assert_contents>
<has_size value="8600" delta="300"/>
<has_size value="9356" delta="300"/>
<has_n_lines n="225" delta="10"/>
</assert_contents>
</output>
<output name="output_file3">
<assert_contents>
<has_size value="7400" delta="300"/>
<has_size value="8135" delta="300"/>
<has_n_lines n="186" delta="10"/>
</assert_contents>
</output>
Expand Down

0 comments on commit 6de696d

Please sign in to comment.