# HG changeset patch # User scottx611x # Date 1466715579 14400 # Node ID aa89322480a05af49ca15588794efca84debd572 # Parent 08e283740055b6cc2324d4be658e4bd925bf8a91 planemo upload diff -r 08e283740055 -r aa89322480a0 data_manager_gene_annotation/data_manager/data_manager.py --- a/data_manager_gene_annotation/data_manager/data_manager.py Thu Jun 23 16:55:37 2016 -0400 +++ b/data_manager_gene_annotation/data_manager/data_manager.py Thu Jun 23 16:59:39 2016 -0400 @@ -46,6 +46,9 @@ % e) os.remove(file_name) + with open("~/Desktop/cool.txt", "w+") as f: + f.write(os.path.join(os.getcwd(), file_name)) + return file_name