From 51c6372b3a33dc9e5c6717975a6e9fb8035bb586 Mon Sep 17 00:00:00 2001 From: Julien Cornut <julien.cornut@hesge.ch> Date: Thu, 25 Feb 2016 16:02:04 +0100 Subject: [PATCH] Automatic Update --- ProcessFASTQ.ipynb | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/ProcessFASTQ.ipynb b/ProcessFASTQ.ipynb index 5e3033a..4d8c114 100644 --- a/ProcessFASTQ.ipynb +++ b/ProcessFASTQ.ipynb @@ -513,7 +513,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 152, "metadata": { "collapsed": false }, @@ -525,7 +525,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 153, "metadata": { "collapsed": true }, @@ -554,7 +554,15 @@ "metadata": { "collapsed": false }, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Filtering run time : 0:24:28.649445\n" + ] + } + ], "source": [ "# Store current time\n", "after = datetime.datetime.now()\n", -- GitLab