changeset 28:7caa67bdcdf0 draft

Uploaded
author dfornika
date Tue, 03 Mar 2020 10:05:15 +0000
parents efa564587d12
children c3b7a0a72107
files blast_report.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/blast_report.py	Tue Mar 03 09:57:51 2020 +0000
+++ b/blast_report.py	Tue Mar 03 10:05:15 2020 +0000
@@ -106,7 +106,7 @@
 bins=[]
 if args.bins != None:
     for bin in args.bins:
-        bins.append(BLASTBin(bin[0], bin[1])
+        bins.append(BLASTBin(bin[0], bin[1]))
 
 print('database bins: %s' % str([bin.label for bin in bins]))