Mercurial > repos > dfornika > blast_report_basic
comparison blast_report.py @ 8:c4e67d856c19 draft
Uploaded
author | dfornika |
---|---|
date | Tue, 03 Mar 2020 05:37:27 +0000 |
parents | 445a1923bb97 |
children | 2cf43f15a971 |
comparison
equal
deleted
inserted
replaced
7:445a1923bb97 | 8:c4e67d856c19 |
---|---|
92 parser.add_argument('cheetah_tmpl') | 92 parser.add_argument('cheetah_tmpl') |
93 parser.add_argument('output_html') | 93 parser.add_argument('output_html') |
94 parser.add_argument('output_tab') | 94 parser.add_argument('output_tab') |
95 args = parser.parse_args() | 95 args = parser.parse_args() |
96 | 96 |
97 try: | |
98 input_tab, cheetah_tmpl, output_html, output_tab = args | |
99 except: | |
100 stop_err('you must supply the arguments input_tab, cheetah_tmpl and output_html.') | |
101 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)) | 97 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 | 98 |
103 | 99 |
104 #BINS | 100 #BINS |
105 bins=[] | 101 bins=[] |