Skip to content

Commit 07794ad

Browse files
Dom LaetschDom Laetsch
authored andcommitted
...
1 parent d5d3593 commit 07794ad

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

lib/BtIO.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ def readCas(infile, order_of_blobs):
203203
except:
204204
pass
205205
BtLog.progress(seqs_parsed, progress_unit, seqs_total)
206-
BtLog.progress(seqs_total, progress_unit, seqs_total)
207206
return cov_dict, reads_total, reads_mapped, read_cov_dict
208207

209208
def readTax(infile, set_of_blobs):

lib/BtPlot.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,12 @@ def plotBlobs(self, cov_lib, info_flag):
596596
print BtLog.info_d['0'] % (group, fmt_seqs, fmt_span, fmt_n50)
597597
legend_handles.append(Line2D([0], [0], linewidth = 0.5, linestyle="none", marker="o", alpha=1, markersize=24, markerfacecolor=colour))
598598
legend_labels.append(label)
599+
print group
600+
print group_gc_array
601+
print group_cov_array
602+
print weights_array
603+
print top_bins
604+
print right_bins
599605
if (self.hist_type == "span"):
600606
axHistx.hist(group_gc_array, weights=weights_array, color = colour, bins = top_bins, histtype='step', lw = 3)
601607
axHisty.hist(group_cov_array, weights=weights_array, color = colour, bins = right_bins, histtype='step', orientation='horizontal', lw = 3)

0 commit comments

Comments
 (0)