Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Apr 11, 2024
1 parent 9b74b89 commit 425aea3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tools/meryl/meryl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -587,13 +587,13 @@
</conditional>
<output name="read_db" ftype="meryldb">
<assert_contents>
<has_size value="3362942" delta="300" />
<has_size value="3362942" delta="1000" />
</assert_contents>
</output>
<output name="read_db_hist" file="output_23.read-db.hist" />
<output name="pat_db" ftype="meryldb">
<assert_contents>
<has_size value="120610" delta="300" />
<has_size value="120610" delta="400" />
</assert_contents>
</output>
<output name="pat_db_hist" file="output_23.pat.hist" />
Expand Down
4 changes: 2 additions & 2 deletions tools/meryl/trio-mode.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,13 @@
<param name="child_reads" value="child.fasta"/>
<output name="read_db" ftype="meryldb">
<assert_contents>
<has_size value="3362942" delta="300"/>
<has_size value="3362942" delta="1000"/>
</assert_contents>
</output>
<output name="read_db_hist" file="output_23.read-db.hist"/>
<output name="pat_db" ftype="meryldb">
<assert_contents>
<has_size value="120610" delta="300"/>
<has_size value="120610" delta="400"/>
</assert_contents>
</output>
<output name="pat_db_hist" file="output_23.pat.hist"/>
Expand Down

0 comments on commit 425aea3

Please sign in to comment.