# HG changeset patch # User iuc # Date 1655882292 0 # Node ID 87254cd3a609af61dd7faed7bc17313b29316cf4 # Parent 76710e5b8c9a3b5cbfc7c76f6169228f7c94b4dc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/anndata/ commit 7decaee045e15bd71deb3bc46b81aa39caf1ed31 diff -r 76710e5b8c9a -r 87254cd3a609 export.xml --- a/export.xml Sat May 07 19:51:57 2022 +0000 +++ b/export.xml Wed Jun 22 07:18:12 2022 +0000 @@ -1,4 +1,4 @@ - + Interconvert AnnData and Loom formats macros.xml diff -r 76710e5b8c9a -r 87254cd3a609 loompy_to_tsv.py --- a/loompy_to_tsv.py Sat May 07 19:51:57 2022 +0000 +++ b/loompy_to_tsv.py Wed Jun 22 07:18:12 2022 +0000 @@ -20,7 +20,7 @@ allrows = [] # Build background info for all attributes and layers -loompyfile = loompy.connect(file) +loompyfile = loompy.connect(file, mode="r") row_attributes = loompyfile.ra.keys() # List of row attributes for row in row_attributes: # Each list represents rownames for row_attributes c_row = loompyfile.ra[row] diff -r 76710e5b8c9a -r 87254cd3a609 macros.xml --- a/macros.xml Sat May 07 19:51:57 2022 +0000 +++ b/macros.xml Wed Jun 22 07:18:12 2022 +0000 @@ -1,9 +1,9 @@ - 0.7.5 - galaxy0 + 0.7.5 + 1 - anndata + anndata loompy