Skip to content

Commit

Permalink
Update anndata_operations.xml fixes test
Browse files Browse the repository at this point in the history
  • Loading branch information
anilthanki authored Feb 15, 2024
1 parent 39bdcac commit d0d3342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/tertiary-analysis/scanpy/anndata_operations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +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_h5ad" ftype="h5ad"/>
</test>
<test>
<param name="input_obj_file" value="mnn.h5"/>
Expand Down Expand Up @@ -526,7 +526,7 @@ for field_value in adata.obs["${split_on_obs.key}"].unique():
<param name="dest" value='filtered'/>
</repeat>
</conditional>
<output name="output_h5ad" file="anndata_ops_xlayer.h5" ftype="h5ad" compare="sim_size" delta_frac="0.1">
<output name="output_h5ad" ftype="h5ad">
<assert_contents>
<has_h5_keys keys="layers/filtered" />
</assert_contents>
Expand Down

0 comments on commit d0d3342

Please sign in to comment.