comparison blast_report.py @ 12:9cf35f30bfb4 draft

Uploaded
author dfornika
date Tue, 03 Mar 2020 06:20:42 +0000
parents 2b5862fee78e
children 8d92b3b58f5e
comparison
equal deleted inserted replaced
11:6650fe4db541 12:9cf35f30bfb4
204 html = Template(file=args.cheetah_tmpl, searchList=[namespace]) 204 html = Template(file=args.cheetah_tmpl, searchList=[namespace])
205 out_html = open(args.output_html, 'w') 205 out_html = open(args.output_html, 'w')
206 out_html.write(str(html)) 206 out_html.write(str(html))
207 out_html.close() 207 out_html.close()
208 208
209
210 if __name__ == '__main__':
211 main()