# HG changeset patch # User dchristiany # Date 1547735249 18000 # Node ID b2584295ef44c4193d068670cc3c3f8d3b1d1e39 # Parent 778cc97cb115f70af60e68bfc94b4c230780e479 planemo upload commit e2e4ac8c2c4dc5675d4c415ff192a925ca5e6b98-dirty diff -r 778cc97cb115 -r b2584295ef44 data_manager/resource_building.py --- a/data_manager/resource_building.py Thu Jan 17 08:17:01 2019 -0500 +++ b/data_manager/resource_building.py Thu Jan 17 09:27:29 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) diff -r 778cc97cb115 -r b2584295ef44 data_manager/resource_building.xml --- a/data_manager/resource_building.xml Thu Jan 17 08:17:01 2019 -0500 +++ b/data_manager/resource_building.xml Thu Jan 17 09:27:29 2019 -0500 @@ -1,4 +1,4 @@ - + to create or update reference files for proteore tools