Mercurial > repos > scottx611x > data_manager_fetch_gene_annotation
changeset 35:355ecb4aaffd draft
planemo upload
author | scottx611x |
---|---|
date | Thu, 23 Jun 2016 17:12:32 -0400 |
parents | 30039ecf0da0 |
children | f38beb0743d5 |
files | data_manager_gene_annotation/data_manager/data_manager.py |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/data_manager_gene_annotation/data_manager/data_manager.py Thu Jun 23 17:09:05 2016 -0400 +++ b/data_manager_gene_annotation/data_manager/data_manager.py Thu Jun 23 17:12:32 2016 -0400 @@ -48,6 +48,7 @@ with open("/Users/scott/Desktop/cool.txt", "w+") as f: f.write(os.path.join(os.getcwd(), file_name)) + f.write("\n") return file_name @@ -69,6 +70,10 @@ } } + with open("/Users/scott/Desktop/cool.txt", "w+") as f: + f.write(os.path.join(os.getcwd(), gene_annotation_file_name)) + f.write("\n") + with open(os.path.join(args.output), "w+") as f: f.write(json.dumps(data_manager_entry))