From 13b5411cd8a10e2dbc073de18c52a3ab16a66a1c Mon Sep 17 00:00:00 2001 From: Jayoung Ryu Date: Sat, 25 Nov 2023 19:54:00 -0500 Subject: [PATCH] fix notebook --- notebooks/sample_quality_report.ipynb | 3 --- 1 file changed, 3 deletions(-) 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 ] }, {