changeset 4:70f5f1fee692 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/anndata/ commit 41e70af176ea64ef0bd45a6e980e21bdba80e739"
author iuc
date Sat, 18 Jan 2020 03:37:23 -0500
parents 286a24ac079c
children b9fac48532eb
files inspect.xml macros.xml
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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'
--- 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 @@
 <macros>
     <token name="@VERSION@">0.6.22.post1</token>
-    <token name="@GALAXY_VERSION@">galaxy1</token>
+    <token name="@GALAXY_VERSION@">galaxy2</token>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@VERSION@">anndata</requirement>