Mercurial > repos > greg > assembly_post_processor
changeset 58:e7f264e21d9a draft
Uploaded
author | greg |
---|---|
date | Mon, 22 May 2017 10:37:52 -0400 |
parents | ee5edbfd99c3 |
children | 6995393bda9f |
files | assembly_post_processor.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/assembly_post_processor.py Mon May 22 10:35:45 2017 -0400 +++ b/assembly_post_processor.py Mon May 22 10:37:52 2017 -0400 @@ -51,4 +51,4 @@ if args.output_pttgf is not None and args.output_pttgf_dir is not None: src_output_dir = os.path.join(OUTPUT_DIR, 'targeted_gene_families') utils.move_directory_files(src_output_dir, args.output_pttgf_dir) - utils.write_html_output(args.output, 'Targeted gene families', args.output_pttgf_dir) \ No newline at end of file + utils.write_html_output(args.output_pttgf, 'Targeted gene families', args.output_pttgf_dir) \ No newline at end of file