# HG changeset patch # User dchristiany # Date 1548347838 18000 # Node ID 1b2a6f3de0fc43bb558f27980445dfcd75fb5f58 # Parent 0405d636d8e1f0d5b68b4b491dda1a798e071b17 planemo upload commit e694c4b0df30a4286ba09721696e8ec3af25fd97-dirty diff -r 0405d636d8e1 -r 1b2a6f3de0fc data_manager/resource_building.py --- a/data_manager/resource_building.py Thu Jan 24 10:48:53 2019 -0500 +++ b/data_manager/resource_building.py Thu Jan 24 11:37:18 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 = species+"_interactome_"+ time.strftime("%d-%m-%Y") + id = interactome+"_"+species+ time.strftime("%d-%m-%Y") with open(path, 'w') as handle: json.dump(dico, handle, sort_keys=True) diff -r 0405d636d8e1 -r 1b2a6f3de0fc data_manager/resource_building.xml --- a/data_manager/resource_building.xml Thu Jan 24 10:48:53 2019 -0500 +++ b/data_manager/resource_building.xml Thu Jan 24 11:37:18 2019 -0500 @@ -1,4 +1,4 @@ - + to create or update reference files for proteore tools