Skip to content

Commit

Permalink
Fix h5ad metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
nilchia authored and mvdbeek committed Aug 9, 2024
1 parent 745913d commit 180ef65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/datatypes/binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -1505,7 +1505,7 @@ def _layercountsize(tmp, lennames=0):
count = len(tmp.dtype)
size = int(tmp.size)
else:
layers = list(tmp.attrs)
layers = list(tmp.keys())
count = len(layers)
size = lennames
return (layers, count, size)
Expand Down

0 comments on commit 180ef65

Please sign in to comment.