Skip to content

Commit

Permalink
removes redundunt output
Browse files Browse the repository at this point in the history
  • Loading branch information
anilthanki committed Feb 16, 2024
1 parent f712fb9 commit b609120
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/tertiary-analysis/scanpy/anndata_operations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,7 @@ for field_value in adata.obs["${split_on_obs.key}"].unique():
<tests>
<test>
<param name="input_obj_file" value="find_cluster.h5"/>
<output name="output_h5ad" file="anndata_ops.h5" ftype="h5ad" compare="sim_size" delta_frac="0.1"/>
<output name="output_h5" ftype="h5">
<output name="output_h5ad" ftype="h5ad">
<assert_contents>
<has_h5_keys keys="var/gene_symbols"/>
</assert_contents>
Expand Down

0 comments on commit b609120

Please sign in to comment.