Skip to content

Commit

Permalink
fix hardcoded output PDF x 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Jan 27, 2021
1 parent eb453f1 commit 42381a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions genome_grist/notebooks/report-sample.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand Down Expand Up @@ -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"
]
},
{
Expand Down

0 comments on commit 42381a0

Please sign in to comment.