comparison data_manager_gene_annotation/data_manager/data_manager.py @ 10:6c874bd23a6d draft

Uploaded
author scottx611x
date Fri, 17 Jun 2016 16:36:28 -0400
parents 57ce598b7737
children 967e0c774dd8
comparison
equal deleted inserted replaced
9:d73e3b618d1d 10:6c874bd23a6d
61 # Update Data Manager Json and write out 61 # Update Data Manager Json and write out
62 data_manager_entry = { 62 data_manager_entry = {
63 'data_tables': { 63 'data_tables': {
64 'gene_annotation': { 64 'gene_annotation': {
65 'date': str(datetime.datetime.now()), 65 'date': str(datetime.datetime.now()),
66 'dbkey': str(args.name),
66 'name': str(args.name), 67 'name': str(args.name),
67 'path': gene_annotation_file_path 68 'path': gene_annotation_file_path,
68 } 69 }
69 } 70 }
70 } 71 }
71 72
72 with open(os.path.join(workdir, args.output), "w+") as f: 73 with open(os.path.join(workdir, args.output), "w+") as f: