Skip to content

Commit

Permalink
Update scanpy-filter-cells.xml adds assert to test output
Browse files Browse the repository at this point in the history
  • Loading branch information
anilthanki authored Feb 15, 2024
1 parent 22f1e24 commit e334e38
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tools/tertiary-analysis/scanpy/scanpy-filter-cells.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,11 @@ PYTHONIOENCODING=utf-8 scanpy-filter-cells
<param name="min" value="0"/>
<param name="max" value="1e9"/>
</repeat>
<output name="output_h5" file="filter_cells.h5" ftype="h5" compare="sim_size" delta_frac="0.1"/>
<output name="output_h5" ftype="h5">
<assert_contents>
<has_h5_keys keys="obs/n_genes_by_counts"/>
</assert_contents>
</output>
</test>
</tests>

Expand Down

0 comments on commit e334e38

Please sign in to comment.