# HG changeset patch # User proteore # Date 1555509689 14400 # Node ID 098693479a9daaf1d4018fbbc920b1b0f7b1a3ce # Parent f6afaa1f562ce5e7168f37ad98ba248674122a34 planemo upload commit 64366857c1f29dd79a77dc331eb0153cb94cdb11 diff -r f6afaa1f562c -r 098693479a9d data_manager/resource_building.py --- a/data_manager/resource_building.py Wed Apr 17 09:45:33 2019 -0400 +++ b/data_manager/resource_building.py Wed Apr 17 10:01:29 2019 -0400 @@ -508,8 +508,8 @@ id = "nextprot_ref_"+time.strftime("%d-%m-%Y") - with open(path, 'w') as output: - writer = csv.writer(output,delimiter="\t") + output = open(path, 'w') + writer = csv.writer(output,delimiter="\t") diff -r f6afaa1f562c -r 098693479a9d data_manager/resource_building.xml --- a/data_manager/resource_building.xml Wed Apr 17 09:45:33 2019 -0400 +++ b/data_manager/resource_building.xml Wed Apr 17 10:01:29 2019 -0400 @@ -1,4 +1,4 @@ - + to create or update reference files for proteore tools