# HG changeset patch # User iuc # Date 1655882508 0 # Node ID fb9e030ffae4ba4757fe1fbc571cfc794bde9d7d # Parent 55e35e9203cf0a33cd6406cbd55c8447e2f76ca7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/anndata/ commit 7decaee045e15bd71deb3bc46b81aa39caf1ed31 diff -r 55e35e9203cf -r fb9e030ffae4 import.xml --- a/import.xml Sat May 07 19:54:26 2022 +0000 +++ b/import.xml Wed Jun 22 07:21:48 2022 +0000 @@ -1,4 +1,4 @@ - + from different format macros.xml diff -r 55e35e9203cf -r fb9e030ffae4 loompy_to_tsv.py --- a/loompy_to_tsv.py Sat May 07 19:54:26 2022 +0000 +++ b/loompy_to_tsv.py Wed Jun 22 07:21:48 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 55e35e9203cf -r fb9e030ffae4 macros.xml --- a/macros.xml Sat May 07 19:54:26 2022 +0000 +++ b/macros.xml Wed Jun 22 07:21:48 2022 +0000 @@ -1,9 +1,9 @@ - 0.7.5 - galaxy0 + 0.7.5 + 1 - anndata + anndata loompy