# HG changeset patch # User iuc # Date 1655882122 0 # Node ID 7f63d3324a5099441428ad0abc7f1debc356df84 # Parent f644ac3f617db325b3d4d50e149e00d775b95592 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/anndata/ commit 7decaee045e15bd71deb3bc46b81aa39caf1ed31 diff -r f644ac3f617d -r 7f63d3324a50 loompy_to_tsv.py --- a/loompy_to_tsv.py Sat May 07 19:49:52 2022 +0000 +++ b/loompy_to_tsv.py Wed Jun 22 07:15:22 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 f644ac3f617d -r 7f63d3324a50 macros.xml --- a/macros.xml Sat May 07 19:49:52 2022 +0000 +++ b/macros.xml Wed Jun 22 07:15:22 2022 +0000 @@ -1,9 +1,9 @@ - 0.7.5 - galaxy0 + 0.7.5 + 1 - anndata + anndata loompy diff -r f644ac3f617d -r 7f63d3324a50 modify_loom.xml --- a/modify_loom.xml Sat May 07 19:49:52 2022 +0000 +++ b/modify_loom.xml Wed Jun 22 07:15:22 2022 +0000 @@ -1,4 +1,4 @@ - + Add layers, or row/column attributes to a loom file macros.xml