Mercurial > repos > dfornika > blast_report_basic
comparison blast_report.py @ 29:c3b7a0a72107 draft
Uploaded
author | dfornika |
---|---|
date | Tue, 03 Mar 2020 10:11:18 +0000 |
parents | 7caa67bdcdf0 |
children | 1d6a2561e05e |
comparison
equal
deleted
inserted
replaced
28:7caa67bdcdf0 | 29:c3b7a0a72107 |
---|---|
95 parser.add_argument('output_html') | 95 parser.add_argument('output_html') |
96 parser.add_argument('output_tab') | 96 parser.add_argument('output_tab') |
97 | 97 |
98 args = parser.parse_args() | 98 args = parser.parse_args() |
99 | 99 |
100 pprint(bins) | 100 pprint(args.bins) |
101 | 101 |
102 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)) | 102 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)) |
103 | 103 |
104 | 104 |
105 #BINS | 105 #BINS |