From 2d04e1c0140bb74496c4e1d16e6ec8d3c5612f2b Mon Sep 17 00:00:00 2001 From: Julien Cornut <julien.cornut@hesge.ch> Date: Thu, 25 Feb 2016 17:44:01 +0100 Subject: [PATCH] Automatic Update --- ProcessFASTQ.ipynb | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/ProcessFASTQ.ipynb b/ProcessFASTQ.ipynb index 8359266..fd66db5 100644 --- a/ProcessFASTQ.ipynb +++ b/ProcessFASTQ.ipynb @@ -513,7 +513,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 177, "metadata": { "collapsed": false }, @@ -525,7 +525,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 178, "metadata": { "collapsed": true }, @@ -554,7 +554,15 @@ "metadata": { "collapsed": false }, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Filtering run time : 0:35:14.961783\n" + ] + } + ], "source": [ "# Store current time\n", "after = datetime.datetime.now()\n", -- GitLab