changeset 42:5a37a086c9a8 draft

planemo upload commit 43e2a01d7519104c2c16510e4dbdc023e65c49c7-dirty
author dchristiany
date Tue, 29 Jan 2019 11:08:07 -0500
parents 4062484f2cee
children 3febf3d1139a
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:54:13 2019 -0500
+++ b/data_manager/resource_building.py	Tue Jan 29 11:08:07 2019 -0500
@@ -396,7 +396,7 @@
         dico['convert']=dico_GeneID_to_UniProt
 
     #writing output
-    output_file = species+'_'+interactome+'_dict_'+ time.strftime("%d-%m-%Y") + ".json"
+    output_file = species+'_'+interactome+'_'+ 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 = species+"_"+interactome+"_"+ time.strftime("%d-%m-%Y")
--- a/data_manager/resource_building.xml	Tue Jan 29 10:54:13 2019 -0500
+++ b/data_manager/resource_building.xml	Tue Jan 29 11:08:07 2019 -0500
@@ -1,4 +1,4 @@
-<tool id="data_manager_proteore" name="Get source files for proteore tools" version="2019.01.29.2" tool_type="manage_data">
+<tool id="data_manager_proteore" name="Get source files for proteore tools" version="2019.01.29.3" tool_type="manage_data">
 <description>
 to create or update reference files for proteore tools
 </description>