Skip to content

Commit 649f130

Browse files
Dom LaetschDom Laetsch
authored andcommitted
...
1 parent 25e2219 commit 649f130

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plot.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@
138138
if taxrule not in blobDB.taxrules:
139139
BtLog.error('11', taxrule, blobDB.taxrules)
140140

141-
data_dict, max_cov, cov_libs, cov_libs_total_reads = blobDB.getPlotData(rank, min_length, hide_nohits, taxrule, c_index, catcolour_dict)
142-
plotObj = BtPlot.PlotObj(data_dict, cov_libs, cov_libs_total_reads)
141+
data_dict, max_cov, cov_lib_dict = blobDB.getPlotData(rank, min_length, hide_nohits, taxrule, c_index, catcolour_dict)
142+
plotObj = BtPlot.PlotObj(data_dict, cov_lib_dict)
143143
plotObj.exclude_groups = exclude_groups
144144
plotObj.format = format
145145
plotObj.max_cov = max_cov
@@ -164,7 +164,7 @@
164164
if (plotObj.title):
165165
plotObj.title = "%s.%s.%s" % (title, taxrule, cov_lib)
166166

167-
out_f = "%s.%s.%s.p%s.%s" % (title, hist_type, rank, max_group_plot, cov_lib)
167+
out_f = "%s.%s.%s.p%s" % (title, hist_type, rank, max_group_plot)
168168
if out_prefix:
169169
out_f = "%s.%s" % (out_prefix, out_f)
170170
if catcolour_dict:

0 commit comments

Comments
 (0)