changeset 41:4062484f2cee draft

planemo upload commit 43e2a01d7519104c2c16510e4dbdc023e65c49c7-dirty
author dchristiany
date Tue, 29 Jan 2019 10:54:13 -0500
parents fddf4a3847f4
children 5a37a086c9a8
files data_manager/resource_building.py data_manager/resource_building.xml
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/data_manager/resource_building.py	Tue Jan 29 10:50:31 2019 -0500
+++ b/data_manager/resource_building.py	Tue Jan 29 10:54:13 2019 -0500
@@ -401,7 +401,7 @@
     name = species+" ("+species_dict[species]+") "+time.strftime("%d/%m/%Y")
     id = species+"_"+interactome+"_"+ time.strftime("%d-%m-%Y")
 
-    with open(path, 'w', encoding="utf-8") as handle:
+    with open(path, 'w') as handle:
         json.dump(dico, handle, sort_keys=True)
 
     data_table_entry = dict(id=id, name = name, value = species, path = path)
--- a/data_manager/resource_building.xml	Tue Jan 29 10:50:31 2019 -0500
+++ b/data_manager/resource_building.xml	Tue Jan 29 10:54:13 2019 -0500
@@ -1,4 +1,4 @@
-<tool id="data_manager_proteore" name="Get source files for proteore tools" version="2019.01.29.1" tool_type="manage_data">
+<tool id="data_manager_proteore" name="Get source files for proteore tools" version="2019.01.29.2" tool_type="manage_data">
 <description>
 to create or update reference files for proteore tools
 </description>