Skip to content

Commit

Permalink
Update scanpy-filter-genes.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 e334e38 commit 7a2173e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tools/tertiary-analysis/scanpy/scanpy-filter-genes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,11 @@ $force_recalc
<param name="min" value="0"/>
<param name="max" value="1e9"/>
</repeat>
<output name="output_h5" file="filter_genes.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 7a2173e

Please sign in to comment.