Skip to content

Commit

Permalink
typo function name
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanvidem committed Dec 20, 2024
1 parent dda9365 commit 8bcbecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/anndata/manipulate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ print(f"Embedding key {'{$key.source_key}'} not found in source AnnData.")
#end if
#end for
#else if $manipulate.function == 'copy_layer'
#else if $manipulate.function == 'copy_layers'
source_adata = ad.read_h5ad('$source_adata')
#for $key in $manipulate.keys
#if $key.source_key in source_adata.layers:
Expand Down Expand Up @@ -376,7 +376,7 @@ print(adata)
</param>
</repeat>
</when>
<when value="copy_layer">
<when value="copy_layers">
<param name="source_adata" type="data" format="h5ad" label="Source anndata object" help="Ideally the source AnnData object should containthe same set of genes and cells."/>
<repeat name="keys" title="Layers to copy" min="1">
<param name="source_key" type="text" label="Layer to be copied from the source anndata">
Expand Down

0 comments on commit 8bcbecd

Please sign in to comment.