# HG changeset patch # User scottx611x # Date 1466715705 14400 # Node ID bfc662f1343634cb84c3670e5d0a777b9298f4bd # Parent aa89322480a05af49ca15588794efca84debd572 planemo upload diff -r aa89322480a0 -r bfc662f13436 data_manager_gene_annotation/data_manager/data_manager.py --- a/data_manager_gene_annotation/data_manager/data_manager.py Thu Jun 23 16:59:39 2016 -0400 +++ b/data_manager_gene_annotation/data_manager/data_manager.py Thu Jun 23 17:01:45 2016 -0400 @@ -46,7 +46,7 @@ % e) os.remove(file_name) - with open("~/Desktop/cool.txt", "w+") as f: + with open("/Users/scott/Desktop/cool.txt", "w+") as f: f.write(os.path.join(os.getcwd(), file_name)) return file_name