From d6965c29bb06ed6cd3f068e4060424cc8089b13e Mon Sep 17 00:00:00 2001 From: Julien Cornut <julien.cornut@hesge.ch> Date: Thu, 25 Feb 2016 17:10:01 +0100 Subject: [PATCH] Automatic Update --- ProcessFASTQ.ipynb | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/ProcessFASTQ.ipynb b/ProcessFASTQ.ipynb index 3c1f905..8359266 100644 --- a/ProcessFASTQ.ipynb +++ b/ProcessFASTQ.ipynb @@ -448,7 +448,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 174, "metadata": { "collapsed": false }, @@ -460,7 +460,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 175, "metadata": { "collapsed": false }, @@ -475,11 +475,19 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 176, "metadata": { "collapsed": false }, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Zcat run time : 0:00:40.103272\n" + ] + } + ], "source": [ "# Store current time\n", "after = datetime.datetime.now()\n", -- GitLab