changeset 33:bfc662f13436 draft

planemo upload
author scottx611x
date Thu, 23 Jun 2016 17:01:45 -0400
parents aa89322480a0
children 30039ecf0da0
files data_manager_gene_annotation/data_manager/data_manager.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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