# HG changeset patch # User iuc # Date 1579336643 18000 # Node ID 70f5f1fee692dd9b25625ea9d98b8332c80cf064 # Parent 286a24ac079c0be7354dc49a7ec1e742602b0bc1 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/anndata/ commit 41e70af176ea64ef0bd45a6e980e21bdba80e739" diff -r 286a24ac079c -r 70f5f1fee692 inspect.xml --- a/inspect.xml Mon Jan 06 13:45:39 2020 -0500 +++ b/inspect.xml Sat Jan 18 03:37:23 2020 -0500 @@ -19,7 +19,7 @@ adata = ad.read('$input') #if $inspect.info == 'general' -with open('$general', 'w') as f: +with open('$general', 'w', encoding="utf-8") as f: print(adata, file=f) #else if $inspect.info == 'X' diff -r 286a24ac079c -r 70f5f1fee692 macros.xml --- a/macros.xml Mon Jan 06 13:45:39 2020 -0500 +++ b/macros.xml Sat Jan 18 03:37:23 2020 -0500 @@ -1,6 +1,6 @@ 0.6.22.post1 - galaxy1 + galaxy2 anndata