Skip to content

Commit

Permalink
Update tools/anndata/manipulate.xml
Browse files Browse the repository at this point in the history
Co-authored-by: Björn Grüning <[email protected]>
  • Loading branch information
nilchia and bgruening authored Jan 10, 2025
1 parent 34a5bd7 commit e79666f
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 @@ -367,12 +367,12 @@ print(adata)
</repeat>
</when>
<when value="copy_embed">
<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."/>
<param name="source_adata" type="data" format="h5ad" label="Source anndata object" help="Ideally the source AnnData object should contain the same set of genes and cells."/>
<repeat name="keys" title="Keys from embeddings to copy" min="1">
<param name="source_key" type="text" label="Key to be copied from the source anndata" help="tSNE, UMAP, etc. Provide one key at a time.">
<expand macro="sanitize_query"/>
</param>
<param name="target_key" type="text" optional="true" label="Target key name" help="Warning! give a new key anme to avoid rewriting. Leave empty to copy to the same key.">
<param name="target_key" type="text" optional="true" label="Target key name" help="Warning! Provide a new key name to avoid rewriting. Leave empty to copy to the same key.">
<expand macro="sanitize_query"/>
</param>
</repeat>
Expand Down

0 comments on commit e79666f

Please sign in to comment.