Mercurial > repos > dfornika > blast_report_basic
comparison blast_report.py @ 28:7caa67bdcdf0 draft
Uploaded
author | dfornika |
---|---|
date | Tue, 03 Mar 2020 10:05:15 +0000 |
parents | e2cab62e1943 |
children | c3b7a0a72107 |
comparison
equal
deleted
inserted
replaced
27:efa564587d12 | 28:7caa67bdcdf0 |
---|---|
104 | 104 |
105 #BINS | 105 #BINS |
106 bins=[] | 106 bins=[] |
107 if args.bins != None: | 107 if args.bins != None: |
108 for bin in args.bins: | 108 for bin in args.bins: |
109 bins.append(BLASTBin(bin[0], bin[1]) | 109 bins.append(BLASTBin(bin[0], bin[1])) |
110 | 110 |
111 print('database bins: %s' % str([bin.label for bin in bins])) | 111 print('database bins: %s' % str([bin.label for bin in bins])) |
112 | 112 |
113 #FILTERS | 113 #FILTERS |
114 filter_pident = 0 | 114 filter_pident = 0 |