Mercurial > repos > greg > assembly_post_processor
changeset 57:ee5edbfd99c3 draft
Uploaded
author | greg |
---|---|
date | Mon, 22 May 2017 10:35:45 -0400 |
parents | 3d2aff5a0c07 |
children | e7f264e21d9a |
files | assembly_post_processor.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/assembly_post_processor.py Mon May 22 10:16:01 2017 -0400 +++ b/assembly_post_processor.py Mon May 22 10:35:45 2017 -0400 @@ -51,3 +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