# HG changeset patch # User iuc # Date 1726343856 0 # Node ID cfaf5a4053713b57d119e1613356cff44656f72a # Parent e1c3c2f2a83439a1c188923c742e25b4014ad6f3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/anndata/ commit 67b3808b56df343798263ff0c905df8cb789edfa diff -r e1c3c2f2a834 -r cfaf5a405371 export.xml --- a/export.xml Sun Nov 12 16:43:28 2023 +0000 +++ b/export.xml Sat Sep 14 19:57:36 2024 +0000 @@ -1,90 +1,33 @@ - - Interconvert AnnData and Loom formats + + matrix and annotations macros.xml - - - - - - - - - - - - - - - - + - - hd5_format['filetype'] == 'anndata' and hd5_format['output_format'] == 'loom' - - - hd5_format['filetype'] == 'anndata' and hd5_format['output_format'] == 'tabular' - - - hd5_format['filetype'] == 'anndata' and hd5_format['output_format'] == 'tabular' - - - hd5_format['filetype'] == 'anndata' and hd5_format['output_format'] == 'tabular' - - - hd5_format['filetype'] == 'anndata' and hd5_format['output_format'] == 'tabular' - - - hd5_format['filetype'] == 'anndata' and hd5_format['output_format'] == 'tabular' - - - hd5_format['filetype'] == 'loom' - - - - hd5_format['filetype'] == 'loom' - - + + + + + - - + - - - - - - - - - - @@ -94,26 +37,9 @@ - - - - - - - - - - - - - `__) -or a Tabular file (`write_csvs method `__) - -It can also create a series of tabular files from an input loom dataset. +This tool exports an AnnData dataset to a tabular files (`write_csvs method `__) @HELP@ ]]> diff -r e1c3c2f2a834 -r cfaf5a405371 macros.xml --- a/macros.xml Sun Nov 12 16:43:28 2023 +0000 +++ b/macros.xml Sat Sep 14 19:57:36 2024 +0000 @@ -1,6 +1,7 @@ - 0.10.3 + 0.10.9 0 + 21.09 anndata @@ -21,12 +22,6 @@ python '$script_file' ]]> - - @@ -76,4 +71,11 @@ + + + + + + + diff -r e1c3c2f2a834 -r cfaf5a405371 test-data/addloomout1.loom Binary file test-data/addloomout1.loom has changed diff -r e1c3c2f2a834 -r cfaf5a405371 test-data/addloomout3.loom Binary file test-data/addloomout3.loom has changed diff -r e1c3c2f2a834 -r cfaf5a405371 test-data/converted.loom.test Binary file test-data/converted.loom.test has changed diff -r e1c3c2f2a834 -r cfaf5a405371 test-data/export.krumsiek11.loom Binary file test-data/export.krumsiek11.loom has changed diff -r e1c3c2f2a834 -r cfaf5a405371 test-data/import.csv.h5ad Binary file test-data/import.csv.h5ad has changed diff -r e1c3c2f2a834 -r cfaf5a405371 test-data/import.loom.krumsiek11.h5ad Binary file test-data/import.loom.krumsiek11.h5ad has changed diff -r e1c3c2f2a834 -r cfaf5a405371 test-data/import.mtx.legacy_10x.h5ad Binary file test-data/import.mtx.legacy_10x.h5ad has changed diff -r e1c3c2f2a834 -r cfaf5a405371 test-data/import.mtx.no_10x.h5ad Binary file test-data/import.mtx.no_10x.h5ad has changed diff -r e1c3c2f2a834 -r cfaf5a405371 test-data/import.mtx.v3_10x.h5ad Binary file test-data/import.mtx.v3_10x.h5ad has changed diff -r e1c3c2f2a834 -r cfaf5a405371 test-data/import.tsv.h5ad Binary file test-data/import.tsv.h5ad has changed diff -r e1c3c2f2a834 -r cfaf5a405371 test-data/import.umi_tools.h5ad Binary file test-data/import.umi_tools.h5ad has changed diff -r e1c3c2f2a834 -r cfaf5a405371 test-data/krumsiek11.h5ad Binary file test-data/krumsiek11.h5ad has changed diff -r e1c3c2f2a834 -r cfaf5a405371 test-data/manipulate.add_annotation_obs.h5ad Binary file test-data/manipulate.add_annotation_obs.h5ad has changed diff -r e1c3c2f2a834 -r cfaf5a405371 test-data/manipulate.add_annotation_var.h5ad Binary file test-data/manipulate.add_annotation_var.h5ad has changed diff -r e1c3c2f2a834 -r cfaf5a405371 test-data/manipulate.concatenate.h5ad Binary file test-data/manipulate.concatenate.h5ad has changed diff -r e1c3c2f2a834 -r cfaf5a405371 test-data/manipulate.filter_obs_key.h5ad Binary file test-data/manipulate.filter_obs_key.h5ad has changed diff -r e1c3c2f2a834 -r cfaf5a405371 test-data/manipulate.filter_var_index.h5ad Binary file test-data/manipulate.filter_var_index.h5ad has changed diff -r e1c3c2f2a834 -r cfaf5a405371 test-data/manipulate.obs_names_make_unique.h5ad Binary file test-data/manipulate.obs_names_make_unique.h5ad has changed diff -r e1c3c2f2a834 -r cfaf5a405371 test-data/manipulate.rename_categories.h5ad Binary file test-data/manipulate.rename_categories.h5ad has changed diff -r e1c3c2f2a834 -r cfaf5a405371 test-data/manipulate.save_raw.h5ad Binary file test-data/manipulate.save_raw.h5ad has changed diff -r e1c3c2f2a834 -r cfaf5a405371 test-data/manipulate.strings_to_categoricals.h5ad Binary file test-data/manipulate.strings_to_categoricals.h5ad has changed diff -r e1c3c2f2a834 -r cfaf5a405371 test-data/manipulate.transpose.h5ad Binary file test-data/manipulate.transpose.h5ad has changed diff -r e1c3c2f2a834 -r cfaf5a405371 test-data/manipulate.var_names_make_unique.h5ad Binary file test-data/manipulate.var_names_make_unique.h5ad has changed diff -r e1c3c2f2a834 -r cfaf5a405371 test-data/pp.neighbors_umap_euclidean.recipe_weinreb17.paul15_subsample.h5ad Binary file test-data/pp.neighbors_umap_euclidean.recipe_weinreb17.paul15_subsample.h5ad has changed diff -r e1c3c2f2a834 -r cfaf5a405371 test-data/pp.pca.krumsiek11.h5ad Binary file test-data/pp.pca.krumsiek11.h5ad has changed diff -r e1c3c2f2a834 -r cfaf5a405371 test-data/tl.diffmap.h5ad Binary file test-data/tl.diffmap.h5ad has changed diff -r e1c3c2f2a834 -r cfaf5a405371 test-data/tl.draw_graph.h5ad Binary file test-data/tl.draw_graph.h5ad has changed diff -r e1c3c2f2a834 -r cfaf5a405371 test-data/tl.paga.neighbors_gauss_braycurtis.recipe_weinreb17.paul15_subsample.h5ad Binary file test-data/tl.paga.neighbors_gauss_braycurtis.recipe_weinreb17.paul15_subsample.h5ad has changed diff -r e1c3c2f2a834 -r cfaf5a405371 test-data/tl.rank_genes_groups.krumsiek11.h5ad Binary file test-data/tl.rank_genes_groups.krumsiek11.h5ad has changed diff -r e1c3c2f2a834 -r cfaf5a405371 test-data/tl.tsne.h5ad Binary file test-data/tl.tsne.h5ad has changed diff -r e1c3c2f2a834 -r cfaf5a405371 test-data/tl.umap.h5ad Binary file test-data/tl.umap.h5ad has changed