Skip to content

Commit 34c5a71

Browse files
Dom LaetschDom Laetsch
Dom Laetsch
authored and
Dom Laetsch
committed
Fixed bug in plot.py
- no generates unique filename based on cov_lib
1 parent 6a3e81b commit 34c5a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
if (plotObj.title):
165165
plotObj.title = "%s.%s" % (plotObj.title, cov_lib)
166166

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

0 commit comments

Comments
 (0)