diff assembly_post_processor.py @ 57:ee5edbfd99c3 draft

Uploaded
author greg
date Mon, 22 May 2017 10:35:45 -0400
parents 9a105e8f08e5
children e7f264e21d9a
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