changeset 29:c3b7a0a72107 draft

Uploaded
author dfornika
date Tue, 03 Mar 2020 10:11:18 +0000
parents 7caa67bdcdf0
children 1d6a2561e05e
files blast_report.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/blast_report.py	Tue Mar 03 10:05:15 2020 +0000
+++ b/blast_report.py	Tue Mar 03 10:11:18 2020 +0000
@@ -97,7 +97,7 @@
 
 args = parser.parse_args()
 
-pprint(bins)
+pprint(args.bins)
 
 print('input_tab: %s    cheetah_tmpl: %s    output_html: %s    output_tab: %s' % (args.input_tab, args.cheetah_tmpl, args.output_html, args.output_tab))