# HG changeset patch # User iuc # Date 1655882373 0 # Node ID ee98d611afc6e82e7642d8858c39d75d8da3e586 # Parent 688357ad5e61632791a756c2ba229e5432a56f6f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/anndata/ commit 7decaee045e15bd71deb3bc46b81aa39caf1ed31 diff -r 688357ad5e61 -r ee98d611afc6 inspect.xml --- a/inspect.xml Sat May 07 19:57:33 2022 +0000 +++ b/inspect.xml Wed Jun 22 07:19:33 2022 +0000 @@ -1,4 +1,4 @@ - + object macros.xml diff -r 688357ad5e61 -r ee98d611afc6 loompy_to_tsv.py --- a/loompy_to_tsv.py Sat May 07 19:57:33 2022 +0000 +++ b/loompy_to_tsv.py Wed Jun 22 07:19:33 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 688357ad5e61 -r ee98d611afc6 macros.xml --- a/macros.xml Sat May 07 19:57:33 2022 +0000 +++ b/macros.xml Wed Jun 22 07:19:33 2022 +0000 @@ -1,9 +1,9 @@ - 0.7.5 - galaxy0 + 0.7.5 + 1 - anndata + anndata loompy