changeset 32:aa89322480a0 draft

planemo upload
author scottx611x
date Thu, 23 Jun 2016 16:59:39 -0400
parents 08e283740055
children bfc662f13436
files data_manager_gene_annotation/data_manager/data_manager.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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