Skip to content

Commit

Permalink
fixed biotransformer
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth committed Aug 15, 2024
1 parent 5e83c9a commit 8410a57
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 8410a57

Please sign in to comment.