Skip to content

Commit

Permalink
bam tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHarrop committed Jun 18, 2024
1 parent 7efa1e5 commit 3e7979f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/dorado/dorado.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ calls.bam
<param name="pod5_file" value="FAL00375_473bf0ed_0.ten_reads.pod5"/>
<param name="model" value="[email protected]"/>
<param name="trim" value="all"/>
<output name="out_bam">
<output name="out_bam" ftype="unsorted.bam">
<assert_contents>
<has_size size="10000" delta="1000"/>
</assert_contents>
Expand All @@ -108,7 +108,7 @@ calls.bam
<param name="pod5_file" value="FAL00375_473bf0ed_0.ten_reads.pod5"/>
<param name="model" value="[email protected]"/>
<param name="trim" value="adapters"/>
<output name="out_bam">
<output name="out_bam" ftype="unsorted.bam">
<assert_contents>
<has_size size="10000" delta="1000"/>
</assert_contents>
Expand All @@ -125,7 +125,7 @@ calls.bam
<param name="model" value="[email protected]"/>
<param name="trim" value="all"/>
<param name="kit_name" value="SQK-RBK114-96"/>
<output name="out_bam" file="test3.out.bam" ftype="unsorted.bam">
<output name="out_bam" ftype="unsorted.bam">
<assert_contents>
<has_size size="10000" delta="1000"/>
</assert_contents>
Expand Down

0 comments on commit 3e7979f

Please sign in to comment.