changeset 27:592c59530c32 draft

planemo upload commit e694c4b0df30a4286ba09721696e8ec3af25fd97-dirty
author dchristiany
date Thu, 24 Jan 2019 12:06:21 -0500
parents 1b2a6f3de0fc
children d235909789ca
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	Thu Jan 24 11:37:18 2019 -0500
+++ b/data_manager/resource_building.py	Thu Jan 24 12:06:21 2019 -0500
@@ -376,7 +376,7 @@
     output_file = species+'_'+interactome+'_dict_'+ time.strftime("%d-%m-%Y") + ".json"
     path = os.path.join(target_directory,output_file)
     name = species+" ("+species_dict[species]+") "+time.strftime("%d/%m/%Y")
-    id = interactome+"_"+species+ time.strftime("%d-%m-%Y")
+    id = species+"_"+interactome+"_"+ time.strftime("%d-%m-%Y")
 
     with open(path, 'w') as handle:
         json.dump(dico, handle, sort_keys=True)
--- a/data_manager/resource_building.xml	Thu Jan 24 11:37:18 2019 -0500
+++ b/data_manager/resource_building.xml	Thu Jan 24 12:06:21 2019 -0500
@@ -1,4 +1,4 @@
-<tool id="data_manager_proteore" name="Get source files for proteore tools" version="2019.01.24.1" tool_type="manage_data">
+<tool id="data_manager_proteore" name="Get source files for proteore tools" version="2019.01.24.2" tool_type="manage_data">
 <description>
 to create or update reference files for proteore tools
 </description>