Skip to content

Commit

Permalink
file formats
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHarrop committed Jun 18, 2024
1 parent 930d120 commit ab1fb2f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions tools/dorado/dorado_pod5_convert.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,19 @@ input_fast5
<tests>
<test expect_num_outputs="1">
<param name="fast5_in" ftype="fast5.tar" value="FAL00375_473bf0ed_0.ten_reads.0_0.fast5.tar"/>
<output name="pod5_out" file="dorado_pod5_convert.test1.out.binary" ftype="binary"/>
<output name="pod5_out" ftype="binary">
<assert_contents>
<has_size value="519736" delta="50000"/>
</assert_contents>
</output>
</test>
<test expect_num_outputs="1">
<param name="fast5_in" ftype="fast5.tar.gz" value="reads_in_directories.tar.gz"/>
<output name="pod5_out" file="dorado_pod5_convert.test2.out.binary" ftype="binary"/>
<output name="pod5_out" ftype="binary">
<assert_contents>
<has_size value="950136" delta="90000"/>
</assert_contents>
</output>
</test>
</tests>
<help><![CDATA[
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit ab1fb2f

Please sign in to comment.