diff --git a/ProcessFASTQ.ipynb b/ProcessFASTQ.ipynb index 4bb8310b47c78c3edef818db6a98923d29c4294c..9e8ebaa2dd79885361548d40129260b067638387 100644 --- a/ProcessFASTQ.ipynb +++ b/ProcessFASTQ.ipynb @@ -668,7 +668,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 181, "metadata": { "collapsed": false }, @@ -681,11 +681,24 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 182, "metadata": { "collapsed": false }, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "@SQ\tSN:tW(UCA)Q\tLN:74\n", + "\n", + "@SQ\tSN:tY(GUA)Q\tLN:84\n", + "\n", + "@PG\tID:Bowtie\tVN:1.1.2\tCL:\"bowtie --wrapper basic-0 -S -v 3 -p 8 --time --best ref/2-Indexes/Yeast-Noncoding/Yeast-Noncoding 3-Filtered/flowcell384_lane7_pair1_TGACCA.fastq 4-Bowtied/flowcell384_lane7_pair1_TGACCA.sam\"\n", + "\n" + ] + } + ], "source": [ "with open(\"3-Filtered/\" +fname+\".fastq\",\"r\") as filtered, \\\n", " open(\"4-Bowtied/\" +fname+\".sam\",\"r\") as matches, \\\n", @@ -717,7 +730,15 @@ "metadata": { "collapsed": false }, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Filtering non-codant tRNA run time : 0:25:12.216325\n" + ] + } + ], "source": [ "# Store current time\n", "after = datetime.datetime.now()\n",