From 42381a0c9d918f7e9ce73b39cac77cfb9f38490b Mon Sep 17 00:00:00 2001 From: "C. Titus Brown" Date: Wed, 27 Jan 2021 07:49:29 -0800 Subject: [PATCH] fix hardcoded output PDF x 2 --- genome_grist/notebooks/report-sample.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/genome_grist/notebooks/report-sample.ipynb b/genome_grist/notebooks/report-sample.ipynb index 7ca6d288..cca8a170 100644 --- a/genome_grist/notebooks/report-sample.ipynb +++ b/genome_grist/notebooks/report-sample.ipynb @@ -225,7 +225,7 @@ "\n", "pylab.xlabel('genome in rank order of gather')\n", "pylab.legend(loc='upper right')\n", - "pylab.title(f'{sample_id}: gather remaining hashes vs remaining bp')\n", + "pylab.title(f'{sample_id}: gather remaining hashes vs remaining bp')\n" ] }, { @@ -259,7 +259,7 @@ "pylab.legend(loc='lower right')\n", "pylab.title(f'{sample_id}: gather hashes vs mapped bp')\n", "pylab.tight_layout()\n", - "\n", + "\n" ] }, {