Skip to content

Commit

Permalink
Try to fix flye tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bebatut committed Mar 18, 2024
1 parent 5969022 commit 8cbdd10
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tools/flye/flye.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,12 +229,12 @@
</output>
<output name="assembly_gfa" ftype="txt">
<assert_contents>
<has_size value="420252" delta="100"/>
<has_size value="419414" delta="100"/>
</assert_contents>
</output>
<output name="consensus" ftype="fasta">
<assert_contents>
<has_size value="427129" delta="100"/>
<has_size value="426277" delta="100"/>
</assert_contents>
</output>
</test>
Expand All @@ -253,17 +253,17 @@
</output>
<output name="assembly_graph" ftype="graph_dot">
<assert_contents>
<has_size value="1273" delta="100"/>
<has_size value="1500" delta="100"/>
</assert_contents>
</output>
<output name="assembly_gfa" ftype="txt">
<assert_contents>
<has_size value="420252" delta="100"/>
<has_size value="418422" delta="100"/>
</assert_contents>
</output>
<output name="consensus" ftype="fasta">
<assert_contents>
<has_size value="427129" delta="100"/>
<has_size value="425147" delta="200"/>
</assert_contents>
</output>
</test>
Expand All @@ -288,12 +288,12 @@
</output>
<output name="assembly_gfa" ftype="txt">
<assert_contents>
<has_size value="420252" delta="100"/>
<has_size value="418511" delta="100"/>
</assert_contents>
</output>
<output name="consensus" ftype="fasta">
<assert_contents>
<has_size value="427129" delta="100"/>
<has_size value="425267" delta="100"/>
</assert_contents>
</output>
</test>
Expand All @@ -315,12 +315,12 @@
</output>
<output name="assembly_gfa" ftype="txt">
<assert_contents>
<has_size value="420252" delta="100"/>
<has_size value="419414" delta="1000"/>
</assert_contents>
</output>
<output name="consensus" ftype="fasta">
<assert_contents>
<has_size value="427129" delta="100"/>
<has_size value="426277" delta="1000"/>
</assert_contents>
</output>
</test>
Expand Down

0 comments on commit 8cbdd10

Please sign in to comment.