diff --git a/notebooks/sample_quality_report.ipynb b/notebooks/sample_quality_report.ipynb index 4d056ea..bf8bb10 100644 --- a/notebooks/sample_quality_report.ipynb +++ b/notebooks/sample_quality_report.ipynb @@ -284,8 +284,6 @@ " editable_base_end=edit_quantification_end_pos\n", " )\n", " be.qc.plot_sample_edit_rates(bdata)" -<<<<<<< Updated upstream -======= ] }, { @@ -323,7 +321,6 @@ " total_edits = bdata.guides.groupby(\"target\")[\"edit_rate\"].sum()\n", " plt.hist(n_guides)\n", " plt.title(\"Total edit rates per target\")" ->>>>>>> Stashed changes ] }, {